bitcoin/src/rpc
MarcoFalke 32e59fc371
Merge #20916: rpc: Return wtxid from testmempoolaccept
fa0aa87071 rpc: Return wtxid from testmempoolaccept (MarcoFalke)

Pull request description:

  It would be nice if `testmempoolaccept` returned the unique wtxid directly to avoid a costly `decoderawtransaction` roundtrip

ACKs for top commit:
  mjdietzx:
    utACK fa0aa87071
  stackman27:
    utACK [`fa0aa87`](fa0aa87071)
  glozow:
    cr ACK fa0aa87071

Tree-SHA512: 05dbaf46d93e47e9eedb725c2f57175e6d4e1722da0531fe4f80e74fc2518911da87634f25f61fa2bc8d87a3017e82fd0684b09a0a9706d71deed970035c2e7a
2021-01-15 20:13:34 +01:00
..
blockchain.cpp doc, rpc: add missing signet mentions in network name lists 2021-01-12 18:43:31 +01:00
blockchain.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
client.cpp wallet: introduce fee_rate (sat/vB) param/option 2020-11-11 15:55:59 +01:00
client.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
mining.cpp doc, rpc: add missing signet mentions in network name lists 2021-01-12 18:43:31 +01:00
mining.h rpc: create rpc/mining.h, hoist default max tries values to constant 2020-06-01 15:08:36 +02:00
misc.cpp remove dead rpc code 2020-09-24 19:53:24 +02:00
net.cpp Merge #19315: [tests] Allow outbound & block-relay-only connections in functional tests. 2021-01-11 21:06:57 +01:00
protocol.h [rpc/net] Introduce addconnection to test outbounds & blockrelay 2021-01-07 10:15:56 -08:00
rawtransaction.cpp rpc: Return wtxid from testmempoolaccept 2021-01-12 18:43:43 +01:00
rawtransaction_util.cpp Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref to const instead of ref to non-const 2020-12-06 00:22:40 +00:00
rawtransaction_util.h Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref to const instead of ref to non-const 2020-12-06 00:22:40 +00:00
register.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
request.cpp scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
request.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
server.cpp rpc: Remove unused return type from appendCommand 2020-08-14 12:37:06 +02:00
server.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
util.cpp Replace boost::variant with std::variant 2021-01-05 10:10:50 +01:00
util.h rpc: Replace boost::variant with std::variant for RPCArg.m_fallback 2021-01-01 15:08:07 +01:00