dogecoin/src/rpc
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes
- BIP9DeploymentInfo struct for static deployment info
- VersionBitsDeploymentInfo: Avoid C++11ism by commenting parameter names
- getblocktemplate: Make sure to set deployments in the version if it is LOCKED_IN
- In this commit, all rules are considered required for clients to support
2016-06-06 17:10:22 +00:00
..
blockchain.cpp Add CHECKSEQUENCEVERIFY softfork through BIP9 2016-03-18 08:09:06 +00:00
client.cpp Merge #7663: Make the generate RPC call function for non-regtest 2016-03-14 11:36:20 +01:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp Implement BIP 9 GBT changes 2016-06-06 17:10:22 +00:00
misc.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
net.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
protocol.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
protocol.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
rawtransaction.cpp Move maxTxFee out of mempool 2016-02-02 20:08:51 +01:00
server.cpp Merge #7507: Remove internal miner 2016-03-14 11:35:41 +01:00
server.h Merge #7507: Remove internal miner 2016-03-14 11:35:41 +01:00