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
2021-08-05
misc package validation doc improvements
glozow
2021-07-28
Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transactio...
MarcoFalke
2021-07-22
doc: GetTransaction()/getrawtransaction follow-ups to #22383
John Newbery
2021-07-22
Merge bitcoin/bitcoin#22383: rpc: Prefer to use txindex if available for GetT...
MarcoFalke
2021-07-12
fix incorrect testmempoolaccept doc
glozow
2021-07-03
prefer to use txindex if available for GetTransaction
Jameson Lopp
2021-06-12
Add support for SIGHASH_DEFAULT in RPCs, and make it default
Pieter Wuille
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-02
[refactor] comment/naming improvements
glozow
2021-06-02
[rpc] reserve space in txns
glozow
2021-05-24
[rpc] allow multiple txns in testmempoolaccept
glozow
2021-05-20
Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixes
MarcoFalke
2021-05-11
rpc: address:amount dictionaries are OBJ_USER_KEYS
Karl-Johan Alm
2021-05-11
Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size
MarcoFalke
2021-05-09
rpc/createrawtransaction: redefine addresses as OBJ_USER_KEYS
Karl-Johan Alm
2021-05-01
scripted-diff: Clarify that feerates are per virtual size
MarcoFalke
2021-04-19
Merge #21679: rpc: Keep default argument value in correct type
MarcoFalke
2021-04-17
Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules
MarcoFalke
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-14
rpc/rest: Take and reuse local Chain/ChainState obj
Carl Dong
2021-04-14
rpc: Tidy up local references (see commit message)
Carl Dong
2021-04-14
scripted-diff: rest/rpc: Use renamed EnsureAny*()
Carl Dong
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-04-05
rpc/rawtx: Use existing NodeContext
Carl Dong
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-02
[refactor] clean up logic in testmempoolaccept
gzhao408
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-02-01
Merge #20941: rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exception
MarcoFalke
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-15
rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exception
Jarol Rodriguez
2021-01-12
rpc: Return wtxid from testmempoolaccept
MarcoFalke
2020-12-31
Remove redundant MakeUCharSpan wrappers
MarcoFalke
2020-12-21
rpc: Add missing description of vout in getrawtransaction help text
Ben Carman
2020-12-07
Merge #19847: rpc, refactor: Avoid duplicate set lookup in gettxoutproof
Jonas Schnelli
2020-12-04
rpc: Reject empty txids in gettxoutproof
João Barbosa
2020-12-04
rpc, refactor: Avoid duplicate set lookup in gettxoutproof
João Barbosa
2020-10-16
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
2020-10-13
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
[rpc/node] check for high fee before ATMP in clients
gzhao408
2020-09-22
Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...
MarcoFalke
2020-09-15
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-09-05
Remove mempool global
MarcoFalke
2020-09-04
rawtransaction: fix argument in combinerawtransaction help message
Matthew Zipkin
2020-08-31
Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)
MarcoFalke
[next]