| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace consensus values with Dogecoin equivalents | Ross Nicoll | 2021-06-02 | 1 | -1/+1 |
| | | | | | | | | * Replace chain parameters with Dogecoin values * Update maximum coins to match Dogecoin * Disable version 2 block requirement * Update coinbase maturity to match Dogecoin | ||||
| * | scripted-diff: Replace EnsureChainman with Assert in unit tests | MarcoFalke | 2020-06-15 | 1 | -1/+1 |
| | | | | | | | -BEGIN VERIFY SCRIPT- sed --regexp-extended -i -e 's/EnsureChainman\((m?_?node)\)\./Assert(\1.chainman)->/g' $(git grep -l EnsureChainman) -END VERIFY SCRIPT- | ||||
| * | util: Add Assert identity function | MarcoFalke | 2020-06-15 | 1 | -2/+2 |
| | | | | | | | | | | | The utility is primarily useful to dereference pointer types, which are known to be not null at that time. For example, the ArgsManager is known to exist when the wallets are started. Instead of silently relying on that assumption, Assert can be used to abort the program and avoid UB should the assumption ever be violated. | ||||
| * | validation: Make ProcessNewBlock*() members of ChainstateManager | MarcoFalke | 2020-05-21 | 1 | -1/+1 |
| | | |||||
| * | rpc: Remove mempool global from miner | MarcoFalke | 2019-12-23 | 1 | -6/+8 |
| | | |||||
| * | [test] move mining helper functions into test library | Martin Zumsande | 2019-11-25 | 1 | -0/+51 |