0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00
bitcoin-core/src/rpc
MarcoFalke 76143bf714
Merge #18495: rpc: Remove deprecated migration code
2599d13c94 rpc: Remove deprecated migration code (Vasil Dimov)

Pull request description:

  Don't accept a second argument to `sendrawtransaction` and
  `testmempoolaccept` of type `bool`. Actually even the code before this
  change would not accept `bool`, but it would print a long explanatory
  message when rejecting it: "Second argument must be numeric (maxfeerate)
  and no longer supports a boolean. To allow a transaction with high fees,
  set maxfeerate to 0."

  This was scheduled for removal in 6c0a6f73e.

ACKs for top commit:
  MarcoFalke:
    ACK 2599d13c94 📅

Tree-SHA512: e2c74c0bde88e20149d0deab0845851bb3979143530a6bae4f46769d61b607ad2e2347f8969093c2461a80c47661732dc0b3def140f8ce84081719adda3b3811
2020-04-12 09:13:10 -04:00
..
blockchain.cpp Merge #17737: Add ChainstateManager, remove BlockManager global 2020-04-10 13:02:01 -04:00
blockchain.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
client.cpp Merge #18495: rpc: Remove deprecated migration code 2020-04-12 09:13:10 -04:00
client.h
mining.cpp Merge #17693: rpc: Add generateblock to mine a custom set of transactions 2020-04-10 13:12:30 -04:00
misc.cpp Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods 2020-04-10 12:57:35 -04:00
net.cpp rpc: Avoid initialization-order-fiasco on static CRPCCommand tables 2020-04-06 00:20:00 +08:00
protocol.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
rawtransaction.cpp Merge #18495: rpc: Remove deprecated migration code 2020-04-12 09:13:10 -04:00
rawtransaction_util.cpp Correctly compute redeemScript from witnessScript for signrawtransaction 2020-03-31 18:41:52 -04:00
rawtransaction_util.h Refactor rawtransaction's SignTransaction into generic SignTransaction function 2020-03-08 12:26:27 -04:00
register.h
request.cpp
request.h
server.cpp rpc: Document an RPCResult for all calls; Enforce at compile time 2020-03-13 15:36:15 -04:00
server.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
util.cpp Bugfix: RPC: JSON null is not "None" 2020-04-02 15:28:05 +00:00
util.h rpc: Document an RPCResult for all calls; Enforce at compile time 2020-03-13 15:36:15 -04:00