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_limit.py
Age
Commit message (
Expand
)
Author
2024-04-09
Move fill_mempool to util function
Greg Sanders
2024-04-08
fill_mempool: remove subtest-specific comment
Greg Sanders
2023-11-29
RPC submitpackage: change return format to allow partial errors
Greg Sanders
2023-09-19
Add regression test for m_limit mutation
Greg Sanders
2023-09-13
[test] mempool coins disappearing mid-package evaluation
glozow
2023-09-13
[refactor] split setup in mempool_limit test
glozow
2023-04-17
[test] mempool full in package accept
glozow
2023-04-17
[test] package cpfp bumps parents <mempoolminfee but >=minrelaytxfee
glozow
2023-01-13
test: remove `-spendzeroconfchange` setting from mempool_limit.py
Sebastian Falbesoner
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-06-29
test: pass `datacarriersize` option for tests using large outputs (instead of...
Sebastian Falbesoner
2022-06-15
Merge bitcoin/bitcoin#25358: test: passing a value below 5 MB to -maxmempool ...
MacroFake
2022-06-13
test: Remove MiniWallet mempool_valid option
MacroFake
2022-06-13
test: passing a value below 5 MB to -maxmempool should throw an error
brunoerg
2022-04-16
test: refactor: use `create_lots_of_big_transactions` to dedup where possible
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-14
test: fix misleading fee unit in mempool_limit.py
Sebastian Falbesoner
2021-09-14
fix typos in logging messages
ShubhamPalriwala
2021-09-14
replace: self.nodes[0] with node
ShubhamPalriwala
2021-09-14
test: use MiniWallet in mempool_limit.py
ShubhamPalriwala
2021-08-19
Use generate* from TestFramework
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-02-22
Don't test against the mempool min fee information in mempool_limit.py
Ben Woosley
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
Add test for 'mempool min fee not met' rpc error
Ben Woosley
2018-01-04
Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
[rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...
Jeff Rade
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