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-08-01
refactor: move flags to private uint8_t and rename to m_flags
Andrew Toth
2024-08-01
refactor: disallow setting flags in CCoinsCacheEntry constructors
Andrew Toth
2024-08-01
refactor: encapsulate flags setting with AddFlags and ClearFlags
Andrew Toth
2024-08-01
refactor: encapsulate flags get access for all other checks
Andrew Toth
2024-08-01
refactor: encapsulate flags access for dirty and fresh checks
Andrew Toth
2024-08-01
clusterlin: improve rechunking in LinearizationChunking (optimization)
Pieter Wuille
2024-08-01
clusterlin: add MergeLinearizations function + fuzz test + benchmark
Pieter Wuille
2024-08-01
clusterlin: add PostLinearize + benchmarks + fuzz tests
Pieter Wuille
2024-08-01
clusterlin: add algorithms for connectedness/connected components
Pieter Wuille
2024-08-01
clusterlin: rename Intersect -> IntersectPrefixes
Pieter Wuille
2024-08-01
Merge bitcoin/bitcoin#30548: release: Update translations for v28.0 soft tran...
Hennadii Stepanov
2024-08-01
fuzz: improve scriptpubkeyman target
brunoerg
2024-08-01
qt: Replace deprecated LogPrintf with LogInfo in GUIUtil::LogQtInfo()
Hennadii Stepanov
2024-08-01
qt, build: Drop `QT_STATICPLUGIN` macro
Hennadii Stepanov
2024-08-01
Merge bitcoin/bitcoin#30532: refactor: remove deprecated TxidFromString() in ...
glozow
2024-08-01
Merge bitcoin/bitcoin#30413: p2p: Lazy init some bloom filters; fuzz version ...
glozow
2024-07-31
refactor: remove TxidFromString
stickies-v
2024-07-31
test: replace WtxidFromString with Wtxid::FromHex
stickies-v
2024-07-31
fuzz: increase FromHex() coverage
stickies-v
2024-07-31
test: add uint256::FromHex unittest coverage
stickies-v
2024-07-31
[fuzz] Harness for version handshake
dergoegge
2024-07-31
scripted-diff: Rename lazily initialized bloom filters
dergoegge
2024-07-31
[net processing] Lazily initialize m_recent_confirmed_transactions
dergoegge
2024-07-31
[net processing] Lazily initialize m_recent_rejects_reconsiderable
dergoegge
2024-07-31
[net processing] Lazily initialize m_recent_rejects
dergoegge
2024-07-31
Merge bitcoin/bitcoin#30537: kernel: Only setup kernel context globals once
merge-script
2024-07-30
test: add P2A ProduceSignature coverage
Greg Sanders
2024-07-30
policy: stop 3rd party wtxid malleability of anchor spend
Greg Sanders
2024-07-30
policy: make anchor spend standard
Greg Sanders
2024-07-30
policy: Add OP_1 <0x4e73> as a standard output type
Greg Sanders
2024-07-30
Merge bitcoin-core/gui#505: Hide peers details
Hennadii Stepanov
2024-07-30
kernel: Only setup kernel context globals once
TheCharlatan
2024-07-30
qt: Update translation source file
Hennadii Stepanov
2024-07-30
qt: Pull recent translations from Transifex
Hennadii Stepanov
2024-07-29
rpc: fix maybe-uninitialized compile warning in getchaintxstats
Michael Dietz
2024-07-29
Merge bitcoin-core/gui#828: Rendering an amp characters in the wallet name fo...
Hennadii Stepanov
2024-07-28
Merge bitcoin/bitcoin#30515: rpc: add utxo's blockhash and number of confirma...
merge-script
2024-07-27
rpc: add utxo's blockhash and number of confirmations to scantxoutset output
Luis Schwab
2024-07-26
mingw: Document mode wbx workaround
MarcoFalke
2024-07-26
Add -blocksxor boolean option
MarcoFalke
2024-07-26
rpc: Return precise loadtxoutset error messages
MarcoFalke
2024-07-26
Merge bitcoin/bitcoin#30386: Early logging improvements
Ryan Ofsky
2024-07-26
Merge bitcoin/bitcoin#30447: fuzz: Deglobalize signature cache in sigcache test
Ryan Ofsky
2024-07-26
Merge bitcoin/bitcoin#30126: cluster mempool: cluster linearization algorithm
glozow
2024-07-26
Return XOR AutoFile from BlockManager::Open*File()
MarcoFalke
2024-07-26
Merge bitcoin/bitcoin#30517: refactor: Add FlatFileSeq member variables in Bl...
merge-script
2024-07-26
Merge bitcoin/bitcoin#26950: cleanse: switch to SecureZeroMemory for Windows ...
merge-script
2024-07-25
doc: rpc: Use "output script" consistently (2/2)
MarcoFalke
2024-07-25
bench: add cluster linearization improvement benchmark
Pieter Wuille
2024-07-25
clusterlin: permit passing in existing linearization to Linearize
Pieter Wuille
[prev]
[next]