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_segwit.py
Age
Commit message (
Expand
)
Author
2020-10-16
Merge #19401: QA: Use GBT to get block versions correct
MarcoFalke
2020-09-12
QA: Use GBT to get block versions correct
Luke Dashjr
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-06-22
test: refactor functional tests to use restart_node
Christopher Coverdale
2020-06-08
Merge #18826: Expose txinwitness for coinbase in JSON form from RPC
MarcoFalke
2020-05-19
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-08
Test txinwitness is accessible on coinbase vin
Rod Vagg
2020-04-21
Merge #18384: [test] more specific feature_segwit test error messages and fix...
MarcoFalke
2020-04-21
[test] add 8 error messages to feature_segwit and change version to type
Gloria Zhao
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-10
ci: Enable all functional tests in valgrind
MarcoFalke
2020-01-17
QA: feature_segwit: Check that template "rules" includes "!segwit" as appropr...
Luke Dashjr
2019-12-09
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
fanquake
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-10
[logging] Don't log REJECT code when transaction is rejected
John Newbery
2019-09-22
test: use named args for sendrawtransaction calls
Jon Atack
2019-09-18
Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
Wladimir J. van der Laan
2019-08-19
qa: Add RPC tests for weight in mempool entry
Daniel Edgecumbe
2019-08-18
wallet/rpc: Use the default maxfeerate value as BTC/kB
Joonmo Yang
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
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
2019-02-17
Address test todos by removing -txindex to nodes.
Amiti Uttarwar
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-09-23
[test] Remove deprecated addwitnessaddress from feature_segwit.py
John Newbery
2018-09-23
[test] Fix flake8 warnings in tests
John Newbery
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-23
policy: Remove promiscuousmempoolflags
MarcoFalke
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-05-05
qa: Pad scriptPubKeys to get minimum sized txs
MarcoFalke
2018-04-26
Merge #13002: Do not treat bare multisig outputs as IsMine unless watched
Wladimir J. van der Laan
2018-04-19
Do not treat bare multisig as IsMine
Pieter Wuille
2018-04-13
[qa] Remove some pre-activation segwit tests
Suhas Daftuar
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-01-31
QA: segwit.py: s/find_unspent/find_spendable_utxo/
Jorge Timón
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns