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