aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_blockfilterindex_prune.py
AgeCommit message (Collapse)Author
2021-05-12index: Avoid async shutdown on init errorMarcoFalke
2021-04-23test: Fix test cache issueMarcoFalke
The documentation did not match the implementation, no coins were mined to the OP_TRUE address.
2021-02-25test: remove unneeded node from feature_blockfilterindex_prune.pyJon Atack
2021-02-25test: improve assertions in feature_blockfilterindex_prune.pyJon Atack
2021-02-21test: Intermittent issue in feature_blockfilterindex_pruneMarcoFalke
2021-02-18test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnectionMarcoFalke
2021-02-18test: Make test actually test somethingMarcoFalke
The context manager was not even created, so previously it did not check the debug log
2021-02-18test: pep8 touched testMarcoFalke
2021-02-16Add functional test for blockfilterindex in prune-modeJonas Schnelli