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_package_onemore.py
Age
Commit message (
Expand
)
Author
2022-08-09
test: refactor: deduplicate `DEFAULT_{ANCESTOR,DESCENDANT}_LIMIT` constants
Sebastian Falbesoner
2022-08-09
scripted-diff: test: rename `MAX_{ANCESTORS,DESCENDANTS}` to `DEFAULT_{ANCEST...
Sebastian Falbesoner
2022-03-22
test: use MiniWallet for mempool_package_onemore.py
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-16
test: only use verbose for getrawmempool when necessary in functional tests
Michael Dietz
2021-06-08
test: refactor: dedup utility function chain_transaction()
Sebastian Falbesoner
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2019-12-09
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
fanquake
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-09-04
Conservatively accept RBF bumps bumping one tx at the package limits
Matt Corallo
2019-07-26
[mempool] log correct messages when CPFP fails
John Newbery
2019-07-09
[mempool] Allow one extra single-ancestor transaction per package
Matt Corallo