index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_segwit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Dogecoin block subsidies
Ross Nicoll
2021-05-30
1
-10
/
+10
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
1
-17
/
+17
*
1.21 key prefix (#1710)
Ross Nicoll
2021-03-04
1
-20
/
+20
*
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-10-20
1
-2
/
+1
*
Merge #19401: QA: Use GBT to get block versions correct
MarcoFalke
2020-10-16
1
-2
/
+0
|
\
|
*
QA: Use GBT to get block versions correct
Luke Dashjr
2020-09-12
1
-2
/
+0
*
|
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-08-06
1
-2
/
+2
|
/
*
test: refactor functional tests to use restart_node
Christopher Coverdale
2020-06-22
1
-2
/
+1
*
Merge #18826: Expose txinwitness for coinbase in JSON form from RPC
MarcoFalke
2020-06-08
1
-0
/
+9
|
\
|
*
Test txinwitness is accessible on coinbase vin
Rod Vagg
2020-05-08
1
-0
/
+9
*
|
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-19
1
-6
/
+2
|
\
\
|
|
/
|
/
|
|
*
QA: feature_segwit: Check that template "rules" includes "!segwit" as appropr...
Luke Dashjr
2020-01-17
1
-6
/
+2
*
|
Merge #18384: [test] more specific feature_segwit test error messages and fix...
MarcoFalke
2020-04-21
1
-24
/
+24
|
\
\
|
*
|
[test] add 8 error messages to feature_segwit and change version to type
Gloria Zhao
2020-04-21
1
-24
/
+24
*
|
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
|
|
ci: Enable all functional tests in valgrind
MarcoFalke
2020-03-10
1
-0
/
+1
|
/
/
*
|
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
fanquake
2019-12-09
1
-1
/
+0
*
|
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-12-06
1
-0
/
+1
*
|
[logging] Don't log REJECT code when transaction is rejected
John Newbery
2019-10-10
1
-4
/
+4
*
|
test: use named args for sendrawtransaction calls
Jon Atack
2019-09-22
1
-3
/
+3
*
|
Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
Wladimir J. van der Laan
2019-09-18
1
-1
/
+1
|
\
\
|
*
|
wallet/rpc: Use the default maxfeerate value as BTC/kB
Joonmo Yang
2019-08-18
1
-1
/
+1
*
|
|
qa: Add RPC tests for weight in mempool entry
Daniel Edgecumbe
2019-08-19
1
-1
/
+22
|
|
/
|
/
|
*
|
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
1
-3
/
+3
|
/
*
test: Require standard txs in regtest
MarcoFalke
2019-06-21
1
-0
/
+3
*
test: Remove unused imports
MarcoFalke
2019-04-09
1
-1
/
+7
*
scripted-diff: use self.sync_* methods
MarcoFalke
2019-04-09
1
-7
/
+7
*
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-14
1
-2
/
+2
*
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
1
-1
/
+1
*
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-03-02
1
-30
/
+30
*
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-03-02
1
-15
/
+15
*
Address test todos by removing -txindex to nodes.
Amiti Uttarwar
2019-02-17
1
-17
/
+16
*
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-26
1
-0
/
+4
*
[mining] segwit option must be set in GBT
John Newbery
2018-12-10
1
-10
/
+2
*
[test] Remove deprecated addwitnessaddress from feature_segwit.py
John Newbery
2018-09-23
1
-49
/
+1
*
[test] Fix flake8 warnings in tests
John Newbery
2018-09-23
1
-53
/
+51
*
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
1
-3
/
+24
*
tests: Use explicit imports
practicalswift
2018-08-13
1
-4
/
+8
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
policy: Remove promiscuousmempoolflags
MarcoFalke
2018-06-23
1
-11
/
+7
|
/
*
policy: Treat segwit as always active
MarcoFalke
2018-05-29
1
-18
/
+13
*
qa: Pad scriptPubKeys to get minimum sized txs
MarcoFalke
2018-05-05
1
-3
/
+3
*
Merge #13002: Do not treat bare multisig outputs as IsMine unless watched
Wladimir J. van der Laan
2018-04-26
1
-4
/
+8
|
\
|
*
Do not treat bare multisig as IsMine
Pieter Wuille
2018-04-19
1
-4
/
+8
*
|
[qa] Remove some pre-activation segwit tests
Suhas Daftuar
2018-04-13
1
-9
/
+1
|
/
*
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-17
1
-4
/
+4
*
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-02-16
1
-12
/
+12
*
QA: segwit.py: s/find_unspent/find_spendable_utxo/
Jorge Timón
2018-01-31
1
-7
/
+9
*
[tests] Rename feature_* functional tests.
Anthony Towns
2018-01-25
1
-0
/
+638