aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-03build: stop overriding user CXXFLAGSfanquake
2022-04-03build: stop overriding user LDFLAGSfanquake
2022-04-03build: stop overriding user CPPFLAGSfanquake
2022-04-02doc: explain why we clear CXXFLAGS with enable-debugfanquake
2022-04-02Merge bitcoin/bitcoin#24738: build: remove faketime unsetting and comments fr...fanquake
2022-04-02Merge bitcoin/bitcoin#24740: doc: remove incorrect mention of PR_GET_NAMEfanquake
2022-04-02Merge bitcoin/bitcoin#24594: doc: update release-process.mdfanquake
2022-04-01refactor: add missing std:: includes to threadnames.cppfanquake
2022-04-01doc: remove incorrect mention of PR_GET_NAMEfanquake
2022-04-01Merge bitcoin/bitcoin#24722: build: patch around qt duplicate symbol issuefanquake
2022-04-01build: remove faketime unsetting and comments from configure.acfanquake
2022-04-01Merge bitcoin/bitcoin#24733: build: Fix "ERR: Unsigned tarballs do not exist"laanwj
2022-04-01build: Fix "ERR: Unsigned tarballs do not exist"Hennadii Stepanov
2022-04-01Merge bitcoin/bitcoin#24724: test: fix incorrect named args in txpackage testsMarcoFalke
2022-03-31build: patch around qt duplicate symbol issuefanquake
2022-03-31Merge bitcoin/bitcoin#24602: fuzz: add target for coinselection algorithmsAndrew Chow
2022-03-31Merge bitcoin/bitcoin#24711: wallet: Postpone wallet loading notification for...Andrew Chow
2022-03-31test: fix incorrect named args in txpackage testsfanquake
2022-03-31Merge bitcoin/bitcoin#24721: doc: Use DecodeTxDoc helperMarcoFalke
2022-03-31doc: Use DecodeTxDoc helperMarcoFalke
2022-03-31Merge bitcoin/bitcoin#24716: rpc: Fix documentation assertion for `getrawtran...MarcoFalke
2022-03-31Merge bitcoin/bitcoin#24698: test: -peerblockfilters without -blockfilterinde...MarcoFalke
2022-03-31Merge bitcoin/bitcoin#24707: doc: Speed up functional test runs using ramdiskMarcoFalke
2022-03-31Merge bitcoin/bitcoin#24673: refactor: followup of remove -deprecatedrpc=addr...MarcoFalke
2022-03-31Merge bitcoin/bitcoin#24715: build, test: Fix test logfile nameMarcoFalke
2022-03-31Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/AssumeMarcoFalke
2022-03-30wallet: Postpone NotifyWalletLoaded() for encrypted walletsHennadii Stepanov
2022-03-30refactor: add stdd:: includes to core_writefanquake
2022-03-30refactor: use named args when ScriptToUniv or TxToUniv are invokedMichael Dietz
2022-03-30refactor: prefer snake case, TxToUniv arg hashBlock renamed block_hashMichael Dietz
2022-03-30refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one functionMichael Dietz
2022-03-30Merge bitcoin/bitcoin#23008: ci: Use clang-12 and libcxx-12 for msanfanquake
2022-03-30fuzz: add target for coinselectionMartin Zumsande
2022-03-30rpc: Fix documentation assertion for `getrawtransaction`laanwj
2022-03-30util/check: stop using lambda for Assert/AssumeAnthony Towns
2022-03-30Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweepMarcoFalke
2022-03-30Merge bitcoin/bitcoin#24374: contrib: refactor: simplify linearize scriptslaanwj
2022-03-30Merge bitcoin/bitcoin#24693: builder-keys: Add dunxenlaanwj
2022-03-30build, refactor: Replace tabs with spacesHennadii Stepanov
2022-03-30build, test: Fix test logfile nameHennadii Stepanov
2022-03-30ci: Use clang-12 and libcxx-12 for msanMarcoFalke
2022-03-30Merge bitcoin/bitcoin#24690: util: Add inotify_rm_watch to syscall sandbox (A...fanquake
2022-03-30Merge bitcoin/bitcoin#24561: guix: use LIEF 0.12.0laanwj
2022-03-30Merge bitcoin/bitcoin#24708: ci: Avoid boost test warningsfanquake
2022-03-30wallet: move Assert() check into constructorAnthony Towns
2022-03-30Merge bitcoin/bitcoin#24704: compat: remove strnlen back-compat codeMarcoFalke
2022-03-30Merge bitcoin/bitcoin#24692: refactoring: [Net Processing] Follow-ups to #21160fanquake
2022-03-29doc: Speed up functional test runs using ramdiskwillcl-ark
2022-03-29add tests for no recipient and using send_max while inputs are specifiedishaanam
2022-03-29Add sendall RPC née sweepMurch