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
/
rpc_blockchain.py
Age
Commit message (
Expand
)
Author
2020-04-01
test: replace (send_message + sync_with_ping) with send_and_ping
Jon Atack
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-09-26
[RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
Dan Gershony
2019-08-29
Add window final block height to getchaintxstats
Jonathan "Duke" Leto
2019-08-14
[tests] Add coverage for the content of getblockchaininfo.softforks
James O'Beirne
2019-08-13
[rpc] Tidy up reporting of buried and ongoing softforks
John Newbery
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-02-19
qa: Remove mocktime unless required
MarcoFalke
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-08-10
Merge #13924: tests: Simplify comparison in rpc_blockchain.py
MarcoFalke
2018-08-09
Simplify comparison in rpc_blockchain.py.
Daniel Kraft
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-08-07
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-06-13
expose CBlockIndex::nTx in getblock(header)
Gregory Sanders
2018-03-15
Merge #12431: Only call NotifyBlockTip when chainActive changes
Wladimir J. van der Laan
2018-02-16
[tests] Add a (failing) test for waitforblockheight
James O'Beirne
2018-02-15
qa: Improve getchaintxstats functional test
João Barbosa
2018-02-02
Document method for reviewers to verify chainTxData
John Newbery
2018-01-25
[tests] Rename rpc_* functional tests.
Anthony Towns