dogecoin/src/rpc
Wladimir J. van der Laan 744d2652dd
Merge #8223: [c++11] Use std::unique_ptr for block creation.
9fce062 [c++11] Use std::unique_ptr for block creation. (Daniel Kraft)
2016-10-18 21:16:08 +02:00
..
blockchain.cpp Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not highest, block 2016-10-05 14:44:07 +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 Merge #8223: [c++11] Use std::unique_ptr for block creation. 2016-10-18 21:16:08 +02:00
misc.cpp RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC 2016-10-18 13:17:38 +02:00
net.cpp Display minimum ping in debug window. 2016-10-15 20:43:11 +07:00
protocol.cpp rpc: Generate auth cookie in hex instead of base64 2016-10-01 16:57:25 +02:00
protocol.h net: Add rpc error for missing/disabled p2p functionality 2016-09-08 12:04:35 -04:00
rawtransaction.cpp Merge #8287: [wallet] Set fLimitFree = true 2016-10-18 21:05:07 +02: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