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
/
test
/
util
Age
Commit message (
Expand
)
Author
2024-08-31
Merge bitcoin/bitcoin#30377: refactor: Replace ParseHex with consteval ""_hex...
Ryan Ofsky
2024-08-28
refactor: Hand-replace some ParseHex -> ""_hex
Hodlinator
2024-08-28
doc: fix a few simple codespell warnings
LÅ‘rinc
2024-08-28
Merge bitcoin/bitcoin#30571: test: [refactor] Use m_rng directly
merge-script
2024-08-28
Merge bitcoin/bitcoin#30454: build: Introduce CMake-based build system
merge-script
2024-08-27
Merge bitcoin/bitcoin#30569: node: reduce unsafe uint256S usage
Ava Chow
2024-08-26
test: Remove FastRandomContext global
Ryan Ofsky
2024-08-26
scripted-diff: [test] Use g_rng/m_rng directly
MarcoFalke
2024-08-26
test: refactor: Accept any RandomNumberGenerator in RandMoney
MarcoFalke
2024-08-26
test: refactor: Pass rng parameters to test functions
Ryan Ofsky
2024-08-26
test: refactor: Move g_insecure_rand_ctx.Reseed out of the helper that calls ...
MarcoFalke
2024-08-23
test: use uint256::FromUserHex for RANDOM_CTX_SEED
stickies-v
2024-08-21
test: Add m_rng alias for the global random context
MarcoFalke
2024-08-20
fuzz: Speed up utxo_snapshot fuzz target
MarcoFalke
2024-08-16
cmake: Add wallet functionality
Hennadii Stepanov
2024-08-16
cmake: Build `test_bitcoin` executable
Hennadii Stepanov
2024-08-16
fuzz: Speed up utxo_snapshot by lazy re-init
MarcoFalke
2024-08-13
test: Disallow fee_estimator construction in ChainTestingSetup
MarcoFalke
2024-08-05
Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_t
glozow
2024-08-04
Merge bitcoin/bitcoin#30526: doc: Correct uint256 hex string endianness
Ryan Ofsky
2024-08-04
scripted-diff: Modernize naming of nChainTx and nTxCount
Fabian Jahr
2024-08-03
doc + test: Correct uint256 hex string endianness
Hodlinator
2024-07-31
[fuzz] Harness for version handshake
dergoegge
2024-07-25
clusterlin: add Linearize function
Pieter Wuille
2024-07-25
tests: framework for testing DepGraph class
Pieter Wuille
2024-07-25
Merge bitcoin/bitcoin#30399: test: Add arguments for creating a slimmer Testi...
merge-script
2024-07-23
Merge bitcoin/bitcoin#30436: fix: Make TxidFromString() respect string_view l...
Ryan Ofsky
2024-07-23
refactor: Make uint256_tests no longer use deprecated BOOST_CHECK()
Hodlinator
2024-07-19
test: Add arguments for creating a slimmer setup
TheCharlatan
2024-07-16
Merge bitcoin/bitcoin#30394: net: fix race condition in self-connect detection
glozow
2024-07-15
Merge bitcoin/bitcoin#30407: test: [refactor] Pass TestOpts
merge-script
2024-07-11
Merge bitcoin/bitcoin#30397: refactor: Use designated initializer in test/uti...
merge-script
2024-07-09
net: fix race condition in self-connect detection
Sebastian Falbesoner
2024-07-08
Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches
Ryan Ofsky
2024-07-08
test: [refactor] Pass TestOpts
MarcoFalke
2024-07-05
refactor: Use designated initializer
Hodlinator
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache
TheCharlatan
2024-07-04
Merge bitcoin/bitcoin#29625: Several randomness improvements
merge-script
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
scripted-diff: change names from V3 to TRUC
glozow
2024-07-02
[doc] replace mentions of v3 with TRUC
glozow
2024-07-01
random: replace construct/assign with explicit Reseed()
Pieter Wuille
2024-07-01
tests: make fuzz tests (mostly) deterministic with fixed seed
Pieter Wuille
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: move XoRoShiRo128PlusPlus into random module
Pieter Wuille
2024-07-01
xoroshiro128plusplus: drop comment about nonexisting copy()
Pieter Wuille
2024-07-01
random: modernize XoRoShiRo128PlusPlus a bit
Pieter Wuille
[next]