dogecoin/src/rpc
Patrick Lodder d3d688deae
rpc: configure auxpow rpc methods to use Namecoin-compatible API
Allows easy integration with mining software that expects either
a "_target" (Namecoin) or a "target" (Dogecoin) field when
creating auxpow blocks using the -rpcnamecoinapi startup arg.

This saves pools effort in integrating the API they need whenever
a new Dogecoin Core release comes out.
2021-11-01 15:59:23 -04:00
..
blockchain.cpp scripted-diff: Use UniValue.pushKV instead of push_back(Pair()) 2021-10-18 03:50:47 +02:00
client.cpp Add functionality to generate auxpow blocks in regtest 2021-05-25 18:23:36 -04:00
client.h rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
mining.cpp rpc: configure auxpow rpc methods to use Namecoin-compatible API 2021-11-01 15:59:23 -04:00
misc.cpp scripted-diff: Use UniValue.pushKV instead of push_back(Pair()) 2021-10-18 03:50:47 +02:00
net.cpp [rpc] Add dustlimit info to getnetworkinfo 2021-10-28 16:24:33 -04:00
protocol.cpp scripted-diff: Use UniValue.pushKV instead of push_back(Pair()) 2021-10-18 03:50:47 +02:00
protocol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
rawtransaction.cpp scripted-diff: Use UniValue.pushKV instead of push_back(Pair()) 2021-10-18 03:50:47 +02:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp Update server.cpp 2021-07-22 10:49:47 +02:00
server.h rpc: configure auxpow rpc methods to use Namecoin-compatible API 2021-11-01 15:59:23 -04:00