kevacoin/src/rpc
Wladimir J. van der Laan 02bd6e9bc6
Merge #9853: Fix error codes from various RPCs
adaa281 Update release notes to include RPC error code changes. (John Newbery)
338bf06 Add commenting around JSON error codes (John Newbery)
dab804c Return correct error codes in fundrawtransaction(). (John Newbery)
a012087 Return correct error codes in setban(). (John Newbery)
960bc7f Return correct error codes in removeprunedfunds(). (John Newbery)
c119096 Return correct error codes in blockchain.cpp. (John Newbery)
6d07c62 Return correct error codes in bumpfee(). (John Newbery)

Tree-SHA512: 4bb39ad221cd8c83d98ac5d7ad642f3a8c265522720dc86b2eebc70e74439a85b06d6ddcd6a874e879d986511de3ab0878bb7fe58b50cb0546b78913632ea809
2017-03-09 10:02:17 +01:00
..
blockchain.cpp Merge #9853: Fix error codes from various RPCs 2017-03-09 10:02:17 +01:00
client.cpp Refactor: Remove using namespace <xxx> from rpc/ 2017-03-08 08:07:55 -08:00
client.h rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
mining.cpp Refactor: Remove using namespace <xxx> from rpc/ 2017-03-08 08:07:55 -08:00
misc.cpp Refactor: Remove using namespace <xxx> from rpc/ 2017-03-08 08:07:55 -08:00
net.cpp Merge #9853: Fix error codes from various RPCs 2017-03-09 10:02:17 +01:00
protocol.cpp Refactor: Remove using namespace <xxx> from rpc/ 2017-03-08 08:07:55 -08:00
protocol.h Add commenting around JSON error codes 2017-03-08 14:22:55 -05:00
rawtransaction.cpp Refactor: Remove using namespace <xxx> from rpc/ 2017-03-08 08:07:55 -08:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp Merge #9575: Remove unused, non-working RPC PostCommand signal 2017-03-09 10:01:03 +01:00
server.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00