aboutsummaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Expand)Author
2020-08-06test: test the implicit avoid partial spends functionalityKarl-Johan Alm
2020-08-05Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cliWladimir J. van der Laan
2020-08-04test addition of unknown segwit spends to txid reject filterGregory Sanders
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-08-03Merge #18991: Cache responses to GETADDR to prevent topology leaksWladimir J. van der Laan
2020-08-02Test that wtxid relay peers add wtxid to reject filterGregory Sanders
2020-08-02Restore test case for p2p transaction blindingGregory Sanders
2020-08-02rpc: Limit echo to 10 argsMarcoFalke
2020-07-30test: Catch decimal.InvalidOperation from TestNodeCLI#send_cliBen Woosley
2020-07-30test: Wait for 'cmpctblock' in p2p_compactblocks when it is expectedBen Woosley
2020-07-30test: request parents of orphan from wtxid relay peerAnthony Towns
2020-07-30Test addr response cachingGleb Naumenko
2020-07-30Add addr permission flag enabling non-cached addr sharingGleb Naumenko
2020-07-30Merge #19597: test: test decodepsbt fee calculation (count input value only o...MarcoFalke
2020-07-30Merge #19599: test: clean message_count and last_messageMarcoFalke
2020-07-29Merge #19335: wallet: Cleanup and separate BerkeleyDatabase and BerkeleyBatchWladimir J. van der Laan
2020-07-27Clean message_count and last_messageTroy Giorshev
2020-07-26test: test decodepsbt fee calculation (count input value only once per UTXO)Sebastian Falbesoner
2020-07-23Merge #15935: Add <datadir>/settings.json persistent settings storageMarcoFalke
2020-07-23Merge #19473: net: Add -networkactive optionMarcoFalke
2020-07-22No need to check for duplicate fileids in all dbenvsAndrew Chow
2020-07-22test: Add test coverage for -networkactive optionHennadii Stepanov
2020-07-22Merge #18044: Use wtxid for transaction relayWladimir J. van der Laan
2020-07-21Merge #19552: test: fix intermittent failure in p2p_ibd_txrelayMarcoFalke
2020-07-21Merge #19205: script: previous_release.sh rewritten in pythonMarcoFalke
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: Add tests for wtxid tx relay in segwit testFabian Jahr
2020-07-19test: Update test framework p2p protocol version to 70016Fabian Jahr
2020-07-19Delay getdata requests from peers using txid-based relaySuhas Daftuar
2020-07-19Add support for tx-relay via wtxidSuhas Daftuar
2020-07-17Merge #19423: test: add functional test for txrelay during and after IBDMarcoFalke
2020-07-16Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUnivWladimir J. van der Laan
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-15[test] feefilter during and after IBDgzhao408
2020-07-15Merge #19512: p2p: banscore updates to gui, tests, release notesWladimir J. van der Laan
2020-07-15test: ensure OP_1NEGATE satisfies BIP62 minimal push ruleJon Atack
2020-07-14Merge #19429: test: Fix intermittent failure in wallet_encryptionMarcoFalke
2020-07-14Have zmq reorg test cover mempool txnsGregory Sanders
2020-07-14test: update tests for peer discouragementJon Atack
2020-07-14test: Fail wait_until early if connection is lostMarcoFalke
2020-07-14Merge #19464: net: remove -banscore configuration optionMarcoFalke
2020-07-13Add zmq test for transaction pub during reorgGregory Sanders
2020-07-13Add test case for mempool->block zmq notificationGregory Sanders
2020-07-13Make ordering of zmq consumption irrelevant to functional testGregory Sanders
2020-07-13Merge #19486: Remove unused constants `CADDR_TIME_VERSION` and `GETHEADERS_VE...MarcoFalke