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
2020-09-03
[tests] Fix pep8 style violations in address.py
John Newbery
2020-09-03
[tests] Correct docstring for address.py
John Newbery
2020-09-03
[tests] Tidy up imports in address.py
John Newbery
2020-09-03
[tests] Remove unused optional verify_checksum parameter
John Newbery
2020-09-03
[tests] Rename segwit encode and decode functions
John Newbery
2020-09-03
[tests] Move bech32 unit tests to test framework
John Newbery
2020-09-03
Merge #19816: test: Rename wait until helper to wait_until_helper
fanquake
2020-09-02
Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing
Wladimir J. van der Laan
2020-09-01
Merge #19105: Add Muhash3072 implementation in Python
Wladimir J. van der Laan
2020-08-27
test: Remove unused lock arg from BitcoinTestFramework.wait_until
MarcoFalke
2020-08-27
test: Rename wait until helper to wait_until_helper
MarcoFalke
2020-08-26
test: Add docstring to wait_until() in util.py to warn about its usage
Seleme Topuz
2020-08-26
test: use CInv::MSG_WITNESS_TX flag in p2p_segwit
Jon Atack
2020-08-25
[test] Remove final references to mininode
John Newbery
2020-08-21
test: resort imports
John Newbery
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-21
scripted-diff: Rename mininode_lock to p2p_lock
John Newbery
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...
Wladimir J. van der Laan
2020-08-11
Merge #19674: refactor: test: use throwaway _ variable for unused loop counters
fanquake
2020-08-09
Merge #19657: test: Wait until is_connected in add_p2p_connection
Wladimir J. van der Laan
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-08-05
Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
Wladimir J. van der Laan
2020-08-04
test: Wait until is_connected in add_p2p_connection
MarcoFalke
2020-08-04
Merge #19489: test: Fail wait_until early if connection is lost
MarcoFalke
2020-07-30
test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
Ben Woosley
2020-07-27
Clean message_count and last_message
Troy Giorshev
2020-07-22
Merge #18044: Use wtxid for transaction relay
Wladimir J. van der Laan
2020-07-19
test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_until
Jon Atack
2020-07-19
test: Use wtxid relay generally in functional tests
Fabian Jahr
2020-07-19
test: Update test framework p2p protocol version to 70016
Fabian Jahr
2020-07-16
test: Add chacha20 test vectors in muhash
Fabian Jahr
2020-07-16
test: Add basic Python/C++ Muhash implementation parity unit test
Fabian Jahr
2020-07-16
test: Add Python MuHash3072 implementation to test framework
Pieter Wuille
2020-07-16
test: Move modinv to util and add unit test
Fabian Jahr
2020-07-14
test: Fail wait_until early if connection is lost
MarcoFalke
2020-07-10
[protocol] Remove unused CADDR_TIME_VERSION
John Newbery
2020-07-01
Merge #19368: test: improve functional tests compatibility with BSD/macOS
Wladimir J. van der Laan
2020-06-25
test: retry when write to a socket fails on macOS
Ivan Metlushko
2020-06-24
Merge #19272: net, test: invalid p2p messages and test framework improvements
MarcoFalke
2020-06-21
test: Add connect_nodes method
MarcoFalke
2020-06-21
Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...
MarcoFalke
2020-06-19
test: hoist p2p values to test framework constants
Jon Atack
2020-06-18
test: move sync_blocks and sync_mempool functions to test_framework.py
Roy Shao
2020-06-17
Merge #19252: test: wait for disconnect in disconnect_p2ps + bloomfilter test...
MarcoFalke
2020-06-16
[test] wait for disconnect_p2ps to be reflected in getpeerinfo
gzhao408
2020-06-16
pep-8 test/functional/test_framework/util.py
MarcoFalke
2020-06-16
test: refactor: Inline adjust_bitcoin_conf_for_pre_17
MarcoFalke
2020-06-16
Merge #19178: Make mininode_lock non-reentrant
MarcoFalke
2020-06-10
[tests] move generate_wif_key to wallet_util.py
John Newbery
[next]