aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-08-14Merge #17204: wallet: Do not turn OP_1NEGATE in scriptSig into 0x0181 in sign...Wladimir J. van der Laan
2020-08-14Merge #19455: rpc generate: print useful help and error messageWladimir J. van der Laan
2020-08-14Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke
2020-08-13Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan
2020-08-13Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...Wladimir J. van der Laan
2020-08-13Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfeeSamuel Dobson
2020-08-12Cap listsinceblock target_confirmations paramAdam Stein
2020-08-12Merge #19696: rpc: Fix addnode remove command errorWladimir J. van der Laan
2020-08-12Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...Wladimir J. van der Laan
2020-08-12[net] Add addpeeraddress RPC methodJohn Newbery
2020-08-12[test] Test that getnodeaddresses() can return all known addressesJohn Newbery
2020-08-11rpc: Improve addnode remove command error messageFabian Jahr
2020-08-11Merge #19674: refactor: test: use throwaway _ variable for unused loop countersfanquake
2020-08-09Merge #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is exp...Wladimir J. van der Laan
2020-08-09Merge #19657: test: Wait until is_connected in add_p2p_connectionWladimir J. van der Laan
2020-08-09Merge #19649: Restore test case for p2p transaction blindingWladimir J. van der Laan
2020-08-07Merge #19620: Add txids with non-standard inputs to reject filterfanquake
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-05Merge #15382: util: add RunCommandParseJSONSamuel Dobson
2020-08-05Merge #19654: lint: Don't use TRAVIS_COMMIT_RANGE in commit message linterMarcoFalke
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-04lint: Remove travis env var from commit linterFabian Jahr
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-31[build] msvc: add boost::processSjors Provoost
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-30Merge #19439: script: Linter to check commit message formattingMarcoFalke
2020-07-30Merge #18011: Replace current benchmarking framework with nanobenchWladimir J. van der Laan
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