aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-23Support up to 3 parallel compact block txn fetchingsGreg Sanders
2023-05-23rpc: Fix invalid bech32 handlingMarcoFalke
2023-05-23build: disable boost multi index safe modewillcl-ark
2023-05-23Merge bitcoin/bitcoin#27717: test: Make `util/test_runner.py` honor `BITCOINU...fanquake
2023-05-22depends: remove redundant stdlib optionCory Fields
2023-05-22Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpcAndrew Chow
2023-05-22Merge bitcoin/bitcoin#27672: fuzz: Print error message when FUZZ is missingfanquake
2023-05-22Merge bitcoin/bitcoin#27699: random: drop syscall wrapper usage for getrandom()fanquake
2023-05-22test: Make `util/test_runner.py` honor `BITCOINUTIL` and `BITCOINTX`Hennadii Stepanov
2023-05-22Merge bitcoin/bitcoin#27670: guix: remove redundant glibc patchesfanquake
2023-05-22Merge bitcoin/bitcoin#27561: test: Explicitly specify directory where to sear...fanquake
2023-05-22Merge bitcoin/bitcoin#27696: build: Do not define `ENABLE_ZMQ` when ZMQ is no...fanquake
2023-05-22Merge bitcoin/bitcoin#27683: ci: remove `RUN_SECURITY_TESTS`fanquake
2023-05-22Merge bitcoin/bitcoin#27707: ci, iwyu: Double maximum line length for includesfanquake
2023-05-22ci: Log qa-assets repo last commitMarcoFalke
2023-05-22fuzz: Print error message when FUZZ is missingMarcoFalke
2023-05-20ci: remove MSAN getrandom syscall workaroundfanquake
2023-05-20random: switch to using getrandom() directlyfanquake
2023-05-20random: add [[maybe_unused]] to GetDevURandomfanquake
2023-05-20random: getentropy on macOS does not need unistd.hfanquake
2023-05-20ci, iwyu: Double maximum line length for includesHennadii Stepanov
2023-05-20Merge bitcoin/bitcoin#27688: doc: remove Security section from build-unix.mdfanquake
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-20refactor: Split util::AnyPtr into its own fileTheCharlatan
2023-05-20refactor: Split util::insert into its own fileTheCharlatan
2023-05-20refactor: Move ScheduleBatchPriority to its own fileTheCharlatan
2023-05-20kernel: Add warning method to notificationsTheCharlatan
2023-05-20kernel: Add progress method to notificationsTheCharlatan
2023-05-20kernel: Add headerTip method to notificationsTheCharlatan
2023-05-20kernel: Add notification interfaceTheCharlatan
2023-05-19test: Explicitly specify directory where to search tests forHennadii Stepanov
2023-05-19Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...glozow
2023-05-19test: fix `include_immature_coinbase` logic in `get_utxos`brunoerg
2023-05-19test: fix `interface_usdt_mempool` by mining a block after each testbrunoerg
2023-05-19test: fix mature utxos addition to wallet in `mempool_package_limits`brunoerg
2023-05-19test: fix intermittent issue in `feature_bip68_sequence`brunoerg
2023-05-19Merge bitcoin/bitcoin#27687: msvc: Provide `ObjectFileName` explicitlyfanquake
2023-05-19Merge bitcoin/bitcoin#27695: test: Add test to check tx in the last block can...fanquake
2023-05-19Merge bitcoin/bitcoin#27458: build: Detect USDT the same way how it is used i...fanquake
2023-05-19Merge bitcoin/bitcoin#27662: build: Bump minimum supported GCC to g++-9fanquake
2023-05-18Merge bitcoin/bitcoin#27556: wallet: fix deadlock in bdb read write operationAndrew Chow
2023-05-18Merge bitcoin/bitcoin#27698: doc: add historical release notes for 24.1 & 23.2Andrew Chow
2023-05-18doc: add 24.1 release notesfanquake
2023-05-18doc: add 23.2 release notesfanquake
2023-05-18Only request full blocks from the peer we thought had the block in-flightGreg Sanders
2023-05-18Convert mapBlocksInFlight to a multimapGreg Sanders
2023-05-18Remove nBlocksInFlightGreg Sanders
2023-05-18alias BlockDownloadMap for mapBlocksInFlightGreg Sanders
2023-05-18build: Detect USDT the same way how it is used in the codeHennadii Stepanov
2023-05-18Merge bitcoin/bitcoin#27640: test: Return dict in MiniWallet::send_tofanquake