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
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