dogecoin/src/wallet
Ross Nicoll 1be681a1b9 Modify chain consensus parameters to be height aware (#1396)
* Modify chain consensus parameters to be height aware
* Correct implementation of simplified rewards in parameters
* Correct max money
* Use base block version in IsSuperMajority() instead of full version
* Correct mining of blocks in AuxPoW tests
* Add in missing pre-AuxPoW consensus checks
2018-09-19 19:24:06 +01:00
..
test Replace test data with Dogecoin values 2018-09-19 19:21:49 +01:00
coincontrol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
db.cpp Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 2017-02-06 16:14:17 +01:00
db.h [wallet] Securely erase potentially sensitive keys/values 2017-06-05 22:58:24 +00:00
rpcdump.cpp Return correct error codes in removeprunedfunds(). 2017-06-05 19:01:16 +00:00
rpcwallet.cpp Modify chain consensus parameters to be height aware (#1396) 2018-09-19 19:24:06 +01:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp Modify chain consensus parameters to be height aware (#1396) 2018-09-19 19:24:06 +01:00
wallet.h Merge AuxPoW support from Namecore 2018-09-19 19:22:45 +01:00
walletdb.cpp Add missing cs_wallet lock that triggers new lock held assertion 2017-02-15 17:01:30 -05:00
walletdb.h Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00