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-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
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-26
Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entries
Wladimir J. van der Laan
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-22
Update functional RBF test to check replaceable flag
dexX7
2018-05-05
qa: Pad scriptPubKeys to get minimum sized txs
MarcoFalke
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns