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
/
qa
/
rpc-tests
/
test_framework
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/DOGE/DIS/g
Tomo Ueda
2021-09-02
1
-2
/
+2
*
s/doge/dis/g
Tomo Ueda
2021-09-02
1
-5
/
+5
*
Remove relay-only rounding
Ross Nicoll
2021-08-17
1
-1
/
+1
*
Rename binaries to match Dogecoin
Ross Nicoll
2019-03-25
1
-5
/
+5
*
Update RPC tests for Dogecoin (#1431)
Ross Nicoll
2018-09-19
1
-10
/
+14
*
qa: Check return code when stopping nodes
MarcoFalke
2017-02-23
1
-14
/
+5
*
Fix RPC failure testing
John Newbery
2017-02-08
1
-3
/
+20
*
Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.
Wladimir J. van der Laan
2017-01-12
1
-3
/
+7
|
\
|
*
Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.
Chris Moore
2016-12-13
1
-3
/
+7
*
|
test: Add test for RPC named arguments
Wladimir J. van der Laan
2017-01-05
1
-0
/
+12
|
/
*
[qa] pruning: Use cached utxo set to run faster
MarcoFalke
2016-12-04
1
-5
/
+9
*
Merge #9221: [qa] Get rid of duplicate code
MarcoFalke
2016-12-02
1
-5
/
+13
|
\
|
*
[qa] Get rid of duplicate code
MarcoFalke
2016-12-02
1
-5
/
+13
*
|
Fix some typos
fsb4000
2016-11-28
1
-3
/
+3
|
/
*
Merge #9139: Change sync_blocks to pick smarter maxheight (on top of #9196)
MarcoFalke
2016-11-23
1
-6
/
+8
|
\
|
*
[qa] Change sync_blocks to pick smarter maxheight
Russell Yanofsky
2016-11-11
1
-6
/
+8
*
|
[qa] add assert_raises_message to check specific error message
mrbandrews
2016-11-15
1
-2
/
+6
|
/
*
[qa] Avoid 2 list comprehensions in sync_blocks
Russell Yanofsky
2016-11-14
1
-2
/
+2
*
[qa] Fix sync_blocks timeout argument
Russell Yanofsky
2016-11-14
1
-3
/
+8
*
[qa] Improve sync_blocks error messages.
Russell Yanofsky
2016-11-14
1
-2
/
+4
*
[qa] util: Rework sync_*()
MarcoFalke
2016-11-07
1
-15
/
+17
*
[qa] Increase wallet-dump RPC timeout
Russell Yanofsky
2016-11-07
1
-2
/
+2
*
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-18
1
-0
/
+10
|
\
|
*
Add preciousblock tests
Pieter Wuille
2016-08-26
1
-0
/
+10
*
|
[qa] util: Move wait_bitcoinds() into stop_nodes()
MarcoFalke
2016-10-02
1
-1
/
+1
*
|
test: Explicitly set encoding to utf8 when opening text files
Wladimir J. van der Laan
2016-09-29
1
-1
/
+1
*
|
add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
Cory Fields
2016-09-07
1
-2
/
+6
|
/
*
Revert "[qa] Adjust timeouts for micro-optimization of run time"
Wladimir J. van der Laan
2016-08-18
1
-2
/
+2
*
Merge #8482: [qa] Use single cache dir for chains
Wladimir J. van der Laan
2016-08-17
1
-12
/
+12
|
\
|
*
[qa] Use single cache dir for chains
MarcoFalke
2016-08-07
1
-10
/
+10
|
*
[qa] Adjust timeouts for micro-optimization of run time
MarcoFalke
2016-08-07
1
-2
/
+2
*
|
[qa]: add parsing for '<host>:<port>' argument form to rpc_url()
whythat
2016-07-25
1
-1
/
+9
|
/
*
Merge #8066: [qa] test_framework: Use different rpc_auth_pair for each node
Wladimir J. van der Laan
2016-06-20
1
-3
/
+8
|
\
|
*
[qa] test_framework: Use different rpc_auth_pair for each node
MarcoFalke
2016-05-17
1
-3
/
+8
*
|
[qa] util: Move check_fee_amount out of wallet.py
MarcoFalke
2016-06-13
1
-0
/
+9
*
|
Tests: add timeout to sync_blocks() and sync_mempools()
Suhas Daftuar
2016-05-26
1
-9
/
+13
*
|
Merge #8047: [qa] test_framework: Set wait-timeout for bitcoind procs
MarcoFalke
2016-05-20
1
-2
/
+4
|
\
\
|
*
|
[qa] test_framework: Set wait-timeout for bitcoind procs
MarcoFalke
2016-05-12
1
-2
/
+4
|
|
/
*
/
[qa] Remove hardcoded "4 nodes" from test_framework
MarcoFalke
2016-05-15
1
-13
/
+20
|
/
*
[qa] Add option --portseed to test_framework
MarcoFalke
2016-05-09
1
-3
/
+7
*
[qa] Stop other nodes, even when one fails to stop
MarcoFalke
2016-05-06
1
-2
/
+9
*
[qa] Refactor test_framework and pull tester
MarcoFalke
2016-05-06
1
-4
/
+13
*
[qa] Switch to py3
MarcoFalke
2016-05-05
1
-10
/
+11
*
[qa] test_framework: Properly print exceptions and assert empty dict
MarcoFalke
2016-04-26
1
-1
/
+1
*
Move method to check matches within arrays on util.py
Joao Fonseca
2016-04-19
1
-0
/
+29
*
Merge #7853: [qa] py2: Unfiddle strings into bytes explicitly
Wladimir J. van der Laan
2016-04-14
1
-1
/
+14
|
\
|
*
[qa] py2: Unfiddle strings into bytes explicitly
MarcoFalke
2016-04-10
1
-1
/
+14
*
|
getblockchaininfo: make bip9_softforks an object, not an array.
Rusty Russell
2016-04-13
1
-4
/
+1
|
/
*
Tests: move get_bip9_status to util.py
Suhas Daftuar
2016-04-07
1
-0
/
+7
*
test_framework: detect failure of bitcoind startup
Wladimir J. van der Laan
2016-03-26
1
-20
/
+40
[next]