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
2023-09-12
[refactor] Add CChainParams member to CConnman
TheCharlatan
2023-09-07
net: add have_next_message argument to Transport::GetBytesToSend()
Pieter Wuille
2023-09-07
Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...
fanquake
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-09-05
Use serialization parameters for CAddress serialization
MarcoFalke
2023-08-23
net: move message conversion to wire bytes from PushMessage to SocketSendData
Pieter Wuille
2023-08-23
net: abstract sending side of transport serialization further
Pieter Wuille
2023-08-23
refactor: merge transport serializer and deserializer into Transport class
Pieter Wuille
2023-08-22
Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cpp
fanquake
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-08-17
Remove unused includes from blockfilter.h
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy plugin
fanquake
2023-08-06
Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
p2p: Introduce data struct to track connection counts by network
Amiti Uttarwar
2023-08-03
refactor: fix unterminated LogPrintf()s
fanquake
2023-08-03
mempool_entry: add mempool entry sequence number
Anthony Towns
2023-08-02
scripted-diff: Rename CBlockTreeDB -> BlockTreeDB
MarcoFalke
2023-08-01
move-only: Move CBlockTreeDB to node/blockstorage
MarcoFalke
2023-07-31
Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxo
Ryan Ofsky
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-07-19
Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...
fanquake
2023-07-14
test: Clear block index flags when testing snapshots
Suhas Daftuar
2023-07-11
Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loop
Ryan Ofsky
2023-07-10
test: indexes, fix on error infinite loop
furszy
2023-07-10
index: verify blocks data existence only once
furszy
2023-07-07
Merge bitcoin/bitcoin#28036: test: Restore unlimited timeout in IndexWaitSynced
fanquake
2023-07-06
Merge bitcoin/bitcoin#27861: kernel: Rm ShutdownRequested and AbortNode from ...
Ryan Ofsky
2023-07-06
test: Restore unlimited timeout in IndexWaitSynced
MarcoFalke
2023-06-28
test: Use same timeout for all index sync
MarcoFalke
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-06-14
tx fees, policy: read stale fee estimates with a regtest-only option
ismaelsadeeq
2023-06-14
test: move random.h include header from setup_common.h to cpp
Jon Atack
2023-06-14
test: move remaining random test util code from setup_common to random
jonatack
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-26
fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting
MarcoFalke
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
[next]