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
/
node
Age
Commit message (
Expand
)
Author
2024-10-10
scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...
Sebastian Falbesoner
2024-10-09
Merge bitcoin/bitcoin#30955: Mining interface: getCoinbaseMerklePath() and su...
Ava Chow
2024-10-01
refactor: Use wait_for predicate to check for interrupt
MarcoFalke
2024-10-01
refactor: Split up NodeContext shutdown_signal and shutdown_request
Ryan Ofsky
2024-10-01
bugfix: Mark m_tip_block_cv as guarded by m_tip_block_mutex
MarcoFalke
2024-10-01
refactor: Add missing GUARDED_BY(m_tip_block_mutex)
MarcoFalke
2024-09-30
Merge bitcoin/bitcoin#30043: net: Replace libnatpmp with built-in PCP+NATPMP ...
Ava Chow
2024-09-30
net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapport
laanwj
2024-09-26
Add submitSolution to BlockTemplate interface
Sjors Provoost
2024-09-26
Add getCoinbaseMerklePath() to Mining interface
Sjors Provoost
2024-09-23
Merge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep...
Ava Chow
2024-09-20
Merge bitcoin/bitcoin#30828: interfaces: #30697 follow ups
Ava Chow
2024-09-19
streams: remove unused code
Pieter Wuille
2024-09-17
Add waitTipChanged to Mining interface
Sjors Provoost
2024-09-17
node: Track last block that received a blockTip notification
Sjors Provoost
2024-09-17
Rename getTipHash() to getTip() and return BlockRef
Sjors Provoost
2024-09-16
Merge bitcoin/bitcoin#30884: streams: cache file position within AutoFile
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#28358: Drop -dbcache limit
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#30440: Have createNewBlock() return a BlockTemplate int...
Ava Chow
2024-09-13
streams: remove AutoFile::Get() entirely
Pieter Wuille
2024-09-13
kernel: Move background load thread to node context
TheCharlatan
2024-09-13
streams: cache file position within AutoFile
Pieter Wuille
2024-09-13
Drop unneeded nullptr check from CreateNewBlock()
Sjors Provoost
2024-09-13
Have createNewBlock return BlockTemplate interface
Sjors Provoost
2024-09-11
chain: simplify `deleteRwSettings` code and improve it's doc
ismaelsadeeq
2024-09-11
chain: dont check for null settings value in `overwriteRwSetting`
ismaelsadeeq
2024-09-11
chain: ensure `updateRwSetting` doesn't update to a null settings
ismaelsadeeq
2024-09-08
chain: uniformly use `SettingsAction` enum in settings methods
ismaelsadeeq
2024-09-05
chain: move new settings safely in `overwriteRwSetting`
ismaelsadeeq
2024-09-03
Merge bitcoin/bitcoin#26619: log: expand BCLog::LogFlags (categories) to 64 bits
Ava Chow
2024-09-03
Merge bitcoin/bitcoin#30742: kernel: Use spans instead of vectors for passing...
Ava Chow
2024-08-30
validation: Use span for ImportBlocks paths
TheCharlatan
2024-08-29
scripted-diff: LogPrint -> LogDebug
MarcoFalke
2024-08-27
Merge bitcoin/bitcoin#30569: node: reduce unsafe uint256S usage
Ava Chow
2024-08-27
Merge bitcoin/bitcoin#30697: Bugfix: Ensure Atomicity in Wallet Settings Upda...
Ava Chow
2024-08-26
wallet: bugfix: ensure atomicity in settings updates
ismaelsadeeq
2024-08-23
node: use uint256::FromUserHex for -assumevalid parsing
stickies-v
2024-08-23
node: use uint256::FromUserHex for -minimumchainwork parsing
stickies-v
2024-08-20
miner: adjust clock to timewarp rule
Sjors Provoost
2024-08-13
log: expand BCLog::LogFlags (categories) to 64 bits
Larry Ruane
2024-08-12
add missing #include <cstdint> for GCC 15
Matt Whitlock
2024-08-09
Merge bitcoin/bitcoin#30598: assumeutxo: Drop block height from metadata
Ava Chow
2024-08-09
Merge bitcoin/bitcoin#28687: C++20 std::views::reverse
merge-script
2024-08-08
assumeutxo: Drop block height from metadata
Fabian Jahr
2024-08-07
Merge bitcoin/bitcoin#30194: refactor: use recommended type hiding on multi_i...
glozow
2024-08-07
Merge bitcoin/bitcoin#30594: docs: doc update for mempoolfullrbf default + lo...
glozow
2024-08-07
add deprecation warning for mempoolfullrbf
glozow
2024-08-06
Merge bitcoin/bitcoin#30212: rename TransactionError:ALREADY_IN_CHAIN
Ryan Ofsky
2024-08-06
refactor: use c++20 std::views::reverse instead of reverse_iterator.h
stickies-v
2024-08-05
Merge bitcoin/bitcoin#28052: blockstorage: XOR blocksdir *.dat files
Ava Chow
[next]