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-20
fuzz: Speed up utxo_snapshot fuzz target
MarcoFalke
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
2024-06-19
refactor: Move early loadtxoutset checks into ActiveSnapshot
Fabian Jahr
2024-06-18
Always pass options to BlockAssembler constructor
Sjors Provoost
2024-06-18
rename policy/v3_policy.* to policy/truc_policy.*
glozow
2024-06-17
Merge bitcoin/bitcoin#28984: Cluster size 2 package rbf
Ava Chow
2024-06-13
CheckPackageMempoolAcceptResult: Check package rbf invariants
Greg Sanders
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-11
Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndex
Ava Chow
2024-06-11
Merge bitcoin/bitcoin#28830: [refactor] Check CTxMemPool options in ctor
Ava Chow
2024-06-10
Merge bitcoin/bitcoin#30132: indexes: Don't wipe indexes again when continuin...
Ryan Ofsky
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
kernel: Add less confusing reindex options
Ryan Ofsky
2024-06-07
Merge bitcoin/bitcoin#29496: policy: bump TX_MAX_STANDARD_VERSION to 3
Ava Chow
2024-05-31
[refactor] use TRUC_VERSION in place of 3
glozow
2024-05-24
assumeutxo: Add network magic ctor param to SnapshotMetadata
Fabian Jahr
[next]