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
/
blockchain.py
Age
Commit message (
Expand
)
Author
2017-10-26
[rpc] Add initialblockdownload to getblockchaininfo
John Newbery
2017-10-09
Merge #10853: [tests] Fix RPC failure testing (again)
MarcoFalke
2017-10-09
Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_size
Wladimir J. van der Laan
2017-10-05
scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error
John Newbery
2017-10-02
Merge #11021: [rpc] fix getchaintxstats()
Wladimir J. van der Laan
2017-09-29
[rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning
Daniel Edgecumbe
2017-09-27
Add warnings field to getblockchaininfo
Andrew Chow
2017-09-20
[test] Add getblockchaininfo functional test
João Barbosa
2017-09-06
[qa] TestNode: Add wait_until_stopped helper method
MarcoFalke
2017-09-01
[tests] don't override __init__() in individual tests
John Newbery
2017-09-01
[tests] TestNode: separate add_node from start_node
John Newbery
2017-08-25
Add some tests for getchaintxstats
Akio Nakamura
2017-08-15
[tests] Introduce TestNode
John Newbery
2017-06-29
[tests] Move stop_node and start_node methods to BitcoinTestFramework
John Newbery
2017-06-23
[qa] blockchain: Pass on closed connection during generate call
MarcoFalke
2017-06-20
qa: Add stopatheight test
MarcoFalke
2017-06-06
Merge #10426: Replace bytes_serialized with bogosize
Wladimir J. van der Laan
2017-06-05
Replace bytes_serialized with bogosize
Pieter Wuille
2017-06-02
[test] Add test for getchaintxstats
Jimmy Song
2017-05-26
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-05-25
Add test for empty chain and reorg consistency for gettxoutsetinfo.
Gregory Maxwell
2017-05-14
Merge #10253: [test] Add test for getnetworkhashps
MarcoFalke
2017-05-02
Remove unused Python imports
practicalswift
2017-05-02
[tests] Remove is_network_split from funtional test cases
John Newbery
2017-04-21
Tests: Add test for getnetworkhashps
Jimmy Song
2017-04-19
Tests: Add test for getdifficulty
Jimmy Song
2017-03-20
Rename rpc-tests directory to functional
John Newbery