Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-15 | scripted-diff: Replace EnsureChainman with Assert in unit tests | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed --regexp-extended -i -e 's/EnsureChainman\((m?_?node)\)\./Assert(\1.chainman)->/g' $(git grep -l EnsureChainman) -END VERIFY SCRIPT- | |||
2020-06-15 | util: Add Assert identity function | MarcoFalke | |
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. | |||
2020-05-21 | validation: Make ProcessNewBlock*() members of ChainstateManager | MarcoFalke | |
2019-12-23 | rpc: Remove mempool global from miner | MarcoFalke | |
2019-11-25 | [test] move mining helper functions into test library | Martin Zumsande | |