Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-10 | scripted-diff: test: Use existing chainman in unit tests | Carl Dong | |
-BEGIN VERIFY SCRIPT- git ls-files -- src/test \ | grep -v '^src/test/fuzz' \ | xargs sed -i -E \ -e 's@g_chainman\.m_blockman@m_node.chainman->m_blockman@g' \ -e 's@([^:])(Chain(state|)Active)@\1::\2@g' \ -e 's@::Chain(state|)Active\(\)@m_node.chainman->ActiveChain\1()@g' -END VERIFY SCRIPT- | |||
2021-05-27 | index: Add chainstate member to BaseIndex | Carl Dong | |
2021-05-12 | index: Avoid async shutdown on init error | MarcoFalke | |
2021-04-19 | test: Add unit test for Coinstats index | Fabian Jahr | |