aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-03Merge #18210: test: type hints in Python testsfanquake
2020-06-03Merge #19041: ci: tsan with -stdlib=libc++-10fanquake
2020-06-03Merge #18974: test: Check that invalid witness destinations can not be importedMarcoFalke
2020-06-03Merge #18875: fuzz: Stop nodes in process_message* fuzzersMarcoFalke
2020-06-03Merge #19146: doc: Remove release note fragments of 0.20.1 release, Add relea...Wladimir J. van der Laan
2020-06-03Merge #19084: net: improve code documentation for dns seed behaviourfanquake
2020-06-02doc: Move 0.21 fragments into the main release notesMarcoFalke
2020-06-02doc: Add release-notes-0.20.0.mdMarcoFalke
2020-06-02doc: Remove release notes of 0.20.1 releaseMarcoFalke
2020-06-02Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...MarcoFalke
2020-06-02Merge #18792: wallet: Remove boost from PeriodicFlushfanquake
2020-06-02Merge #13204: Faster sigcache nonceMarcoFalke
2020-06-02Merge #19122: test: Add missing sync_blocks to wallet_hdMarcoFalke
2020-06-02wallet: Remove unused boost::thread_interruptedMarcoFalke
2020-06-02Merge #19111: Limit scope of all global std::once_flagMarcoFalke
2020-06-02Merge #19104: gui, refactor: Register Qt meta types in application constructorJonas Schnelli
2020-06-02This PR adds initial support for type hints checking in python scripts.Kiminuo
2020-06-01Merge #19115: doc: Add release notes for 17219fanquake
2020-06-01Merge #19072: doc: Expand section on Getting Startedfanquake
2020-05-31Merge #18994: tests: Add fuzzing harnesses for functions in script/MarcoFalke
2020-05-31ci: Remove unused workaroundMarcoFalke
2020-05-31ci: Install llvm to get llvm symbolizerMarcoFalke
2020-05-31Merge #19044: net processing: Add support for getcfiltersMarcoFalke
2020-05-31Merge #16564: test: Always define the raii_event_tests test suiteMarcoFalke
2020-05-31test: Add more tsan suppressionsMarcoFalke
2020-05-31test: Add missing sync_blocks to wallet_hdMarcoFalke
2020-05-31test: pep-8 wallet_hdMarcoFalke
2020-05-30Merge #18965: tests: implement base58_decodeMarcoFalke
2020-05-30doc: Sync "how to upgrade" with 0.20.0 release notesMarcoFalke
2020-05-30doc: Add release notes for 17219MarcoFalke
2020-05-30Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke
2020-05-30ci: Mute depends logs completelyMarcoFalke
2020-05-30test: Extend tsan suppressions for clang stdlibMarcoFalke
2020-05-30ci: Use libc++ instead of libstdc++ for tsanMarcoFalke
2020-05-30ci: Set halt_on_error=1 for tsanMarcoFalke
2020-05-30ci: Deduplicate DOCKER_EXECMarcoFalke
2020-05-30cirrus: Remove no longer needed install stepMarcoFalke
2020-05-30Merge #19110: test: Explain that a bug should be filed when the tests failMarcoFalke
2020-05-30tests: Add fuzzing harness for functions in script/sign.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/sigcache.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/interpreter.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/descriptor.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/bitcoinconsensus.hpracticalswift
2020-05-30tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...practicalswift
2020-05-30Merge #18820: build: Propagate well-known vars into dependsfanquake
2020-05-29Limit scope of all global std::once_flagMarcoFalke
2020-05-29test: Explain that a bug should be filed when the test failMarcoFalke
2020-05-29Merge #18926: test: Pass ArgsManager into getarg_testsMarcoFalke
2020-05-29Merge #19106: util: simplify the interface of serviceFlagToStr()Jonas Schnelli
2020-05-29util: dedup code in callers of serviceFlagToStr()Vasil Dimov