index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
mempool_reorg.py
Age
Commit message (
Expand
)
Author
2022-01-11
test: MiniWallet: support default `from_node` for creating txs
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-09-20
test: Replace MiniWallet scan_blocks with rescan_utxos
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-07-20
scripted-diff: Rename recentRejects
John Newbery
2021-05-31
test: run mempool_reorg.py even with wallet disabled
Darius Parvin
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2020-04-25
test: Remove raw-tx byte juggling in mempool_reorg
MarcoFalke
2020-04-23
test: Fix intermittent error in mempool_reorg
MarcoFalke
2020-04-19
test: Increase debugging to hunt down mempool_reorg intermittent failure
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-14
test: Bump timeouts to avoid valgrind failures
MarcoFalke
2020-01-25
bump test timeouts so that functional tests run in valgrind
Micky Yun Chan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
Merge #13054: tests: Enable automatic detection of undefined names in Python ...
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-13
Merge #13928: qa: blocktools enforce named args for amount
MarcoFalke
2018-08-11
Merge #13913: qa: Remove redundant checkmempool/checkblockindex extra_args
MarcoFalke
2018-08-09
qa: blocktools enforce named args for amount
MarcoFalke
2018-08-09
[Tests] Rename create_tx and move to blocktools.py
Conor Scott
2018-08-08
qa: Remove redundant checkmempool/checkblockindex extra_args
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-10-05
scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error
John Newbery
2017-09-01
[tests] don't override __init__() in individual tests
John Newbery
2017-05-02
[tests] Remove is_network_split from funtional test cases
John Newbery
2017-03-20
Rename rpc-tests directory to functional
John Newbery