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
2023-10-03
Move global `scriptcheckqueue` into `ChainstateManager` class
Hennadii Stepanov
2023-10-03
Merge bitcoin/bitcoin#28304: doc: Remove confusing assert linter
fanquake
2023-10-03
Merge bitcoin/bitcoin#28543: build, macos: Fix `qt` package build with new Xc...
fanquake
2023-10-03
Merge bitcoin/bitcoin#28331: BIP324 integration
fanquake
2023-10-02
doc: mention BIP324 support in bips.md
Pieter Wuille
2023-10-02
test: enable v2 transport between nodes in some functional tests
Pieter Wuille
2023-10-02
test: Functional test for opportunistic encryption
dhruv
2023-10-02
net: expose transport types/session IDs of connections in RPC and logs
Pieter Wuille
2023-10-02
net: reconnect with V1Transport under certain conditions
Pieter Wuille
2023-10-02
sync: modernize CSemaphore / CSemaphoreGrant
Pieter Wuille
2023-10-02
rpc: addnode arg to use BIP324 v2 p2p
dhruv
2023-10-02
net: use V2Transport when NODE_P2P_V2 service flag is present
Pieter Wuille
2023-10-02
rpc: don't report v2 handshake bytes in the per-type sent byte statistics
Sebastian Falbesoner
2023-10-02
net: advertise NODE_P2P_V2 if CLI arg -v2transport is on
Pieter Wuille
2023-10-02
Merge bitcoin/bitcoin#27596: assumeutxo (2)
Andrew Chow
2023-10-02
chainparams: add signet assumeutxo param at height 160_000
Sjors Provoost
2023-10-02
chainparams: add testnet assumeutxo param at height 2_500_000
Sjors Provoost
2023-10-02
Merge bitcoin/bitcoin#28557: bench: remove `NO_THREAD_SAFETY_ANALYSIS` usage
glozow
2023-10-02
bench: drop NO_THREAD_SAFETY_ANALYSIS from disconnected_txs
fanquake
2023-10-02
Merge bitcoin/bitcoin#28176: tests: add coverage to feature_addrman.py
fanquake
2023-10-02
Merge bitcoin/bitcoin#28542: wallet: Check for uninitialized last processed a...
fanquake
2023-10-02
Merge bitcoin/bitcoin#28556: doc: fix link to developer-notes.md file in mult...
fanquake
2023-10-02
Merge bitcoin/bitcoin#28508: refactor: Remove SER_GETHASH, hard-code client v...
fanquake
2023-10-02
Merge bitcoin/bitcoin#28500: Prevent default/invalid CKey objects from alloca...
fanquake
2023-10-02
doc: fix link to developer-notes.md file in multiprocess.md
David Álvarez Rosa
2023-10-02
Merge bitcoin/bitcoin#28227: test: check for specific bip157 disconnect reaso...
fanquake
2023-10-02
Merge bitcoin/bitcoin#28184: lint: fix custom mypy cache dir setting
fanquake
2023-10-02
Merge bitcoin/bitcoin#28545: test: Avoid test failure on Linux root without c...
fanquake
2023-10-01
test: add coverage to feature_addrman.py
kevkevin
2023-09-30
doc: add note about confusing HaveTxsDownloaded name
James O'Beirne
2023-09-30
contrib: add script to demo/test assumeutxo
James O'Beirne
2023-09-30
test: add feature_assumeutxo functional test
James O'Beirne
2023-09-30
rpc: add getchainstates
James O'Beirne
2023-09-30
refuse to activate a UTXO snapshot if mempool not empty
James O'Beirne
2023-09-30
rpc: add loadtxoutset
James O'Beirne
2023-09-30
validation: do not activate snapshot if behind active chain
James O'Beirne
2023-09-30
validation: assumeutxo: swap m_mempool on snapshot activation
James O'Beirne
2023-09-30
blockstorage: segment normal/assumedvalid blockfiles
James O'Beirne
2023-09-30
validation: populate nChainTx value for assumedvalid chainstates
James O'Beirne
2023-09-30
test: adjust chainstate tests to use recognized snapshot base
James O'Beirne
2023-09-30
validation: pruning for multiple chainstates
James O'Beirne
2023-09-30
validation: indexing changes for assumeutxo
James O'Beirne
2023-09-30
net_processing: validationinterface: ignore some events for bg chain
James O'Beirne
2023-09-30
wallet: validationinterface: only handle active chain notifications
James O'Beirne
2023-09-30
validationinterface: only send zmq notifications for active
James O'Beirne
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-30
validation: only call UpdatedBlockTip for active chainstate
James O'Beirne
2023-09-30
validation: add ChainstateRole
James O'Beirne
2023-09-30
validation: MaybeRebalanceCaches when chain leaves IBD
James O'Beirne
2023-09-30
chainparams: add blockhash to AssumeutxoData
James O'Beirne
[next]