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
Age
Commit message (
Expand
)
Author
2017-11-02
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-11-02
Fix minchainwork test for 0.15 backport
Suhas Daftuar
2017-11-02
Make p2p-acceptablock not an extended test
Matt Corallo
2017-11-02
[qa] test that invalid blocks on an invalid chain get a disconnect
Matt Corallo
2017-11-02
Accept unrequested blocks with work equal to our tip
Matt Corallo
2017-11-02
Rewrite p2p-acceptblock in preparation for slight behavior changes
Matt Corallo
2017-11-02
Disconnecting from bad outbound peers in IBD
Suhas Daftuar
2017-11-02
qa: add test for minchainwork use in acceptblock
Suhas Daftuar
2017-11-02
[qa] Test nMinimumChainWork
Suhas Daftuar
2017-11-01
qa: Remove never used return value of sync_with_ping
MarcoFalke
2017-11-01
qa: Make tmpdir option an absolute path
MarcoFalke
2017-11-01
Avoid opening copied wallet databases simultaneously
Russell Yanofsky
2017-11-01
Ensure backupwallet fails when attempting to backup to source file
Tomas van der Wansem
2017-11-01
scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error
John Newbery
2017-11-01
[tests] do not allow assert_raises_message to be called with JSONRPCException
John Newbery
2017-11-01
[tests] remove direct testing on JSONRPCException from individual test cases
John Newbery
2017-11-01
Merge #11550: [0.15.1] qa: Backports
Wladimir J. van der Laan
2017-11-01
Make listsinceblock refuse unknown block hash
Russell Yanofsky
2017-10-23
qa: Fix race condition in sendheaders.py
Suhas Daftuar
2017-10-23
qa: Fix replace-by-fee race condition failures
Suhas Daftuar
2017-10-18
Merge #11447: 0.15.1: Backports
Wladimir J. van der Laan
2017-10-17
Fix importmulti bug when importing an already imported key
Pedro Branco
2017-10-09
Update importprivkey named args documentation
Dusty Williams
2017-10-04
rpc: Prevent `dumpwallet` from overwriting files
Wladimir J. van der Laan
2017-10-03
add functional test for mempoolreplacement command line arg
Gregory Sanders
2017-10-03
Fix bip68-sequence rpc test
Johnson Lau
2017-10-03
qa: Fix bug introduced in p2p-segwit.py
Suhas Daftuar
2017-10-03
qa: Treat mininode p2p exceptions as fatal
Suhas Daftuar
2017-10-03
Tests for zmqpubrawtx and zmqpubrawblock
Andrew Chow
2017-10-03
[tests] Check connectivity before sending in assumevalid.py
John Newbery
2017-10-03
[tests] Make p2p-leaktests.py more robust
John Newbery
2017-10-03
[qa] zapwallettxes: Wait up to 3s for mempool reload
MarcoFalke
2017-10-03
Add listwallets RPC test to multiwallet.py
Cristian Mircea Messel
2017-10-03
[tests] fixup dbcrash interaction with add_nodes()
John Newbery
2017-10-03
[test] Replace check_output with low level version
João Barbosa
2017-10-03
[test] Add assert_raises_process_error to assert process errors
João Barbosa
2017-10-03
[test] Add support for custom arguments to TestNodeCLI
João Barbosa
2017-10-03
[test] Improve assert_raises_jsonrpc docstring
João Barbosa
2017-10-03
[qa] TestNode: Add wait_until_stopped helper method
MarcoFalke
2017-10-03
Improve signmessages functional test
Cristian Mircea Messel
2017-10-03
[tests] fixups from set_test_params()
John Newbery
2017-10-03
[tests] Functional tests must explicitly set num_nodes
John Newbery
2017-10-03
[tests] don't override __init__() in individual tests
John Newbery
2017-10-03
[tests] Avoid passing around member variables in test_framework
John Newbery
2017-10-03
[tests] TestNode: separate add_node from start_node
John Newbery
2017-10-03
[tests] fix - use rpc_timeout as rpc timeout
John Newbery
2017-10-03
Add getmininginfo functional test
Cristian Mircea Messel
2017-10-03
RPC: gettxout: Slightly improve doc and tests
Jorge Timón
2017-10-03
[tests] Add bitcoin_cli.py test script
John Newbery
2017-10-03
[tests] add TestNodeCLI class for calling bitcoin-cli for a node
John Newbery
[next]