index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-07-08
Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches
Ryan Ofsky
2024-07-08
Merge bitcoin/bitcoin#30263: build: Bump clang minimum supported version to 16
merge-script
2024-07-08
Merge bitcoin/bitcoin#30404: Use `WITH_LOCK` in `Warnings::Set`
glozow
2024-07-08
Merge bitcoin/bitcoin#30355: wallet: use LogTrace for walletdb log messages a...
Ryan Ofsky
2024-07-06
Use WITH_LOCK in Warnings::Set
Ava Chow
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-04
Expose CSignatureCache class in header
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache hasher
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache
TheCharlatan
2024-07-04
validation: Don't error if maxsigcachesize exceeds uint32::max
TheCharlatan
2024-07-04
Merge bitcoin/bitcoin#29835: depends: build libevent with CMake
merge-script
2024-07-04
Merge bitcoin/bitcoin#30388: validation: Check if mempool exists before size ...
glozow
2024-07-04
Merge bitcoin/bitcoin#29625: Several randomness improvements
merge-script
2024-07-04
validation: Check if mempool exists before asserting in ActivateSnapshot
TheCharlatan
2024-07-03
Merge bitcoin/bitcoin#30380: lint: Ignore files ignored by git in the Markdow...
merge-script
2024-07-03
lint: remove unneeded trailing line fix
willcl-ark
2024-07-03
lint: ignore files ignored by git in mlc
willcl-ark
2024-07-02
Merge bitcoin/bitcoin#29720: rpc: Avoid getchaintxstats invalid results
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30272: doc: use TRUC instead of v3 and add release note
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30267: assumeutxo: Check snapshot base block is not in ...
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30365: #27307 follow-up: update mempool conflict tests ...
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30324: optimization: Moved repeated `-printpriority` fe...
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30340: test: Added coverage to Block not found error us...
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30339: test: add coverage for `node` field of `getadded...
Ava Chow
2024-07-02
[doc] add release note for TRUC
glozow
2024-07-02
use version=3 instead of v3 in debug strings
glozow
2024-07-02
scripted-diff: change names from V3 to TRUC
glozow
2024-07-02
[doc] replace mentions of v3 with TRUC
glozow
2024-07-02
rename mempool_accept_v3.py to mempool_truc.py
glozow
2024-07-02
Merge bitcoin/bitcoin#30344: kernel: remove mempool_persist
glozow
2024-07-02
Merge bitcoin/bitcoin#30374: Revert "test: p2p: check that connecting to ours...
merge-script
2024-07-02
test: Add coverage for getchaintxstats in assumeutxo context
Fabian Jahr
2024-07-02
rpc: Reorder getchaintxstats output
MarcoFalke
2024-07-02
rpc: Avoid getchaintxstats invalid results
MarcoFalke
2024-07-01
Revert "test: p2p: check that connecting to ourself leads to disconnect"
Sebastian Falbesoner
2024-07-01
random: replace construct/assign with explicit Reseed()
Pieter Wuille
2024-07-01
random: use LogError for init failure
Pieter Wuille
2024-07-01
tests: make fuzz tests (mostly) deterministic with fixed seed
Pieter Wuille
2024-07-01
random: cleanup order, comments, static
Pieter Wuille
2024-07-01
net, net_processing: use existing RNG objects more
Pieter Wuille
2024-07-01
random: improve precision of MakeExponentiallyDistributed
Pieter Wuille
2024-07-01
random: convert GetExponentialRand into rand_exp_duration
Pieter Wuille
2024-07-01
random: convert GetRand{Micros,Millis} into randrange
Pieter Wuille
2024-07-01
net: use GetRandMicros for cache expiration
Pieter Wuille
2024-07-01
random: get rid of GetRand by inlining
Pieter Wuille
2024-07-01
wallet: update mempool conflicts tests + docs
ishaanam
2024-07-01
Merge bitcoin/bitcoin#30369: ci: Clear unused /msan/llvm-project
show-current
merge-script
2024-07-01
random: make GetRand() support entire range (incl. max)
Pieter Wuille
2024-07-01
tests: overhaul deterministic test randomness
Pieter Wuille
2024-07-01
random: convert XoRoShiRo128PlusPlus into full RNG
Pieter Wuille
[next]