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
/
fuzz
Age
Commit message (
Expand
)
Author
2023-03-28
Merge bitcoin/bitcoin#27344: fuzz: Remove legacy int parse fuzz tests
fanquake
2023-03-28
Merge bitcoin/bitcoin#27324: net: #27257 follow-ups
fanquake
2023-03-27
fuzz: Remove legacy int parse fuzz tests
MarcoFalke
2023-03-27
[net] Pass nRecvFloodSize to CNode
dergoegge
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-22
Merge bitcoin/bitcoin#26749: refactor: Use move semantics instead of custom s...
fanquake
2023-03-21
refactor: Use move semantics in `CCheckQueue::Loop`
Hennadii Stepanov
2023-03-21
refactor: Make move semantics explicit for callers
Hennadii Stepanov
2023-03-21
refactor: Use move semantics in `CCheckQueue::Add`
Hennadii Stepanov
2023-03-21
Refactor: Remove unused FlatFilePos::SetNull
MarcoFalke
2023-03-03
Fixed a couple of typos in comments to make linter happy
hernanmarino
2023-02-28
Make miniscript fuzzers avoid script size limit
Pieter Wuille
2023-02-28
Make miniscript fuzzers avoid ops limit
Pieter Wuille
2023-02-28
Enforce type consistency in miniscript_stable fuzz test
Pieter Wuille
2023-02-28
Simplify miniscript fuzzer NodeInfo struct
Pieter Wuille
2023-02-28
Do base type propagation in miniscript_stable fuzzer
Pieter Wuille
2023-02-22
Merge bitcoin/bitcoin#27117: fuzz: avoid redundant dup key checks when creati...
fanquake
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2023-02-17
fuzz: avoid redundant dup key checks when creating Miniscript nodes
Antoine Poinsot
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-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-03
Exercise non-DIRTY spent coins in caches in fuzz test
Pieter Wuille
2023-02-02
Add deterministic mode to CCoinsViewCache
Pieter Wuille
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
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-31
Merge bitcoin/bitcoin#26847: p2p: track AddrMan totals by network and table, ...
Andrew Chow
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
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
Make test/fuzz/coins_view exercise CCoinsViewCache::Sync()
Pieter Wuille
2023-01-26
addrman, refactor: combine two size functions
Amiti Uttarwar
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
[fuzz] Actually use mocked mempool in tx_pool target
dergoegge
2023-01-19
Merge bitcoin/bitcoin#26686: fuzz: Enable erlay setting in process_message(s)...
MarcoFalke
2023-01-13
Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...
fanquake
2023-01-11
Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...
MarcoFalke
[next]