aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2020-09-21Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan
2020-09-20Merge #19781: test: add parameterized constructor for msg_sendcmpct()MarcoFalke
2020-09-19Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake
2020-09-18test: basic signet testsKarl-Johan Alm
2020-09-16[test] add get_vsize util for more programmatic testinggzhao408
2020-09-09test: Run rpc_txoutproof.py even with wallet disabledMarcoFalke
2020-09-09test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spendMarcoFalke
2020-09-09test: bugfix: Actually pick largest utxoMarcoFalke
2020-09-09Merge #19800: test: MockwalletMarcoFalke
2020-09-07test: Use MiniWalet in p2p_feefilterMarcoFalke
2020-09-03Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...Wladimir J. van der Laan
2020-09-03Merge #19816: test: Rename wait until helper to wait_until_helperfanquake
2020-09-02Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processingWladimir J. van der Laan
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