aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
AgeCommit message (Expand)Author
2021-05-20Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixesMarcoFalke
2021-05-11rpc: address:amount dictionaries are OBJ_USER_KEYSKarl-Johan Alm
2021-05-11Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual sizeMarcoFalke
2021-05-09rpc/createrawtransaction: redefine addresses as OBJ_USER_KEYSKarl-Johan Alm
2021-05-01scripted-diff: Clarify that feerates are per virtual sizeMarcoFalke
2021-04-19Merge #21679: rpc: Keep default argument value in correct typeMarcoFalke
2021-04-17Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modulesMarcoFalke
2021-04-17rpc: Keep default argument value in correct typeJoão Barbosa
2021-04-14rpc/rest: Take and reuse local Chain/ChainState objCarl Dong
2021-04-14rpc: Tidy up local references (see commit message)Carl Dong
2021-04-14scripted-diff: rest/rpc: Use renamed EnsureAny*()Carl Dong
2021-04-05move-only: Move *Disk functions to blockstorageMarcoFalke
2021-04-05rpc/rawtx: Use existing NodeContextCarl Dong
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-09[refactor] return MempoolAcceptResultgzhao408
2021-02-02[refactor] clean up logic in testmempoolacceptgzhao408
2021-02-01Merge #20464: refactor: Treat CDataStream bytes as uint8_tWladimir J. van der Laan
2021-02-01Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndexWladimir J. van der Laan
2021-02-01Merge #20941: rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exceptionMarcoFalke
2021-01-28scripted-diff: Use BlockManager::LookupBlockIndexCarl Dong
2021-01-28rpc: Remove duplicate name and argNames from CRPCCommandMarcoFalke
2021-01-15rpc: document RPC_TRANSACTION_ALREADY_IN_CHAIN exceptionJarol Rodriguez
2021-01-12rpc: Return wtxid from testmempoolacceptMarcoFalke
2020-12-31Remove redundant MakeUCharSpan wrappersMarcoFalke
2020-12-21rpc: Add missing description of vout in getrawtransaction help textBen Carman
2020-12-07Merge #19847: rpc, refactor: Avoid duplicate set lookup in gettxoutproofJonas Schnelli
2020-12-04rpc: Reject empty txids in gettxoutproofJoão Barbosa
2020-12-04rpc, refactor: Avoid duplicate set lookup in gettxoutproofJoão Barbosa
2020-10-16Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake
2020-10-13rpc: Adjust witness-tx deserialize error messageMarcoFalke
2020-10-05[validation] Remove absurdfee from accepttomempoolJohn Newbery
2020-10-05[rpc/node] check for high fee before ATMP in clientsgzhao408
2020-09-22Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke
2020-09-15[rpc] Return fee and vsize from testmempoolacceptcodeShark149
2020-09-05Remove mempool globalMarcoFalke
2020-09-04rawtransaction: fix argument in combinerawtransaction help messageMatthew Zipkin
2020-08-31Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)MarcoFalke
2020-08-30rpc: Properly deserialize txs with witness before signingMarcoFalke
2020-08-25util: make EncodeBase64 consume SpansSebastian Falbesoner
2020-08-14Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke
2020-08-14Merge #19644: rpc: document returned error fields as optional if applicableSamuel Dobson
2020-08-06refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-02refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke
2020-08-02rpc: document returned error fields as optional if applicableSebastian Falbesoner
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-26rpc: Avoid useless mempool query in gettxoutproofMarcoFalke
2020-07-26rpc: Style fixups in gettxoutproofMarcoFalke
2020-07-19rpc: deduplicate WriteHDKeypath() used in decodepsbtSebastian Falbesoner