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-01-11
Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packages
Andrew Chow
2022-12-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-22
[test util] lock cs_main before pool.cs in PopulateMempool
glozow
2022-12-22
[test util] randomize fee in PopulateMempool
glozow
2022-12-22
[refactor] parameterize BlockAssembler::Options in PrepareBlock
glozow
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-29
Merge bitcoin/bitcoin#26532: wallet: bugfix, invalid crypted key "checksum_va...
Andrew Chow
2022-11-22
Merge bitcoin/bitcoin#26376: test: Use type-safe NodeSeconds for TestMemPoolE...
fanquake
2022-11-21
refactor: unify test/util/wallet.h with wallet/test/util.h
furszy
2022-11-18
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...
glozow
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-10-27
Merge bitcoin/bitcoin#25685: wallet: Faster transaction creation by removing ...
Andrew Chow
2022-10-26
bench: benchmark transaction creation process
furszy
2022-10-26
Merge bitcoin/bitcoin#25704: refactor: Remove almost all validation option gl...
MacroFake
2022-10-24
test: Use type-safe NodeSeconds for TestMemPoolEntryHelper
MacroFake
2022-10-18
test: Use C++11 member initializers for TestMemPoolEntryHelper
MacroFake
2022-10-18
Remove g_parallel_script_checks
MacroFake
2022-10-18
Move ::fCheckBlockIndex into ChainstateManager
MacroFake
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-10-13
Merge bitcoin/bitcoin#25667: assumeutxo: snapshot initialization
Andrew Chow
2022-10-12
Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...
glozow
2022-09-20
Merge bitcoin/bitcoin#26036: net: add NetEventsInterface::g_msgproc_mutex
fanquake
2022-09-15
net: drop cs_sendProcessing
Anthony Towns
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-09-13
test: move-only-ish: factor out LoadVerifyActivateChainstate()
James O'Beirne
2022-09-13
test: allow on-disk coins and block tree dbs in tests
James O'Beirne
2022-09-13
test: add reset_chainstate parameter for snapshot unittests
James O'Beirne
2022-09-13
Merge bitcoin/bitcoin#24513: CChainState -> Chainstate
glozow
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-09-05
test: remove Boost Test from libtest util
fanquake
2022-09-02
Merge bitcoin/bitcoin#25962: net: Add CNodeOptions and increase constness
MacroFake
2022-09-01
Merge bitcoin/bitcoin#25614: Severity-based logging, step 2
Andrew Chow
2022-09-01
net: make CNode::m_permissionFlags const
Anthony Towns
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-20
Create BCLog::Level::Trace log severity level
Jon Atack
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-05
Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::Result
MacroFake
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Return optional error from ApplyArgsManOptions
MacroFake
2022-07-20
net: convert standalone SetSocketNonBlocking() to Sock::SetNonBlocking()
Vasil Dimov
2022-07-20
net: convert standalone IsSelectableSocket() to Sock::IsSelectable()
Vasil Dimov
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-19
refactor: Reduce number of LoadChainstate return values
Russell Yanofsky
[next]