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
/
test_framework
Age
Commit message (
Expand
)
Author
2019-09-19
Test: Move common function assert_approx() into util.py
fridokus
2019-09-17
test: Remove unused connect_nodes_bi
MarcoFalke
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-09-17
test: Use connect_nodes when connecting nodes in the test_framework
MarcoFalke
2019-09-12
Merge #16551: test: Test that low difficulty chain fork is rejected
MarcoFalke
2019-09-11
tests: add a test for the 'servicesnames' RPC field
darosior
2019-09-09
Merge #16796: wallet: Fix segfault in CreateWalletFromFile
Samuel Dobson
2019-09-04
test: Remove incorrect and unused try-block in assert_debug_log
MarcoFalke
2019-09-03
test: Print both messages on failure in assert_raises_message
MarcoFalke
2019-08-28
Merge #16726: tests: Avoid common Python default parameter gotcha when mutabl...
MarcoFalke
2019-08-26
Avoid using mutable default parameter values
practicalswift
2019-08-21
QA: fix rpc_setban.py race
Jonas Schnelli
2019-08-19
Bugfix: QA: Run tests with UPnP disabled
Luke Dashjr
2019-08-16
test: Pass down correct chain name in tests
MarcoFalke
2019-08-15
Merge #16060: Bury bip9 deployments
MarcoFalke
2019-08-15
Merge #16465: test: Test p2sh-witness and bech32 in wallet_import_rescan
MarcoFalke
2019-08-14
test: Test p2sh-witness and bech32 in wallet_import_rescan
MarcoFalke
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
[Consensus] Bury CSV deployment height
John Newbery
2019-08-14
Merge #16248: Make whitebind/whitelist permissions more flexible
Wladimir J. van der Laan
2019-08-13
[rpc] Tidy up reporting of buried and ongoing softforks
John Newbery
2019-08-13
Moved and renamed hash256 from util.py to zmq_interface.py
Elichai Turkel
2019-08-11
Add functional tests for flexible whitebind/list
nicolas.dorier
2019-08-05
Merge #16363: test: Add test for BIP30 duplicate tx
MarcoFalke
2019-08-05
Merge #16509: test: Adapt test framework for chains other than "regtest"
MarcoFalke
2019-07-31
test: Adapt test framework for chains other than "regtest"
MarcoFalke
2019-07-31
test: Fix “local variable 'e' is assigned to but never used”
Ben Woosley
2019-07-26
test: Fail early on disconnect in mininode.wait_for_*
MarcoFalke
2019-07-19
Merge #16152: Disable bloom filtering by default.
fanquake
2019-07-09
test: Properly serialize BIP34 coinbase height
MarcoFalke
2019-07-01
TEST: Replace hard-coded hex tx with classes
Steven Roose
2019-06-17
Merge #15982: tests: Make msg_block a witness block
MarcoFalke
2019-06-06
Disable bloom filtering by default.
Matt Corallo
2019-05-17
test: Speed up cache creation
MarcoFalke
2019-05-17
test: Bump MAX_NODES to 12
MarcoFalke
2019-05-16
Merge #15990: Add tests and documentation for blocksonly
Wladimir J. van der Laan
2019-05-14
Merge #15963: [tests] Make random seed logged and settable
MarcoFalke
2019-05-13
test: Add test for p2p_blocksonly
MarcoFalke
2019-05-10
test: Format predicate source as multiline on error
MarcoFalke
2019-05-09
[tests] Make random seed logged and settable
John Newbery
2019-05-08
tests: Make msg_block a witness block
MarcoFalke
2019-05-08
test: Remove True argument to CBlock::serialize
MarcoFalke
2019-05-08
Merge #15664: change default Python block serialization to witness
MarcoFalke
2019-05-03
[tests] Comment for why logging config is set as command-line args.
John Newbery
2019-04-30
[tests] log thread names by default in functional tests
John Newbery
2019-04-29
Merge #15897: QA/mininode: Send all headers upfront in send_blocks_and_test t...
MarcoFalke
2019-04-26
Merge #15895: QA: Avoid re-reading config.ini unnecessarily
MarcoFalke
2019-04-25
QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sendin...
Luke Dashjr
2019-04-25
QA: Avoid re-reading config.ini unnecessarily
Luke Dashjr
2019-04-18
Add comments to Python ECDSA implementation
John Newbery
[next]