index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
rawtransaction.cpp
Age
Commit message (
Expand
)
Author
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-03-11
rpc: Update createrawtransaction examples
MarcoFalke
2018-03-07
[rpc] createrawtransaction: Accept sorted outputs
MarcoFalke
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-02-15
Merge #12427: Make signrawtransaction accept P2SH-P2WSH redeemscripts
Wladimir J. van der Laan
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-13
Make signrawtransaction accept P2SH-P2WSH redeemscripts
Pieter Wuille
2018-02-12
Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...
MarcoFalke
2018-02-11
Fix a-vs-an typos
practicalswift
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-01-30
Add special error for genesis coinbase to gettransaction
MeshCollider
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-19
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-12-12
rpc: Validate replaceable type in createrawtransaction
João Barbosa
2017-12-06
qa: Add getrawtransaction in_active_chain=False test
MarcoFalke
2017-12-05
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...
Karl-Johan Alm
2017-11-29
[rpc] Fix fVerbose parsing (remove excess if cases).
Karl-Johan Alm
2017-11-20
Fix sendrawtransaction hang when sending a tx already in mempool
Matt Corallo
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-13
Fix wallet RPC race by waiting for callbacks in sendrawtransaction
Matt Corallo
2017-09-29
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-11
More user-friendly error message when partially signing
MeshCollider
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
Add iswitness parameter to decode- and fundrawtransaction RPCs
MeshCollider
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-21
Merge #11027: [RPC] Only return hex field once in getrawtransaction
Wladimir J. van der Laan
2017-08-17
Fix combinerawtransaction RPC help result section
Jonas Nick
2017-08-17
Pass serialization flags and whether to include hex to TxToUniv
Andrew Chow
2017-08-14
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-10
Only return hex field once in getrawtransaction
Andrew Chow
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-18
Move transaction combining from signrawtransaction to new RPC
Andrew Chow
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-05
Use "replaceable" instead of "optintorbf" in createrawtransaction.
Matt Corallo
2017-06-14
Merge #9738: gettxoutproof() should return consistent result
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-08
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-07
gettxoutproof() should return consistent result
John Newbery
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided wi...
Luke Dashjr
[next]