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-11-05
TestShell: Return self from setup()
James Chiang
2019-11-05
TestShell: Simplify default setting of num_nodes
James Chiang
2019-11-05
TestShell: Fix typo in TestShell warning printout
James Chiang
2019-11-04
Add TestShell class
James Chiang
2019-11-03
Move argparse() to init()
JamesC
2019-11-03
Move assert num_nodes is set into main()
JamesC
2019-11-03
Clear TestNode objects after shutdown
JamesC
2019-11-03
Add closing and flushing of logging handlers
JamesC
2019-11-03
Refactor TestFramework main() into setup/shutdown
JamesC
2019-11-03
Remove network_event_loop instance in close()
JamesC
2019-10-31
[qa] Add shrinkdebugfile=0 to regtest bitcoin.conf
Suhas Daftuar
2019-10-30
rpc: Add generatetodescriptor
MarcoFalke
2019-10-14
[test] rename SegwitVersion1SignatureHash()
John Newbery
2019-10-14
test: fix "tx-size-small" errors after default address change
Sebastian Falbesoner
2019-10-09
Merge #15437: p2p: Remove BIP61 reject messages
Wladimir J. van der Laan
2019-10-06
Fix Python Docstring to include all Args.
John Bampton
2019-10-02
Merge #16524: Wallet: Disable -fallbackfee by default
MarcoFalke
2019-10-02
Truly decouple wallet from chainparams for -fallbackfee
Jorge Timón
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-09-22
Merge #16918: test: Make PORT_MIN in test runner configurable
MarcoFalke
2019-09-19
test: Make PORT_MIN in test runner configurable
MarcoFalke
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
[next]