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
2023-02-01
Merge bitcoin/bitcoin#26935: refactor: Fix clang-tidy readability-const-retur...
fanquake
2023-02-01
test: Remove AddrMan unit test that fails consistency checks
Martin Zumsande
2023-02-01
Merge bitcoin/bitcoin#27010: refactor: use `Hash` helpers for double-SHA256 c...
MarcoFalke
2023-02-01
Merge bitcoin/bitcoin#25974: test, build: Separate `read_json` function into ...
fanquake
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-02-01
Merge bitcoin/bitcoin#26705: clang-tidy: Fix `modernize-use-default-member-in...
MarcoFalke
2023-02-01
Merge bitcoin/bitcoin#26888: net: simplify the call to vProcessMsg.splice()
MarcoFalke
2023-01-31
Merge bitcoin/bitcoin#26847: p2p: track AddrMan totals by network and table, ...
Andrew Chow
2023-01-31
refactor: use `Hash` helper for double-SHA256 calculations
Sebastian Falbesoner
2023-01-31
Use steady clock for logging timer
MarcoFalke
2023-01-31
refactor: Move calculation logic out from `CheckSequenceLocksAtTip()`
Hennadii Stepanov
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-31
test: Use std::unique_ptr over manual delete in coins_tests
MarcoFalke
2023-01-30
Add unit test for ChaCha20's new caching
Pieter Wuille
2023-01-30
Improve test vectors for ChaCha20
Pieter Wuille
2023-01-30
Inline ChaCha20 32-byte specific constants
Pieter Wuille
2023-01-30
Only support 32-byte keys in ChaCha20{,Aligned}
Pieter Wuille
2023-01-30
Add fuzz test for testing that ChaCha20 works as a stream
Pieter Wuille
2023-01-30
Add xoroshiro128++ PRNG
Martin Leitner-Ankerl
2023-01-30
Make unrestricted ChaCha20 cipher not waste keystream bytes
Pieter Wuille
2023-01-30
Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64
Pieter Wuille
2023-01-30
Avoid unclear {it = ++it;}
Pieter Wuille
2023-01-30
Make test/fuzz/coins_view exercise CCoinsViewCache::Sync()
Pieter Wuille
2023-01-30
Merge bitcoin/bitcoin#17487: coins: allow write to disk without cache drop
fanquake
2023-01-30
refactor: Remove unused CDataStream SerializeMany constructor
MarcoFalke
2023-01-30
net: simplify the call to vProcessMsg.splice()
Vasil Dimov
2023-01-27
Merge bitcoin/bitcoin#26900: refactor: Add BlockManager getters
MarcoFalke
2023-01-27
test, build: Separate `read_json` function into its own module
Hennadii Stepanov
2023-01-26
addrman, refactor: combine two size functions
Amiti Uttarwar
2023-01-26
addrman: add function to return size by network and table
Martin Zumsande
2023-01-26
Merge bitcoin/bitcoin#25296: Add DataStream without ser-type and ser-version ...
fanquake
2023-01-26
Merge bitcoin/bitcoin#26551: p2p: Track orphans by who provided them
glozow
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-25
net_processing: Don't process tx after processing orphans
Anthony Towns
2023-01-25
txorphange: Drop redundant originator arg from GetTxToReconsider
Anthony Towns
2023-01-24
Merge bitcoin/bitcoin#26930: fuzz: Actually use mocked mempool in tx_pool target
MarcoFalke
2023-01-24
Merge bitcoin/bitcoin#26898: fuzz: Add PartiallyDownloadedBlock target
MarcoFalke
2023-01-23
[fuzz] Assert that omitting missing transactions always fails block reconstru...
dergoegge
2023-01-23
[fuzz] Add PartiallyDownloadedBlock target
dergoegge
2023-01-20
test: add test for coins view flush behavior using Sync()
James O'Beirne
2023-01-20
test: add use of Sync() to coins tests
James O'Beirne
2023-01-20
test: refactor: clarify the coins simulation
James O'Beirne
2023-01-20
coins: add Sync() method to allow flush without cacheCoins drop
James O'Beirne
2023-01-20
Add unit test for ComputeTapleafHash
Greg Sanders
2023-01-20
[fuzz] Actually use mocked mempool in tx_pool target
dergoegge
2023-01-19
Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scripts...
Andrew Chow
2023-01-19
Merge bitcoin/bitcoin#26909: net: prevent peers.dat corruptions by only seria...
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#26686: fuzz: Enable erlay setting in process_message(s)...
MarcoFalke
2023-01-18
test: add cases to JSON parsing
stickies-v
2023-01-17
hash: add HashedSourceWriter
Martin Zumsande
[prev]
[next]