Commit Graph

  • 6d625af283 Merge bitcoin/bitcoin#32621: contrib: utxo_to_sqlite.py: add option to store txid/spk as BLOBs master merge-script 2026-02-08 10:37:45 +01:00
  • 8f0e1f6540 Merge bitcoin/bitcoin#34465: refactor: separate log generation from log handling merge-script 2026-02-07 23:01:17 +01:00
  • b2805eec35 Merge bitcoin/bitcoin#34528: test: Fix intermittent failure in feature_assumevalid.py by ensuring invalid block was processed before checking debug.log merge-script 2026-02-07 15:08:08 +01:00
  • 72030efd4b Merge bitcoin/bitcoin#34525: Release: Prepare "Open Transifex translations for v31.0" step Hennadii Stepanov 2026-02-07 13:07:07 +00:00
  • 54bd49c7e3 Merge bitcoin/bitcoin#34452: test: split interface_ipc.py merge-script 2026-02-07 10:07:08 +01:00
  • 3b39a8aeb4 Merge bitcoin/bitcoin#34483: refactor: Use SpanReader over DataStream Ava Chow 2026-02-06 18:00:18 -08:00
  • 6f68e0c8b7 Merge bitcoin/bitcoin#34181: refactor: [p2p] Make ProcessMessage private again, Use references when non-null Ava Chow 2026-02-06 17:10:25 -08:00
  • d88997b809 Merge bitcoin/bitcoin#34299: wallet: remove PreSelectedInputs and re-activate "AmountWithFeeExceedsBalance" error Ava Chow 2026-02-06 14:30:20 -08:00
  • b73a62f667 test: Ensure invalid block was processed before checking debug.log Ava Chow 2026-02-06 12:02:39 -08:00
  • 633d183119 test: misc interface_ipc_mining.py improvements Sjors Provoost 2026-02-06 14:10:27 +01:00
  • 52ccd9215e test: split interface_ipc_mining.py into subtests Sjors Provoost 2026-02-06 13:47:41 +01:00
  • 4e49fa2a68 test: add interface_ipc_mining.py Sjors Provoost 2026-02-06 14:25:45 +01:00
  • 01a1ae889e test: move IPC helpers to ipc_util.py Sjors Provoost 2026-02-03 15:29:50 +01:00
  • 28160c1e3d Merge bitcoin/bitcoin#34421: ci: add Chimera Linux LTO config Hennadii Stepanov 2026-02-06 14:10:58 +00:00
  • 576f892027 qt: Update the src/qt/locale/bitcoin_en.xlf translation source file Hennadii Stepanov 2026-02-06 13:45:34 +00:00
  • 4b9f5beafe Update Transifex slug for 31.x Hennadii Stepanov 2026-02-06 13:40:59 +00:00
  • 46e1288df2 Merge bitcoin/bitcoin#34498: iwyu: Fix patch to prefer <cstdint> merge-script 2026-02-06 13:37:14 +00:00
  • d79249d279 ci: add chimera Linux LTO CI job fanquake 2026-01-23 13:53:36 +00:00
  • 48161f6a05 wallet: introduce "tx amount exceeds balance when fees are included" error stratospher 2026-01-14 14:17:54 +05:30
  • b7fa609ed1 wallet: remove PreSelectedInputs stratospher 2026-01-29 16:30:54 +05:30
  • 7819da2c16 walllet: use CoinsResult instead of PreSelectedInputs stratospher 2026-01-28 17:26:20 +05:30
  • 0cd309c75e Merge bitcoin/bitcoin#34492: ci: Drop valgrind fuzz from GHA matrix merge-script 2026-02-06 10:28:04 +00:00
  • fa0677d131 refactor: Use SpanReader over DataStream MarcoFalke 2026-02-02 16:55:11 +01:00
  • e5474079f1 wallet: introduce GetAppropriateTotal() in CoinsResult stratospher 2026-01-29 14:59:22 +05:30
  • d8ea921d01 wallet: correctly reserve in CoinsResult::All() stratospher 2026-01-28 18:39:58 +05:30
  • 7072d825e3 wallet: ensure COutput added in set are unique stratospher 2026-01-27 12:47:06 +05:30
  • fefa3be782 wallet: fix, make 'total_effective_amount' optional actually optional stratospher 2026-01-14 14:17:02 +05:30
  • 9ec1ae0e98 Merge bitcoin/bitcoin#34437: rpc: uptime should begin on application start Ava Chow 2026-02-05 17:02:37 -08:00
  • d692e07228 Merge bitcoin/bitcoin#32894: FUZZ: Test that BnB finds best solution Ava Chow 2026-02-05 13:32:24 -08:00
  • 28d8607882 Merge bitcoin/bitcoin#34504: build: replace WERROR with CMAKE_COMPILE_WARNING_AS_ERROR Hennadii Stepanov 2026-02-05 18:57:19 +00:00
  • ad1940a006 Merge bitcoin/bitcoin#34517: drop my key from trusted-keys Ava Chow 2026-02-05 10:06:17 -08:00
  • 322c4ec442 build: replace WERROR with CMAKE_COMPILE_WARNING_AS_ERROR fanquake 2026-01-28 11:53:07 +00:00
  • eb97250421 Merge bitcoin/bitcoin#34496: build: don't pass on boost dependency to kernel consumers Hennadii Stepanov 2026-02-05 12:18:39 +00:00
  • 9d76947294 Merge bitcoin/bitcoin#34464: Change BlockRequestAllowed() to take ref (minor refactor) merge-script 2026-02-05 10:56:37 +00:00
  • 41b9b76cce Merge bitcoin/bitcoin#34510: doc: fix broken bpftrace installation link merge-script 2026-02-05 09:36:47 +00:00
  • 42ee31e80c doc: fix broken bpftrace installation link jayvaliya 2026-02-05 14:07:25 +05:30
  • 54d0393058 FUZZ: Test that BnB finds best solution Murch 2025-07-03 15:01:10 -07:00
  • 4ae00e9a71 Merge bitcoin/bitcoin#32636: Split CWallet::Create() into CreateNew and LoadExisting Ava Chow 2026-02-04 11:06:36 -08:00
  • d4bc620ad8 Merge bitcoin/bitcoin#34488: refactor: Small style and test fixups for bitcoinkernel merge-script 2026-02-04 13:48:21 +00:00
  • eb3dbbaf30 Merge bitcoin/bitcoin#34493: contrib: Remove valgrind suppression for bug 472219 merge-script 2026-02-04 10:50:05 +00:00
  • 1e64aeaaec Merge bitcoin/bitcoin#34295: test: Improve STRICTENC/DERSIG unit tests merge-script 2026-02-04 09:37:56 +00:00
  • b65a3d8009 iwyu: Fix patch to prefer <cstdint> Hennadii Stepanov 2026-02-04 08:28:10 +00:00
  • a50d0b6720 build: don't pass on boost dependency to kernel consumers Cory Fields 2026-02-03 21:36:47 +00:00
  • 3532e24213 Merge bitcoin/bitcoin#32748: fees: fix noisy flushing log Ava Chow 2026-02-03 12:08:54 -08:00
  • fad9dd1a88 test: kernel test fixups MarcoFalke 2026-02-02 20:43:12 +01:00
  • fabb58d42d test: Use clang-tidy named args for create_chainman MarcoFalke 2026-02-02 20:24:18 +01:00
  • fa51594c5c refactor: Small style fixups in src/kernel/bitcoinkernel.cpp MarcoFalke 2026-02-02 15:05:22 +01:00
  • fa33acec89 Revert "valgrind: add suppression for bug 472219" MarcoFalke 2026-02-03 18:16:56 +01:00
  • faa4ab113c ci: Drop valgrind fuzz from GHA matrix MarcoFalke 2026-02-03 16:45:20 +01:00
  • 02b5f6078d fees: make flushes log debug only ismaelsadeeq 2025-06-14 06:40:54 +01:00
  • b58eebf152 Merge bitcoin/bitcoin#34470: Bump leveldb subtree and remove UB workaround in CI merge-script 2026-02-03 11:26:40 +00:00
  • 8bb277c123 Merge bitcoin/bitcoin#34481: Update secp256k1 subtree to latest master merge-script 2026-02-03 11:11:18 +00:00
  • a4941132d3 Merge bitcoin/bitcoin#34461: ci: Print verbose build error message in test-each-commit merge-script 2026-02-03 10:49:26 +00:00
  • fad7d86d8d ci: Remove unused workaround after leveldb subtree bump MarcoFalke 2026-02-01 19:24:27 +01:00
  • fabced56f6 Bump leveldb subtree MarcoFalke 2026-02-03 11:24:44 +01:00
  • be35408c5a Merge bitcoin/bitcoin#34474: ci: update ccache to improve hitrate merge-script 2026-02-03 10:16:43 +00:00
  • 2f2952c5f2 Squashed 'src/leveldb/' changes from cad64b151d..ab6c84e6f3 MarcoFalke 2026-02-03 11:15:21 +01:00
  • 7528d18796 ci: show more verbose ccache stats will 2026-02-02 09:30:27 +00:00
  • 47c9297172 Merge bitcoin/bitcoin#32420: mining, ipc: omit dummy extraNonce from coinbase Ava Chow 2026-02-02 15:21:16 -08:00
  • fad3eb3956 refactor: Use SpanReader over DataStream MarcoFalke 2026-02-02 16:57:18 +01:00
  • fa06e26764 refactor: [qt] Use SpanReader to avoid two vector copies MarcoFalke 2026-02-02 15:47:39 +01:00
  • fabd4d2e2e refactor: Avoid UB in SpanReader::ignore MarcoFalke 2026-02-02 18:38:58 +01:00
  • 37cc2a2d95 logging: use util/log.h where possible stickies-v 2026-01-26 18:48:08 +00:00
  • bb8e9e7c4c logging: Move message formatting to util/log.h stickies-v 2025-12-16 15:37:21 +00:00
  • 001f0a428e move-only: Move logging macros to util/log.h stickies-v 2026-01-20 17:50:59 +00:00
  • 94c0adf4e8 move-onlyish: Move logging levels to util/log.h stickies-v 2026-01-21 18:11:38 +00:00
  • 56d113cab0 move-only: move logging categories to logging/categories.h stickies-v 2026-01-19 15:38:49 +00:00
  • f5233f7e98 move-only: Move SourceLocation to util/log.h stickies-v 2025-12-16 15:37:21 +00:00
  • 8799eb7440 Merge bitcoin/bitcoin#33878: refactor, docs: Embedded ASMap [2/3]: Refactor asmap internals and add documentation merge-script 2026-02-02 18:22:31 +01:00
  • fa20bc2ec2 refactor: Use empty() over eof() in the streams interface MarcoFalke 2026-02-02 17:56:13 +01:00
  • 9ceeca0fe1 Merge bitcoin/bitcoin#34463: [28.x] Backports 28.x merge-script 2026-02-02 16:09:39 +00:00
  • fa879db735 test: Read debug log for self-checking comment MarcoFalke 2026-02-02 16:35:08 +01:00
  • d405713197 ci: use Alpine 3.23 fanquake 2026-01-29 11:02:56 +00:00
  • 1cee0e4cd3 ci: detect apk usage generally fanquake 2026-01-28 15:40:00 +00:00
  • 1ed3de5a6d Update secp256k1 subtree to latest master fanquake 2026-02-02 15:21:14 +00:00
  • 9d4c9b0035 Squashed 'src/secp256k1/' changes from 14e56970cb..57315a6985 fanquake 2026-02-02 15:21:14 +00:00
  • 9f8764c814 Merge bitcoin/bitcoin#34475: ci: Treat SHA1 LLVM signing key as warning merge-script 2026-02-02 12:32:27 +00:00
  • 3c8f5e48f7 ci: Treat SHA1 LLVM signing key as warning will 2026-02-02 10:35:40 +00:00
  • 5cb4cf9b42 Merge bitcoin/bitcoin#34036: contrib: update macOS SDK to Xcode-26.1.1-17B100 merge-script 2026-02-02 10:45:06 +00:00
  • 41034a032f Merge bitcoin/bitcoin#34396: fuzz: pull the latest FuzzedDataProvider.h from upstream merge-script 2026-02-02 09:55:46 +00:00
  • 580e9eefe3 ci: bump CCACHE_MAXSIZE to 2G will 2026-02-02 09:15:27 +00:00
  • ff09583928 Merge bitcoin/bitcoin#34432: test: Turn ElapseSteady into SteadyClockContext merge-script 2026-02-02 10:44:55 +01:00
  • 81e67d9aa1 Merge bitcoin/bitcoin#34179: refactor: Enable transparent lookup for setBlockIndexCandidates to remove const_cast merge-script 2026-02-02 08:49:02 +01:00
  • ec70bead5e Merge bitcoin/bitcoin#34433: script: remove unused SCRIPT_ERR_LAST merge-script 2026-02-02 08:16:43 +01:00
  • 08547ee1b0 Merge bitcoin/bitcoin#34443: validation: follow-up nits for lock-free IsInitialBlockDownload() merge-script 2026-02-02 07:57:34 +01:00
  • 8bb77f348e Merge bitcoin/bitcoin#34455: ci, iwyu: Fix warnings in src/univalue and treat them as errors merge-script 2026-01-31 15:05:44 +01:00
  • 1bf3842223 ci, iwyu: Fix warnings in src/univalue and treat them as errors Hennadii Stepanov 2026-01-31 10:41:50 +00:00
  • 3d180d3c7f Merge bitcoin/bitcoin#34462: util: Drop *BSD headers in batchpriority.cpp merge-script 2026-01-31 11:32:34 +01:00
  • 1eed88a3ec Merge bitcoin/bitcoin#34460: iwyu: Update mappings merge-script 2026-01-31 09:57:38 +01:00
  • 101daa4163 Merge bitcoin/bitcoin#34338: ci, iwyu: Fix warnings in src/zmq and treat them as errors merge-script 2026-01-31 09:37:03 +01:00
  • dfb9364609 fuzz: pull latest FuzzedDataProvider.h from upstream b-l-u-e 2026-01-24 01:29:58 +03:00
  • 705705e5b1 Merge bitcoin/bitcoin#33701: test: add case where TOTAL_TRIES is exceeded yet solution remains Ava Chow 2026-01-30 18:26:07 -08:00
  • 88f8029835 Merge bitcoin/bitcoin#34100: doc: Use multipath descriptors in descriptors.md and linked test Ava Chow 2026-01-30 17:29:47 -08:00
  • 5ad94cf6b7 Merge bitcoin/bitcoin#34381: script: return proper error for CScriptNum errors Ava Chow 2026-01-30 16:22:43 -08:00
  • 4f85b05131 Merge bitcoin/bitcoin#31713: miniscript refactor: Remove unique_ptr-indirection Ava Chow 2026-01-30 15:17:59 -08:00
  • 1f8f7d477a Change BlockRequestAllowed() to take ref optout 2026-01-30 16:18:50 +01:00
  • 5d2707307e Merge bitcoin/bitcoin#34454: wallet: Rename RecordType::DELETE to RecordType::DELETE_FLAG Ava Chow 2026-01-30 13:21:58 -08:00
  • f6e5ec5d81 doc: update release notes for v28.x fanquake 2026-01-30 16:02:05 +00:00
  • 5879b5a172 chore: Update outdated GitHub Actions versions Padraic Slattery 2026-01-19 17:45:37 +01:00
  • 4fca124c0b ci: remove 3rd party js from windows dll gha job Max Edwards 2025-09-25 18:11:37 +01:00