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-03-27
Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ...
fanquake
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-19
[net] Deduplicate marking received message for processing
dergoegge
2023-03-15
Move ::nPruneTarget into BlockManager
MarcoFalke
2023-02-22
Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#25862: refactor, kernel: Remove gArgs accesses from dbw...
Andrew Chow
2023-02-16
init, validation: Improve handling if VerifyDB() fails due to insufficient db...
Martin Zumsande
2023-02-15
Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...
fanquake
2023-02-10
refactor, validation: Add ChainstateManagerOpts db options
Ryan Ofsky
2023-02-10
refactor, txdb: Use DBParams struct in CBlockTreeDB
Ryan Ofsky
2023-02-09
De-duplicate add_coin methods to a test util helper
Jon Atack
2023-02-09
Create InsecureRandMoneyAmount() test util helper
Jon Atack
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-02-01
Merge bitcoin/bitcoin#25974: test, build: Separate `read_json` function into ...
fanquake
2023-02-01
Merge bitcoin/bitcoin#26705: clang-tidy: Fix `modernize-use-default-member-in...
MarcoFalke
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-30
Add xoroshiro128++ PRNG
Martin Leitner-Ankerl
2023-01-30
net: simplify the call to vProcessMsg.splice()
Vasil Dimov
2023-01-27
test, build: Separate `read_json` function into its own module
Hennadii Stepanov
2023-01-16
Add BlockManager::IsPruneMode()
MarcoFalke
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
[next]