aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-05random bench refactor: move to new bench/random.cppPieter Wuille
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-04fuzz: fix key size in crypter targetbrunoerg
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-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-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-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-02Merge bitcoin/bitcoin#30344: kernel: remove mempool_persistglozow
2024-07-02wallet: fix FillPSBT errantly showing as completewillcl-ark
2024-07-02rpc: Reorder getchaintxstats outputMarcoFalke
2024-07-02rpc: Avoid getchaintxstats invalid resultsMarcoFalke
2024-07-01wallet: Use LegacyDataSPKM when loadingAva Chow
2024-07-01wallet: Move MigrateToDescriptor and DeleteRecords to LegacyDataSPKMAva Chow
2024-07-01wallet: Move LegacyScriptPubKeyMan::IsMine to LegacyDataSPKMAva Chow
2024-07-01wallet: Move LegacySPKM data storage and handling to LegacyDataSPKMAva Chow
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-01util: Use SteadyClock in RandAddSeedPerfmonMarcoFalke
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
2024-07-01random: move XoRoShiRo128PlusPlus into random modulePieter Wuille
2024-07-01xoroshiro128plusplus: drop comment about nonexisting copy()Pieter Wuille
2024-07-01random: modernize XoRoShiRo128PlusPlus a bitPieter Wuille