dogecoin/src/rpc
Johnson Lau 86c3f8db0b Remove createwitnessaddress
This RPC command is unsafe as it will return an address even if the script is invalid.
2016-09-13 11:35:14 +08: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 Remove createwitnessaddress 2016-09-13 11:35:14 +08:00
net.cpp Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 2016-09-08 13:06:05 -04: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