aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_package_limits.py
AgeCommit message (Expand)Author
2024-01-26[rpc] return full string for package_msg and package-errorglozow
2023-05-19test: fix mature utxos addition to wallet in `mempool_package_limits`brunoerg
2023-03-28test: dedup package limit checks via decorator in mempool_package_limits.pySebastian Falbesoner
2023-03-28test: refactor: use Satoshis for fees in mempool_package_limits.pySebastian Falbesoner
2023-01-17test: Return chain of MiniWallet txs from MiniWallet chain methodMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-08-03test: Target exact weight in MiniWallet _bulk_txMacroFake
2022-08-01test: MiniWallet: add `send_self_transfer_chain` to create chain of txnsAndreas Kouloumos
2022-08-01test: use MiniWallet to simplify mempool_package_limits.py testsAndreas Kouloumos
2021-10-06test: Use generate* from TestFramework, not TestNodeMarcoFalke
2021-09-09Merge bitcoin/bitcoin#22582: test: a test to check descendant limitsmerge-script
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-26[test] checks descendants limtis for second generation Package descendantsritickgoenka
2021-08-16test: use getmempoolentry instead of getrawmempool in functional tests when a...Michael Dietz
2021-08-06[test] mempool package ancestor/descendant limitsglozow