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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
8
-83
/
+29
|
\
|
*
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
4
-9
/
+9
|
*
[test] Remove priority from tests
Alex Morcos
2017-03-03
3
-66
/
+14
|
*
No longer allow "free" transactions
Alex Morcos
2017-03-03
2
-3
/
+1
|
*
[rpc] sendrawtransaction no longer bypasses minRelayTxFee
Alex Morcos
2017-02-27
1
-2
/
+2
|
*
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-27
2
-4
/
+4
*
|
Merge #9929: tests: Delete unused function _rpchost_to_args
Wladimir J. van der Laan
2017-03-06
1
-20
/
+0
|
\
\
|
*
|
tests: Delete unused function _rpchost_to_args
Wladimir J. van der Laan
2017-03-06
1
-20
/
+0
*
|
|
Merge #9843: Fix segwit getblocktemplate test
Wladimir J. van der Laan
2017-03-06
1
-13
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix segwit getblocktemplate test.
John Newbery
2017-02-23
1
-13
/
+2
*
|
|
Merge #9739: Fix BIP68 activation test
Wladimir J. van der Laan
2017-03-06
1
-13
/
+6
|
\
\
\
|
*
|
|
Move tx version 2 standardness check to after bip68 activation
John Newbery
2017-02-22
1
-13
/
+14
|
*
|
|
Fix BIP68 activation test
John Newbery
2017-02-10
1
-21
/
+13
*
|
|
|
Merge #9832: [qa] assert_start_raises_init_error
Wladimir J. van der Laan
2017-03-06
2
-2
/
+29
|
\
\
\
\
|
*
|
|
|
[qa] assert_start_raises_init_error
NicolasDorier
2017-03-06
2
-2
/
+29
*
|
|
|
|
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
2
-5
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge #9839: [qa] Make import-rescan.py watchonly check reliable
Wladimir J. van der Laan
2017-02-27
1
-12
/
+18
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[qa] Make import-rescan.py watchonly check reliable
Russell Yanofsky
2017-02-23
1
-12
/
+18
|
|
/
/
*
|
|
Merge #9577: Fix docstrings in qa tests
MarcoFalke
2017-02-23
89
-484
/
+389
|
\
\
\
|
*
|
|
Fix docstrings in qa tests
John Newbery
2017-02-23
89
-484
/
+389
|
|
/
/
*
|
|
Merge #9824: qa: Check return code when stopping nodes
Wladimir J. van der Laan
2017-02-23
3
-27
/
+15
|
\
\
\
|
*
|
|
qa: Check return code when stopping nodes
MarcoFalke
2017-02-23
3
-27
/
+15
|
|
/
/
*
/
/
Fix pruning test broken by 2 hour manual prune window
Russell Yanofsky
2017-02-21
1
-1
/
+6
|
/
/
*
|
Merge #9619: Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segw...
Wladimir J. van der Laan
2017-02-20
1
-0
/
+8
|
\
\
|
*
|
QA: Test GBT size/weight limit values
Luke Dashjr
2017-02-16
1
-0
/
+8
*
|
|
Merge #9744: Remove unused module from rpc-tests
MarcoFalke
2017-02-18
6
-14
/
+1
|
\
\
\
|
*
|
|
Remove unused module from rpc-tests
Takashi Mitsuta
2017-02-12
6
-14
/
+1
|
|
|
/
|
|
/
|
*
|
|
Use 2 hour grace period for key timestamps in importmulti rescans
Russell Yanofsky
2017-02-16
1
-2
/
+5
*
|
|
[qa] Extend import-rescan.py to test imports on pruned nodes.
Russell Yanofsky
2017-02-16
1
-21
/
+43
*
|
|
[qa] Extend import-rescan.py to test specific key timestamps
Russell Yanofsky
2017-02-16
1
-11
/
+15
*
|
|
[qa] Simplify import-rescan.py
Russell Yanofsky
2017-02-16
1
-112
/
+112
*
|
|
Merge #9765: Harden against mistakes handling invalid blocks
Wladimir J. van der Laan
2017-02-16
1
-2
/
+2
|
\
\
\
|
*
|
|
Harden against mistakes handling invalid blocks
Suhas Daftuar
2017-02-15
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge #9756: Return error when importmulti called with invalid address.
Wladimir J. van der Laan
2017-02-15
1
-0
/
+10
|
\
\
\
|
*
|
|
Return error when importmulti called with invalid address.
Russell Yanofsky
2017-02-13
1
-0
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge #9108: Use importmulti timestamp when importing watch only keys (on top...
Wladimir J. van der Laan
2017-02-15
1
-1
/
+32
|
\
\
\
|
*
|
|
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
1
-1
/
+32
*
|
|
|
Merge #9720: net: fix banning and disallow sending messages before receiving ...
Wladimir J. van der Laan
2017-02-14
1
-0
/
+145
|
\
\
\
\
|
*
|
|
|
qa: add a test to detect leaky p2p messages
Cory Fields
2017-02-13
1
-0
/
+145
|
*
|
|
|
qa: Expose on-connection to mininode listeners
Matt Corallo
2017-02-13
1
-0
/
+2
|
*
|
|
|
qa: mininode learns when a socket connects, not its first action
Matt Corallo
2017-02-13
1
-12
/
+24
*
|
|
|
|
Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec
Wladimir J. van der Laan
2017-02-14
2
-12
/
+129
|
\
\
\
\
\
|
*
|
|
|
|
Add a test for P2P inactivity timeouts
Matt Corallo
2017-02-09
1
-0
/
+103
|
*
|
|
|
|
qa: Expose on-connection to mininode listeners
Matt Corallo
2017-02-08
1
-0
/
+2
|
*
|
|
|
|
qa: mininode learns when a socket connects, not its first action
Matt Corallo
2017-02-08
1
-12
/
+24
|
|
/
/
/
/
*
|
|
|
|
Merge #9682: Require timestamps for importmulti keys
Wladimir J. van der Laan
2017-02-14
2
-3
/
+37
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Use MTP for importmulti "now" timestamps
Russell Yanofsky
2017-02-10
1
-1
/
+1
|
*
|
|
Add test to check new importmulti "now" value
Russell Yanofsky
2017-02-10
1
-0
/
+2
|
*
|
|
Require timestamps for importmulti keys
Russell Yanofsky
2017-02-10
2
-3
/
+35
*
|
|
|
Merge #9707: Fix RPC failure testing
MarcoFalke
2017-02-10
2
-4
/
+21
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
[next]