aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | test: add parameterized constructor for msg_sendcmpct()Sebastian Falbesoner2020-08-231-3/+3
* | | | | | Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake2020-09-191-0/+10
|\ \ \ \ \ \
| * | | | | | [test] add get_vsize util for more programmatic testinggzhao4082020-09-161-0/+10
* | | | | | | test: Run rpc_txoutproof.py even with wallet disabledMarcoFalke2020-09-091-0/+4
* | | | | | | test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spendMarcoFalke2020-09-091-5/+5
* | | | | | | test: bugfix: Actually pick largest utxoMarcoFalke2020-09-091-2/+2
|/ / / / / /
* | | | | | Merge #19800: test: MockwalletMarcoFalke2020-09-091-0/+64
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | test: Use MiniWalet in p2p_feefilterMarcoFalke2020-09-071-0/+64
| |/ / / /
* | | | | Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...Wladimir J. van der Laan2020-09-031-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | test framework: serialize/deserialize inv type as unsigned intJon Atack2020-08-281-4/+4
| | |/ / | |/| |
* | | | Merge #19816: test: Rename wait until helper to wait_until_helperfanquake2020-09-034-19/+19
|\ \ \ \
| * | | | test: Remove unused lock arg from BitcoinTestFramework.wait_untilMarcoFalke2020-08-271-2/+2
| * | | | test: Rename wait until helper to wait_until_helperMarcoFalke2020-08-274-18/+18
| |/ / /
* | | | Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processingWladimir J. van der Laan2020-09-021-0/+1
|\ \ \ \
| * | | | test: use CInv::MSG_WITNESS_TX flag in p2p_segwitJon Atack2020-08-261-0/+1
| | |/ / | |/| |
* | | | Merge #19105: Add Muhash3072 implementation in PythonWladimir J. van der Laan2020-09-013-16/+142
|\ \ \ \ | |_|/ / |/| | |
| * | | test: Add chacha20 test vectors in muhashFabian Jahr2020-07-161-0/+9
| * | | test: Add basic Python/C++ Muhash implementation parity unit testFabian Jahr2020-07-161-0/+11
| * | | test: Add Python MuHash3072 implementation to test frameworkPieter Wuille2020-07-161-0/+90
| * | | test: Move modinv to util and add unit testFabian Jahr2020-07-162-16/+32
* | | | test: Add docstring to wait_until() in util.py to warn about its usageSeleme Topuz2020-08-261-0/+8
* | | | [test] Remove final references to mininodeJohn Newbery2020-08-253-7/+11
* | | | test: resort importsJohn Newbery2020-08-211-1/+1
* | | | scripted-diff: Rename mininode to p2pJohn Newbery2020-08-212-2/+2
* | | | scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery2020-08-211-6/+6
| |/ / |/| |
* | | Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky2020-08-131-2/+2
* | | Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan2020-08-131-0/+1
|\ \ \
| * | | [test] Add test for NODE_COMPACT_FILTER.Jim Posen2020-05-311-0/+1
* | | | Merge #19674: refactor: test: use throwaway _ variable for unused loop countersfanquake2020-08-113-12/+12
|\ \ \ \
| * | | | refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-063-12/+12
* | | | | Merge #19657: test: Wait until is_connected in add_p2p_connectionWladimir J. van der Laan2020-08-092-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test: Wait until is_connected in add_p2p_connectionMarcoFalke2020-08-042-1/+2
* | | | | Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cliWladimir J. van der Laan2020-08-051-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test: Catch decimal.InvalidOperation from TestNodeCLI#send_cliBen Woosley2020-07-301-1/+1
* | | | | Merge #19489: test: Fail wait_until early if connection is lostMarcoFalke2020-08-041-15/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test: Fail wait_until early if connection is lostMarcoFalke2020-07-141-15/+14
* | | | | Clean message_count and last_messageTroy Giorshev2020-07-271-3/+7
* | | | | Merge #18044: Use wtxid for transaction relayWladimir J. van der Laan2020-07-222-3/+30
|\ \ \ \ \
| * | | | | test: Use wtxid relay generally in functional testsFabian Jahr2020-07-191-0/+2
| * | | | | test: Update test framework p2p protocol version to 70016Fabian Jahr2020-07-192-3/+28
* | | | | | test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_untilJon Atack2020-07-191-0/+4
|/ / / / /
* / / / / [protocol] Remove unused CADDR_TIME_VERSIONJohn Newbery2020-07-101-6/+8
|/ / / /
* | | | Merge #19368: test: improve functional tests compatibility with BSD/macOSWladimir J. van der Laan2020-07-011-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | test: retry when write to a socket fails on macOSIvan Metlushko2020-06-251-0/+2
* | | | Merge #19272: net, test: invalid p2p messages and test framework improvementsMarcoFalke2020-06-242-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | test: hoist p2p values to test framework constantsJon Atack2020-06-192-2/+6
* | | | test: Add connect_nodes methodMarcoFalke2020-06-211-4/+10
* | | | Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke2020-06-212-55/+48
|\ \ \ \ | |/ / / |/| | |
| * | | test: move sync_blocks and sync_mempool functions to test_framework.pyRoy Shao2020-06-182-55/+48
* | | | Merge #19252: test: wait for disconnect in disconnect_p2ps + bloomfilter test...MarcoFalke2020-06-171-0/+6
|\ \ \ \