Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed --regexp-extended -i \ 's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \ $(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf') -END VERIFY SCRIPT- | |||
2021-08-16 | test: improve mempool_updatefrom efficiency by using getmempoolentry for ↵ | Michael Dietz | |
specific txns | |||
2020-08-06 | refactor: test: use _ variable for unused loop counters | Sebastian Falbesoner | |
substitutes "for x in range(N):" by "for _ in range(N):" indicates to the reader that a block is just repeated N times, and that the loop counter is not used in the body | |||
2020-04-24 | test: Add mempool_updatefromblock.py | Hennadii Stepanov | |