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-17
Merge bitcoin/bitcoin#25862: refactor, kernel: Remove gArgs accesses from dbw...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-15
Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...
fanquake
2023-02-13
Merge bitcoin/bitcoin#27011: Add simulation-based `CCoinsViewCache` fuzzer
merge-script
2023-02-11
qa: add a "smart" Miniscript fuzz target
Antoine Poinsot
2023-02-11
qa: add a fuzz target generating random nodes from a binary encoding
Antoine Poinsot
2023-02-11
script/sign: signing support for Miniscripts with hash preimage challenges
Antoine Poinsot
2023-02-11
script/sign: signing support for Miniscript with timelocks
Antoine Poinsot
2023-02-11
script/sign: basic signing support for Miniscript descriptors
Antoine Poinsot
2023-02-11
miniscript: satisfaction support
Antoine Poinsot
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-10
refactor, txdb: Add CoinsViewOptions struct
Ryan Ofsky
2023-02-10
refactor, dbwrapper: Add DBParams and DBOptions structs
Ryan Ofsky
2023-02-03
Remove use of snprintf and simplify
John Moffett
2023-02-03
Exercise non-DIRTY spent coins in caches in fuzz test
Pieter Wuille
2023-02-03
Merge bitcoin/bitcoin#26875: Tests: Fill out dust limit unit test for known t...
MarcoFalke
2023-02-02
Merge bitcoin/bitcoin#27004: test: Use std::unique_ptr over manual delete in ...
fanquake
2023-02-02
Add deterministic mode to CCoinsViewCache
Pieter Wuille
2023-02-02
Merge bitcoin/bitcoin#26992: refactor: Remove unused CDataStream SerializeMan...
fanquake
2023-02-02
Merge bitcoin/bitcoin#27005: util: Use steady clock for logging timer
fanquake
2023-02-01
Add CCoinsViewCache::SanityCheck() and use it in fuzz test
Pieter Wuille
2023-02-01
Add simulation-based CCoinsViewCache fuzzer
Pieter Wuille
2023-02-01
Merge bitcoin/bitcoin#27015: p2p: 26847 fixups (AddrMan totals)
fanquake
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
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
[next]