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
/
kernel
Age
Commit message (
Expand
)
Author
2024-04-17
Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
Luke Dashjr
2024-01-19
[log] mempool loading
glozow
2024-01-19
[refactor] Add helper for iterating through mempool entries
stickies-v
2023-10-20
chainparams, assumeutxo: Fix signet txoutset hash
Fabian Jahr
2023-10-20
chainparams, assumeutxo: Fix testnet txoutset hash
Fabian Jahr
2023-10-20
coinstats: Fix hash_serialized2 calculation
Fabian Jahr
2023-10-09
Merge bitcoin/bitcoin#28591: kernel: chainparams updates for 26.x
fanquake
2023-10-06
validation, test: Improve and document nChainTx check for testability
Fabian Jahr
2023-10-05
kernel: update m_assumed_* chain params for 26.x
fanquake
2023-10-05
kernel: update chainTxData for 26.x
fanquake
2023-10-05
kernel: update nMinimumChainWork & defaultAssumeValid for 26.x
fanquake
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-09-30
test: add feature_assumeutxo functional test
James O'Beirne
2023-09-30
validation: add ChainstateRole
James O'Beirne
2023-09-30
chainparams: add blockhash to AssumeutxoData
James O'Beirne
2023-09-23
Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions...
fanquake
2023-09-21
Merge bitcoin/bitcoin#28379: Refactor: Remove m_is_test_chain
fanquake
2023-09-14
Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...
fanquake
2023-09-13
make DisconnectedBlockTransactions responsible for its own memory management
glozow
2023-09-13
MOVEONLY: DisconnectedBlockTransactions to its own file
glozow
2023-09-12
[refactor] Remove netaddress.h from kernel headers
TheCharlatan
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
2023-08-31
Refactor: Remove m_is_test_chain
Tim Neubauer
2023-08-28
config: default acceptnonstdtxn=0 on all chains
Anthony Towns
2023-08-17
move-only: Create src/kernel/mempool_removal_reason.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
mempool_entry: improve struct packing
Anthony Towns
2023-08-07
Add importmempool RPC
MarcoFalke
2023-08-07
refactor: Add and use kernel::ImportMempoolOptions
MarcoFalke
2023-08-07
doc: Clarify the getmempoolinfo.loaded RPC field documentation
MarcoFalke
2023-08-03
mempool_entry: add mempool entry sequence number
Anthony Towns
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-07-11
refactor: Move stopafterblockimport handling out of blockstorage
TheCharlatan
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-28
util: Add SignalInterrupt class and use in shutdown.cpp
TheCharlatan
2023-06-14
refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp
MarcoFalke
2023-06-12
Use `int32_t` type for most transaction size/weight values
Hennadii Stepanov
2023-05-30
refactor: Add stop_at_height option in ChainstateManager
TheCharlatan
2023-05-30
Merge bitcoin/bitcoin#27774: refactor: Add [[nodiscard]] where ignoring a Res...
fanquake
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-29
fix includes for touched header files (iwyu)
MarcoFalke
2023-05-29
Add [[nodiscard]] where ignoring a Result return type is an error
MarcoFalke
2023-05-26
Merge bitcoin/bitcoin#27469: wallet: improve IBD sync time by skipping block ...
Andrew Chow
[next]