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
Jon Lund Steffensen e38993bb36 RPC: Add "togglenetwork" method to toggle network activity temporarily
RPC command "togglenetwork" toggles network and returns new state after command.
RPC command "getinfo" returns "networkactive" field in output.
2016-10-24 10:23:58 +00:00
..
blockchain.cpp Merge #8085: p2p: Begin encapsulation 2016-09-09 11:52:22 +02:00
client.cpp add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 2016-09-07 12:46:01 -04:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp net: Add most functions needed for vNodes to CConnman 2016-09-08 12:12:58 -04:00
misc.cpp RPC: Add "togglenetwork" method to toggle network activity temporarily 2016-10-24 10:23:58 +00:00
net.cpp RPC: Add "togglenetwork" method to toggle network activity temporarily 2016-10-24 10:23:58 +00:00
protocol.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
protocol.h net: Add rpc error for missing/disabled p2p functionality 2016-09-08 12:04:35 -04:00
rawtransaction.cpp Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 2016-09-08 13:06:05 -04:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp use std::map::emplace() instead of std::map::insert() 2016-08-09 03:11:45 +03:00
server.h add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 2016-09-07 12:46:01 -04:00