index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-07-06
Use WITH_LOCK in Warnings::Set
Ava Chow
2024-07-06
GUI/OptionsDialog: Prefer to stretch actual options area rather than waste space
Luke Dashjr
2024-07-06
GUI/OptionsDialog: Allow Maximize of window
Luke Dashjr
2024-07-06
random: drop ad-hoc Shuffle in favor of std::shuffle
Pieter Wuille
2024-07-06
bench random: benchmark more functions, and add InsecureRandomContext
Pieter Wuille
2024-07-05
refactor: Use designated initializer
Hodlinator
2024-07-05
rpc: Use untranslated error strings in loadtxoutset
MarcoFalke
2024-07-05
net_processing: use existing RNG object in ProcessGetBlockData
MarcoFalke
2024-07-05
random bench refactor: move to new bench/random.cpp
Pieter Wuille
2024-07-05
refactor: Use named arguments to get path arg in loadtxoutset
MarcoFalke
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-04
fuzz: improve utxo_snapshot target
Martin Zumsande
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
fuzz: fix key size in crypter target
brunoerg
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-04
logging: Add thread safety annotations
Anthony Towns
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
net: require P2P binds to succeed
Vasil Dimov
2024-07-02
net: report an error if unable to bind on the Tor listening addr:port
Vasil Dimov
2024-07-02
net: don't extra bind for Tor if binds are restricted
Vasil Dimov
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
Merge bitcoin/bitcoin#30344: kernel: remove mempool_persist
glozow
2024-07-02
wallet: fix FillPSBT errantly showing as complete
willcl-ark
2024-07-02
rpc: Reorder getchaintxstats output
MarcoFalke
2024-07-02
rpc: Avoid getchaintxstats invalid results
MarcoFalke
2024-07-01
wallet: Use LegacyDataSPKM when loading
Ava Chow
2024-07-01
wallet: Move MigrateToDescriptor and DeleteRecords to LegacyDataSPKM
Ava Chow
2024-07-01
wallet: Move LegacyScriptPubKeyMan::IsMine to LegacyDataSPKM
Ava Chow
2024-07-01
wallet: Move LegacySPKM data storage and handling to LegacyDataSPKM
Ava Chow
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
[prev]
[next]