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_limits.py
Age
Commit message (
Expand
)
Author
2023-05-19
test: fix mature utxos addition to wallet in `mempool_package_limits`
brunoerg
2023-03-28
test: dedup package limit checks via decorator in mempool_package_limits.py
Sebastian Falbesoner
2023-03-28
test: refactor: use Satoshis for fees in mempool_package_limits.py
Sebastian Falbesoner
2023-01-17
test: Return chain of MiniWallet txs from MiniWallet chain method
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-03
test: Target exact weight in MiniWallet _bulk_tx
MacroFake
2022-08-01
test: MiniWallet: add `send_self_transfer_chain` to create chain of txns
Andreas Kouloumos
2022-08-01
test: use MiniWallet to simplify mempool_package_limits.py tests
Andreas Kouloumos
2021-10-06
test: Use generate* from TestFramework, not TestNode
MarcoFalke
2021-09-09
Merge bitcoin/bitcoin#22582: test: a test to check descendant limits
merge-script
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-26
[test] checks descendants limtis for second generation Package descendants
ritickgoenka
2021-08-16
test: use getmempoolentry instead of getrawmempool in functional tests when a...
Michael Dietz
2021-08-06
[test] mempool package ancestor/descendant limits
glozow