aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-08refactor: De-globalize last notified header indexTheCharlatan
2024-07-08refactor: De-globalize validation benchmark timekeepingTheCharlatan
2024-07-08Merge bitcoin/bitcoin#29855: psbt: Check non witness utxo outpoint earlyRyan Ofsky
2024-07-08Merge bitcoin/bitcoin#30141: kernel: De-globalize validation cachesRyan Ofsky
2024-07-08rpc: doc: use "output script" terminology consistently in "asm"/"hex" resultsSebastian Falbesoner
2024-07-08Merge bitcoin/bitcoin#30263: build: Bump clang minimum supported version to 16merge-script
2024-07-08Merge bitcoin/bitcoin#30404: Use `WITH_LOCK` in `Warnings::Set`glozow
2024-07-08Merge bitcoin/bitcoin#30355: wallet: use LogTrace for walletdb log messages a...Ryan Ofsky
2024-07-08test: [refactor] Pass TestOptsMarcoFalke
2024-07-08tidy: modernize-use-equals-defaultMarcoFalke
2024-07-06Use WITH_LOCK in Warnings::SetAva Chow
2024-07-06GUI/OptionsDialog: Prefer to stretch actual options area rather than waste spaceLuke Dashjr
2024-07-06GUI/OptionsDialog: Allow Maximize of windowLuke Dashjr
2024-07-06random: drop ad-hoc Shuffle in favor of std::shufflePieter Wuille
2024-07-06bench random: benchmark more functions, and add InsecureRandomContextPieter Wuille
2024-07-05refactor: Use designated initializerHodlinator
2024-07-05rpc: Use untranslated error strings in loadtxoutsetMarcoFalke
2024-07-05net_processing: use existing RNG object in ProcessGetBlockDataMarcoFalke
2024-07-05random bench refactor: move to new bench/random.cppPieter Wuille
2024-07-05test: loadtxoutset in divergent chain with less workAlfonso Roman Zubeldia
2024-07-05refactor: Use named arguments to get path arg in loadtxoutsetMarcoFalke
2024-07-05kernel: De-globalize signature cacheTheCharlatan
2024-07-04fuzz: improve utxo_snapshot targetMartin Zumsande
2024-07-04Expose CSignatureCache class in headerTheCharlatan
2024-07-04kernel: De-globalize script execution cache hasherTheCharlatan
2024-07-04kernel: De-globalize script execution cacheTheCharlatan
2024-07-04validation: Don't error if maxsigcachesize exceeds uint32::maxTheCharlatan
2024-07-04contrib: rename cc to cxx in binary checking scriptsCory Fields
2024-07-04contrib: use c++ rather than c for binary testsCory Fields
2024-07-04fuzz: fix key size in crypter targetbrunoerg
2024-07-04Merge bitcoin/bitcoin#29835: depends: build libevent with CMakemerge-script
2024-07-04Merge bitcoin/bitcoin#30388: validation: Check if mempool exists before size ...glozow
2024-07-04Merge bitcoin/bitcoin#29625: Several randomness improvementsmerge-script
2024-07-04validation: Check if mempool exists before asserting in ActivateSnapshotTheCharlatan
2024-07-04logging: Add thread safety annotationsAnthony Towns
2024-07-03Merge bitcoin/bitcoin#30380: lint: Ignore files ignored by git in the Markdow...merge-script
2024-07-03lint: remove unneeded trailing line fixwillcl-ark
2024-07-03lint: ignore files ignored by git in mlcwillcl-ark
2024-07-03test: add test for modififed walletprocesspsbt callswillcl-ark
2024-07-02Merge bitcoin/bitcoin#29720: rpc: Avoid getchaintxstats invalid resultsAva Chow
2024-07-02Merge bitcoin/bitcoin#30272: doc: use TRUC instead of v3 and add release noteAva Chow
2024-07-02Merge bitcoin/bitcoin#30267: assumeutxo: Check snapshot base block is not in ...Ava Chow
2024-07-02Merge bitcoin/bitcoin#30365: #27307 follow-up: update mempool conflict tests ...Ava Chow
2024-07-02Merge bitcoin/bitcoin#30324: optimization: Moved repeated `-printpriority` fe...Ava Chow
2024-07-02Merge bitcoin/bitcoin#30340: test: Added coverage to Block not found error us...Ava Chow
2024-07-02Merge bitcoin/bitcoin#30339: test: add coverage for `node` field of `getadded...Ava Chow
2024-07-02net: require P2P binds to succeedVasil Dimov
2024-07-02net: report an error if unable to bind on the Tor listening addr:portVasil Dimov
2024-07-02net: don't extra bind for Tor if binds are restrictedVasil Dimov
2024-07-02[doc] add release note for TRUCglozow