aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-08Merge bitcoin/bitcoin#30141: kernel: De-globalize validation cachesRyan Ofsky
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-06Use WITH_LOCK in Warnings::SetAva Chow
2024-07-05kernel: De-globalize signature cacheTheCharlatan
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-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-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-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-02[doc] add release note for TRUCglozow
2024-07-02use version=3 instead of v3 in debug stringsglozow
2024-07-02scripted-diff: change names from V3 to TRUCglozow
2024-07-02[doc] replace mentions of v3 with TRUCglozow
2024-07-02rename mempool_accept_v3.py to mempool_truc.pyglozow
2024-07-02Merge bitcoin/bitcoin#30344: kernel: remove mempool_persistglozow
2024-07-02Merge bitcoin/bitcoin#30374: Revert "test: p2p: check that connecting to ours...merge-script
2024-07-02test: Add coverage for getchaintxstats in assumeutxo contextFabian Jahr
2024-07-02rpc: Reorder getchaintxstats outputMarcoFalke
2024-07-02rpc: Avoid getchaintxstats invalid resultsMarcoFalke
2024-07-01Revert "test: p2p: check that connecting to ourself leads to disconnect"Sebastian Falbesoner
2024-07-01random: replace construct/assign with explicit Reseed()Pieter Wuille
2024-07-01random: use LogError for init failurePieter Wuille
2024-07-01tests: make fuzz tests (mostly) deterministic with fixed seedPieter Wuille
2024-07-01random: cleanup order, comments, staticPieter Wuille
2024-07-01net, net_processing: use existing RNG objects morePieter Wuille
2024-07-01random: improve precision of MakeExponentiallyDistributedPieter Wuille
2024-07-01random: convert GetExponentialRand into rand_exp_durationPieter Wuille
2024-07-01random: convert GetRand{Micros,Millis} into randrangePieter Wuille
2024-07-01net: use GetRandMicros for cache expirationPieter Wuille
2024-07-01random: get rid of GetRand by inliningPieter Wuille
2024-07-01wallet: update mempool conflicts tests + docsishaanam
2024-07-01Merge bitcoin/bitcoin#30369: ci: Clear unused /msan/llvm-projectshow-currentmerge-script
2024-07-01random: make GetRand() support entire range (incl. max)Pieter Wuille
2024-07-01tests: overhaul deterministic test randomnessPieter Wuille
2024-07-01random: convert XoRoShiRo128PlusPlus into full RNGPieter Wuille