0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00
bitcoin-bitcoin-core/src/rpc
Andrew Chow 395cef7601 Change getmininginfo errors field to warnings
Changes the errors field to warnings. To maintain compatibility,
the errors field is deprecated and enabled by starting bitcoind with
-deprecatedrpc=getmininginfo
2017-09-27 11:27:26 -04:00
..
blockchain.cpp Unify help text for GetWarnings output in get*info RPCs 2017-09-27 11:27:26 -04:00
blockchain.h Remove unnecessary forward class declarations in header files 2017-06-12 20:37:43 +02:00
client.cpp rpc: make estimatesmartfee argument naming consistent with documentation 2017-09-08 01:55:59 +02:00
client.h rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
mining.cpp Change getmininginfo errors field to warnings 2017-09-27 11:27:26 -04:00
mining.h Properly bound check conf_target in wallet RPC calls 2017-07-14 23:41:40 -04:00
misc.cpp Merge #10793: Changing &var[0] to var.data() 2017-09-08 01:16:54 +02:00
net.cpp Unify help text for GetWarnings output in get*info RPCs 2017-09-27 11:27:26 -04:00
protocol.cpp rpc: Write authcookie atomically 2017-08-25 15:37:24 +02:00
protocol.h [rpc] Deprecate estimatefee RPC 2017-09-26 12:17:19 -04:00
rawtransaction.cpp More user-friendly error message when partially signing 2017-09-11 22:15:44 +12:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
safemode.cpp rpc: Push down safe mode checks 2017-08-29 10:09:41 +02:00
safemode.h rpc: Push down safe mode checks 2017-08-29 10:09:41 +02:00
server.cpp [rpc] Deprecate estimatefee RPC 2017-09-26 12:17:19 -04:00
server.h [rpc] Deprecate estimatefee RPC 2017-09-26 12:17:19 -04:00