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
Age
Commit message (
Expand
)
Author
2022-05-26
Merge bitcoin/bitcoin#24032: Add defaults to vDeployments to avoid uninitiali...
laanwj
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-25
refactor: Change LogPrintLevel order to category, severity
laanwj
2022-05-24
Merge bitcoin/bitcoin#24464: logging: Add severity level to logs
laanwj
2022-05-24
Merge bitcoin/bitcoin#24410: [kernel 2a/n] Split hashing/index `GetUTXOStats`...
laanwj
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStats
Carl Dong
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-05-20
coinstats: Extract hash_type in-member to in-param
Carl Dong
2022-05-20
fuzz: Remove useless GetUTXOStats fuzz case
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Add ChainstateManagerOpts, using as ::Options
Carl Dong
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-20
Merge bitcoin/bitcoin#23595: util: Add ParseHex<std::byte>() helper
laanwj
2022-05-20
Merge bitcoin/bitcoin#25101: Add mockable clock type
fanquake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-05-19
logging: Add severity level to logs.
klementtan
2022-05-19
Merge bitcoin/bitcoin#25147: Net processing: follow ups to #20799 (removing s...
fanquake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Add mockable clock type and TicksSinceEpoch helper
MarcoFalke
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-18
Do not pass CChainParams& to PeerManager::make
MacroFake
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-18
Do not pass Consensus::Params& to Chainstate helpers
MacroFake
2022-05-18
Do not pass time getter to Chainstate helpers
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-17
Remove fUseWTXID parameter from CBlockHeaderAndShortTxIDs constructor
John Newbery
2022-05-13
test: Slim down versionbits_tests.cpp
MacroFake
2022-05-13
Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...
MacroFake
2022-05-12
Merge bitcoin/bitcoin#25102: Remove unused GetTimeSeconds
MacroFake
2022-05-12
Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...
MacroFake
2022-05-11
Remove unused GetTimeSeconds
MacroFake
2022-05-10
Switch scheduler to steady_clock
MacroFake
2022-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
test/versionbits: make versionbitscache a parameter
Anthony Towns
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-10
validation: add CChainParams to ChainstateManager
Anthony Towns
2022-05-08
random: Add FastRandomContext::rand_uniform_delay
MarcoFalke
2022-05-08
Add time helpers for std::chrono::steady_clock
MarcoFalke
2022-05-06
Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...
MacroFake
2022-05-06
Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig...
MacroFake
2022-05-06
Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...
MacroFake
2022-05-05
Sanity assert GetAncestor() != nullptr where appropriate
Adam Jonas
2022-05-04
Merge bitcoin/bitcoin#24852: util: optimize HexStr
laanwj
2022-05-04
Merge bitcoin/bitcoin#25057: refactor: replace remaining boost::split with Sp...
fanquake
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-05-04
Merge bitcoin/bitcoin#25040: refactor: Pass lifetimebound reference to Single...
MacroFake
2022-05-04
fuzz: SplitString with multiple separators
Martin Leitner-Ankerl
[next]