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
/
feature_rbf.py
Age
Commit message (
Expand
)
Author
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-07-12
scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE
MacroFake
2022-07-11
Address comments remaining from #25353
Antoine Riard
2022-07-08
Merge bitcoin/bitcoin#25353: Add a `-mempoolfullrbf` node setting
MacroFake
2022-07-06
Introduce `mempoolfullrbf` node setting.
Antoine Riard
2022-07-06
test: Remove -acceptnonstdtxn=1 from feature_rbf.py
MacroFake
2022-06-27
test: Return new_utxos from create_self_transfer_multi in MiniWallet
MacroFake
2022-06-27
Merge bitcoin/bitcoin#25439: rpc: Return incrementalrelayfee in getmempoolinfo
MacroFake
2022-06-21
rpc: Return incrementalrelayfee in getmempoolinfo
MacroFake
2022-06-21
test: Remove from_node from create_self_transfer* MiniWallet helpers
MacroFake
2022-06-13
test: Remove MiniWallet mempool_valid option
MacroFake
2022-06-02
test: add BIP-125 rule 5 testcase with default mempool
James O'Beirne
2022-01-11
test: MiniWallet: support default `from_node` for creating txs
Sebastian Falbesoner
2022-01-11
test: refactor: add constant for sequence number `SEQUENCE_FINAL`
Sebastian Falbesoner
2021-12-08
test: feature_rbf.py: check specified wallet type availability
Sebastian Falbesoner
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-09
test: MiniWallet: add P2TR support and use it per default
Sebastian Falbesoner
2021-10-20
Make explicit the node param in init_wallet()
lsilva01
2021-09-29
test: use miniwallet in test_rpc() function in feature_rbf.py
Shubhankar
2021-09-27
test: MiniWallet: add `send_to` method to create arbitrary txouts
Sebastian Falbesoner
2021-09-21
Merge bitcoin/bitcoin#22998: test: use MiniWallet for make_utxo helper in fea...
merge-script
2021-09-20
test: Replace MiniWallet scan_blocks with rescan_utxos
MarcoFalke
2021-09-16
test: use MiniWallet for make_utxo helper in feature_rbf.py
Sebastian Falbesoner
2021-09-16
test: scale amounts in test_doublespend_tree down by factor 10
Sebastian Falbesoner
2021-09-16
test: scale amounts in test_doublespend_chain down by factor 10
Sebastian Falbesoner
2021-08-30
test: Check that non-signaling BIP125 tx can be replaced via parent
MarcoFalke
2021-08-19
Use generate* from TestFramework
MarcoFalke
2021-07-28
test: use MiniWallet for simple doublespend test in feature_rbf.py
Sebastian Falbesoner
2021-07-27
test: feature_rbf.py: make MiniWallet instance available for all sub-tests
Sebastian Falbesoner
2021-07-15
test: remove unneeded initialization code in feature_rbf.py
Sebastian Falbesoner
2021-06-30
test: Add test for replacement relay fee check
Antoine Riard
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2021-06-10
test: Run pep-8 on touched test
MarcoFalke
2021-06-10
test: Use MiniWallet in test_no_inherited_signaling RBF test
MarcoFalke
2021-06-10
test: Remove unused generate() from test
MarcoFalke
2021-06-08
Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling in...
MarcoFalke
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-05-14
test: Extend feature_rbf.py with no inherited signaling
Antoine Riard
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
2020-04-22
test: Remove unused, undocumented and misleading CScript.__add__
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-14
test: fix "tx-size-small" errors after default address change
Sebastian Falbesoner
2019-09-26
Change default address type to bech32
Gregory Sanders
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-06-08
Remove -mempoolreplacement to prevent needless block prop slowness.
Matt Corallo
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
[next]