aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2020-09-01Merge #19105: Add Muhash3072 implementation in PythonWladimir J. van der Laan
2020-08-28test framework: serialize/deserialize inv type as unsigned intJon Atack
2020-08-27test: Remove unused lock arg from BitcoinTestFramework.wait_untilMarcoFalke
2020-08-27test: Rename wait until helper to wait_until_helperMarcoFalke
2020-08-26test: Add docstring to wait_until() in util.py to warn about its usageSeleme Topuz
2020-08-26test: use CInv::MSG_WITNESS_TX flag in p2p_segwitJon Atack
2020-08-25[test] Remove final references to mininodeJohn Newbery
2020-08-23test: add parameterized constructor for msg_sendcmpct()Sebastian Falbesoner
2020-08-21test: resort importsJohn Newbery
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-21scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery
2020-08-13Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky
2020-08-13Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan
2020-08-11Merge #19674: refactor: test: use throwaway _ variable for unused loop countersfanquake
2020-08-09Merge #19657: test: Wait until is_connected in add_p2p_connectionWladimir J. van der Laan
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-08-05Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cliWladimir J. van der Laan
2020-08-04test: Wait until is_connected in add_p2p_connectionMarcoFalke
2020-08-04Merge #19489: test: Fail wait_until early if connection is lostMarcoFalke
2020-07-30test: Catch decimal.InvalidOperation from TestNodeCLI#send_cliBen Woosley
2020-07-27Clean message_count and last_messageTroy Giorshev
2020-07-22Merge #18044: Use wtxid for transaction relayWladimir J. van der Laan
2020-07-19test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_untilJon Atack
2020-07-19test: Use wtxid relay generally in functional testsFabian Jahr
2020-07-19test: Update test framework p2p protocol version to 70016Fabian Jahr
2020-07-16test: Add chacha20 test vectors in muhashFabian Jahr
2020-07-16test: Add basic Python/C++ Muhash implementation parity unit testFabian Jahr
2020-07-16test: Add Python MuHash3072 implementation to test frameworkPieter Wuille
2020-07-16test: Move modinv to util and add unit testFabian Jahr
2020-07-14test: Fail wait_until early if connection is lostMarcoFalke
2020-07-10[protocol] Remove unused CADDR_TIME_VERSIONJohn Newbery
2020-07-01Merge #19368: test: improve functional tests compatibility with BSD/macOSWladimir J. van der Laan
2020-06-25test: retry when write to a socket fails on macOSIvan Metlushko
2020-06-24Merge #19272: net, test: invalid p2p messages and test framework improvementsMarcoFalke
2020-06-21test: Add connect_nodes methodMarcoFalke
2020-06-21Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke
2020-06-19test: hoist p2p values to test framework constantsJon Atack
2020-06-18test: move sync_blocks and sync_mempool functions to test_framework.pyRoy Shao
2020-06-17Merge #19252: test: wait for disconnect in disconnect_p2ps + bloomfilter test...MarcoFalke
2020-06-16[test] wait for disconnect_p2ps to be reflected in getpeerinfogzhao408
2020-06-16pep-8 test/functional/test_framework/util.pyMarcoFalke
2020-06-16test: refactor: Inline adjust_bitcoin_conf_for_pre_17MarcoFalke
2020-06-16Merge #19178: Make mininode_lock non-reentrantMarcoFalke
2020-06-10[tests] move generate_wif_key to wallet_util.pyJohn Newbery
2020-06-10Revert "[TESTS] Move base58 to own module to break circular dependency"John Newbery
2020-06-09[TESTS] Move base58 to own module to break circular dependencyPieter Wuille
2020-06-08Merge #18890: test: disconnect_nodes should warn if nodes were already discon...MarcoFalke
2020-06-05[tests] Make mininode_lock non-reentrantJohn Newbery
2020-06-05[tests] Don't call super twice in P2PTxInvStore.on_inv()John Newbery
2020-06-05[tests] Don't acquire mininode_lock twice in wait_for_broadcast()John Newbery