aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-06refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-08-06Merge #19667: build: set minimum required Boost to 1.58.0fanquake
2020-08-06build: make clean removes .gcda and .gcno files from fuzz directoryeugene
2020-08-06Merge #19669: contrib: Fixup valgrind suppressions filefanquake
2020-08-06test: test the implicit avoid partial spends functionalityKarl-Johan Alm
2020-08-06wallet: try -avoidpartialspends mode and use its result if fees are below thr...Karl-Johan Alm
2020-08-05Merge #19614: util: use HAVE_FDATASYNC to determine fdatasync() useWladimir J. van der Laan
2020-08-05build: Update and sort package list in gitian-linux.ymlHennadii Stepanov
2020-08-05contrib: Fixup valgrind suppressions fileMarcoFalke
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-05build: set minimum required Boost to 1.58fanquake
2020-08-05Merge #19654: lint: Don't use TRAVIS_COMMIT_RANGE in commit message linterMarcoFalke
2020-08-04Deduplicate missing parents of orphan transactionsSuhas Daftuar
2020-08-04Rewrite parent txid loop of requested transactionsSuhas Daftuar
2020-08-04test addition of unknown segwit spends to txid reject filterGregory Sanders
2020-08-04Add txids with non-standard inputs to reject filterSuhas Daftuar
2020-08-04Merge #19340: Preserve the `LockData` initial state if "potential deadlock de...MarcoFalke
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-04Merge #19634: rpc: Document getwalletinfo's unlocked_until field as optionalfanquake
2020-08-03Merge #19326: Simplify hash.h interface using SpansWladimir J. van der Laan
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: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke
2020-08-02rpc: Limit echo to 10 argsMarcoFalke
2020-08-02refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke
2020-08-02rpc: Treat all args after a hidden arg as hidden as wellMarcoFalke
2020-08-02rpc: document returned error fields as optional if applicableSebastian Falbesoner
2020-08-02test: Add LockStackEmpty()Hennadii Stepanov
2020-08-02test: Repeat deadlock testsHennadii Stepanov
2020-08-02Preserve initial state if push_lock() throws exceptionHennadii Stepanov
2020-08-02Merge #19639: doc: Remove Reference Links #19582MarcoFalke
2020-08-02Merge #19637: doc: Add historical release notes for 0.20.1MarcoFalke
2020-08-01scripted-diff: Remove Reference LinksRobert
2020-08-01doc: Add historical release notes for 0.20.1Wladimir J. van der Laan
2020-07-31rpc: Document getwalletinfo's unlocked_until field as optionalJustin Moon
2020-07-31build: Drop old hack which is unneeded nowHennadii Stepanov
2020-07-31Merge #19569: Enable fetching of orphan parents from wtxid peersfanquake
2020-07-31[util] add RunCommandParseJSONSjors Provoost
2020-07-31[ci] use boost::processSjors Provoost
2020-07-31[doc] include Doxygen comments for HAVE_BOOST_PROCESSSjors Provoost
2020-07-31[build] msvc: add boost::processSjors Provoost
2020-07-31[build] make boost-process opt-inSjors Provoost
2020-07-31configure: add ax_boost_processSjors Provoost
2020-07-31[depends] boost: patch unused variable in boost_processSjors Provoost
2020-07-31Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ.MarcoFalke