aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-05Merge #18509: fuzz: Avoid running over all inputs after merging themMarcoFalke
2020-04-05Merge #18407: tests: Add proof-of-work fuzzing harnessMarcoFalke
2020-04-04tests: Add proof-of-work fuzzing harnesspracticalswift
2020-04-04refactor: drop boost::signals2 in validationinterfaceRussell Yanofsky
2020-04-03test: remaining replacements of (send_message+sync_with_ping) with send_and_pingSebastian Falbesoner
2020-04-04Merge #18499: rpc: Make rpc documentation not depend on call-time rpc argsMarcoFalke
2020-04-04Merge #18508: RPC: Fix more formatting nitsMarcoFalke
2020-04-04fuzz: Extend script fuzz testMarcoFalke
2020-04-04fuzz: Extend descriptor fuzz testMarcoFalke
2020-04-03test: remove rapidcheck integration and testsfanquake
2020-04-03net: Hardcoded seeds update for 0.20Wladimir J. van der Laan
2020-04-03test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.pySebastian Falbesoner
2020-04-03Merge #18513: doc: fix git add argumentfanquake
2020-04-03Merge #18503: init: Replace URL_WEBSITE with PACKAGE_URLfanquake
2020-04-03[doc] fix git add argumentMichael Polzer
2020-04-03Merge #18505: doc: Update webchat URLs in README.mdfanquake
2020-04-03Merge #18382: doc: note the costs of fetching all pull requestsfanquake
2020-04-03Merge #18426: scripts: previous_release: improve behaviour on failed downloadfanquake
2020-04-03fuzz: Add CScriptNum::getint coverageMarcoFalke
2020-04-03fuzz: Avoid running over all inputs after merging themMarcoFalke
2020-04-03Merge #18383: refactor: Check for overflow when calculating sum of tx outputsMarcoFalke
2020-04-03Merge #18464: doc: block-relay-only vs blocksonlyMarcoFalke
2020-04-03Merge #18494: test: replace (send_message + sync_with_ping) with send_and_pingMarcoFalke
2020-04-02Wallet: Add warning comments and assert to CWallet::DelAddressBookLuke Dashjr
2020-04-02Wallet: Avoid unnecessary/redundant m_address_book lookupsLuke Dashjr
2020-04-02rpc: Fix rpcRunLater race in walletpassphraseJoão Barbosa
2020-04-02Wallet: Avoid treating change-in-the-addressbook as non-change everywhereLuke Dashjr
2020-04-02Wallet: New FindAddressBookEntry method to filter out change entries (and ski...Luke Dashjr
2020-04-02Wallet: Add CAddressBookData::IsChange which returns true iff label has never...Luke Dashjr
2020-04-02Wallet: Require usage of new CAddressBookData::setLabel to change labelLuke Dashjr
2020-04-02scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr
2020-04-02Bugfix: RPC: JSON null is not "None"Luke Dashjr
2020-04-02Bugfix: RPC: Don't use a continuation elipsis after an elision elipsisLuke Dashjr
2020-04-02Bugfix: RPC: Add missing commas and correct indentation of explicit ELISIONLuke Dashjr
2020-04-02Merge #18500: chainparams: Bump assumed valid hashWladimir J. van der Laan
2020-04-02doc: Update webchat URLs in README.mdSuriyaa Sundararuban
2020-04-02Merge #16923: wallet: Handle duplicate fileid exceptionWladimir J. van der Laan
2020-04-02init: Replace URL_WEBSITE with PACKAGE_URLMarcoFalke
2020-04-02Merge #18358: util: fix compilation with mingw-w64 7.0.0Wladimir J. van der Laan
2020-04-02build: Detect gmtime_* definitions via configureBen Woosley
2020-04-02chainparams: Bump assumed valid hashMarcoFalke
2020-04-02rpc: Make rpc documentation not depend on rpc argsMarcoFalke
2020-04-01test: replace (send_message + sync_with_ping) with send_and_pingJon Atack
2020-04-01test: remove redundant sync_with_ping after add_p2p_connectionJon Atack
2020-04-01Merge #18492: qt: Translations update pre-branchWladimir J. van der Laan
2020-04-01qt: Translations update pre-branchWladimir J. van der Laan
2020-04-01Merge #18477: ci: Use Focal for fuzzersfanquake
2020-04-01Merge #18247: test: Wait for both veracks in add_p2p_connectionMarcoFalke
2020-04-01Merge #18486: doc: Explain new test loggingMarcoFalke
2020-03-31Correctly compute redeemScript from witnessScript for signrawtransactionAndrew Chow