dogecoin/src/rpc
MD Islam 6a2b1cce6d
Add functionality to generate auxpow blocks in regtest
This roughly reverts the work done here that disabled auxpow generation in regtest: https://github.com/dogecoin/dogecoin/pull/1431/files\#diff-ccc24453c13307f815879738d3bf00eec351417537fbf10dde1468180cacd2f1R127-R137

This is a pretty severe functionality change since auxpow is critical to Dogecoin and wallet integrators need to be able to parse the extra data in auxpow blocks.
For future wallet integrators: Dogecoin follows similar schemes as Namecoin for the merged mining support and the spec is here: https://en.bitcoin.it/wiki/Merged_mining_specification

pr review: GetHash -> GetPoWHash
2021-05-25 18:23:36 -04:00
..
blockchain.cpp Fixate BIP65 softfork heights 2021-02-13 17:24:55 +01: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 Add functionality to generate auxpow blocks in regtest 2021-05-25 18:23:36 -04:00
misc.cpp Introduce basic Dogecoin branding 2019-03-25 05:36:11 +00:00
net.cpp Introduce basic Dogecoin branding 2019-03-25 05:36:11 +00:00
protocol.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
protocol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
rawtransaction.cpp Introduce basic Dogecoin branding 2019-03-25 05:36:11 +00:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp Fix for Boost 1.74 2021-02-02 03:54:57 -08:00
server.h Change count type used by gettxoutsetinfo (#1415) 2018-09-19 19:24:06 +01:00