elements/src/rpc
Andrew Poelstra ab283556b0 Merge db88db4727 into merged_master (Bitcoin PR #19339)
Changes API for AcceptToMemoryPool to no longer check maximum fee; we remove
this check from interfaces::CChain::testPeginClaimAcceptance. This is fine,
the check never should have been there (this method's job is to notice double
claim attempts and provide a more helpful message to the user; other mempool
failures should be caught later in the `claimrawpegin` logic when we call
`pwallet->commitTransaction` which actually subits to the mempool). It was
only checking fees because the API made it easier to do so than to not.
2020-11-30 15:50:18 +00:00
..
blockchain.cpp Merge dde104963b into merged_master (Bitcoin PR #20064) 2020-11-30 06:33:14 +00:00
blockchain.h Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 2020-09-22 11:34:30 -04:00
client.cpp Merge 1769828684 into merged_master (Bitcoin PR #19501) 2020-11-30 02:17:54 +00:00
client.h
mining.cpp Merge 07087051af into merged_master (Bitcoin PR #19556) 2020-11-29 01:43:20 +00: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 Merge 27eeb0337b into merged_master (Bitcoin PR #19550) 2020-11-28 01:58:59 +00:00
net.cpp Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs 2020-09-26 17:24:54 +02:00
protocol.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
rawtransaction.cpp Merge db88db4727 into merged_master (Bitcoin PR #19339) 2020-11-30 15:50:18 +00:00
rawtransaction_util.cpp Merge 54fc96ffa7 into merged_master (Bitcoin PR #19956) 2020-11-30 05:40:00 +00:00
rawtransaction_util.h Merge 54f812d9d2 into merged_master (Bitcoin PR #18673) 2020-11-26 01:08:23 +00:00
register.h
request.cpp Merge b75f2ad72d into merged_master (Bitcoin PR #19660) 2020-11-27 04:05:36 +00:00
request.h Merge 0fc6ea216c into merged_master (Bitcoin PR #19096) 2020-11-26 01:08:59 +00:00
server.cpp Merge 357488f660 into merged_master (Bitcoin PR #16240) 2020-11-09 03:58:20 +00:00
server.h rpc: Remove unused return type from appendCommand 2020-08-14 12:37:06 +02:00
util.cpp Merge 31760bb7c9 into merged_master (Bitcoin PR #19528) 2020-11-27 18:39:01 +00:00
util.h Merge 804ca26629 into merged_master (Bitcoin PR #19386) 2020-11-26 05:28:02 +00:00