Age | Commit message (Expand) | Author |
2023-02-22 | Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB... | Andrew Chow |
2023-02-22 | Merge bitcoin/bitcoin#27117: fuzz: avoid redundant dup key checks when creati... | fanquake |
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-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 | init, validation: Improve handling if VerifyDB() fails due to insufficient db... | Martin Zumsande |
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-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-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 |