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