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-06-07
Merge bitcoin/bitcoin#25254: Move minRelayTxFee to policy/settings
MacroFake
2022-06-04
Merge bitcoin/bitcoin#24860: Miniscript integration follow-ups
fanquake
2022-06-04
Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...
fanquake
2022-06-02
Merge bitcoin/bitcoin#24927: Add test util to populate mempool with random tr...
laanwj
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-31
test: Use Set/UnsetGlobals in BasicTestingSetup
Carl Dong
2022-05-31
Merge bitcoin/bitcoin#25200: doc: Fix spelling errors identified by codespell...
MacroFake
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-05-30
[test util] to populate mempool with random transactions/packages
glozow
2022-05-30
[test util] use -checkmempool for TestingSetup mempool check ratio
glozow
2022-05-30
[test util] add chain name to TestChain100Setup ctor
glozow
2022-05-30
miniscript: mark nodes with duplicate keys as insane
Antoine Poinsot
2022-05-28
compat: remove glibcxx sanity checks
fanquake
2022-05-27
Merge bitcoin/bitcoin#24408: rpc: add rpc to get mempool txs spending specifi...
MacroFake
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-25
doc: Fix spelling errors identified by codespell in coments
Ben Woosley
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
[next]