Age | Commit message (Expand) | Author |
2023-08-10 | Merge bitcoin/bitcoin#28008: BIP324 ciphersuite | fanquake |
2023-07-27 | Remove unused raw-pointer read helper from univalue | MarcoFalke |
2023-07-26 | Add BIP324Cipher, encapsulating key agreement, derivation, and stream/AEAD ci... | Pieter Wuille |
2023-07-26 | crypto: remove outdated variant of ChaCha20Poly1305 AEAD | Pieter Wuille |
2023-06-17 | fuzz: wallet, add target for CoinControl | Ayush Singh |
2023-06-14 | fuzz: wallet, add target for `fees` | brunoerg |
2023-05-19 | Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc... | glozow |
2023-05-16 | Merge bitcoin/bitcoin#27041: Build: Improve handling of suppressed logging in... | fanquake |
2023-05-05 | fuzz: BIP 42, BIP 30, CVE-2018-17144 | MarcoFalke |
2023-04-20 | Merge bitcoin/bitcoin#25325: Add pool based memory resource | Andrew Chow |
2023-04-11 | Merge bitcoin/bitcoin#26662: fuzz: Add HeadersSyncState target | fanquake |
2023-04-06 | [fuzz] Add MiniMiner target + diff fuzz against BlockAssembler | glozow |
2023-04-06 | [unit test] GatherClusters and MiniMiner unit tests | glozow |
2023-03-23 | Add PoolResource fuzzer | Martin Leitner-Ankerl |
2023-03-23 | Add pool based memory resource & allocator | Martin Leitner-Ankerl |
2023-03-07 | Merge bitcoin/bitcoin#27150: Deduplicate bitcoind and bitcoin-qt init code | Andrew Chow |
2023-03-06 | test: wallet, add coverage for outputs grouping process | furszy |
2023-02-28 | Extend bilingual_str support for tinyformat | Ryan Ofsky |
2023-02-15 | Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v... | fanquake |
2023-02-03 | Build: Use AM_V_GEN in Makefiles where appropriate | TheCharlatan |
2023-02-01 | Add simulation-based CCoinsViewCache fuzzer | Pieter Wuille |
2023-01-30 | Add xoroshiro128++ PRNG | Martin Leitner-Ankerl |
2023-01-23 | [fuzz] Add PartiallyDownloadedBlock target | dergoegge |
2023-01-03 | Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove... | Andrew Chow |
2022-12-29 | Merge bitcoin/bitcoin#26481: bench: Suppress output when running with `-sanit... | MarcoFalke |
2022-12-14 | test: move coins result test to wallet_tests.cpp | furszy |
2022-12-12 | [fuzz] Add HeadersSyncState target | dergoegge |
2022-11-21 | refactor: unify test/util/wallet.h with wallet/test/util.h | furszy |
2022-11-14 | test: Split overly large util_tests.cpp file | MacroFake |
2022-11-10 | test: Drop no longer required bench output redirection | Hennadii Stepanov |
2022-10-20 | Merge bitcoin/bitcoin#26158: bench: add "priority level" to the benchmark fra... | Andrew Chow |
2022-10-20 | build: only run high priority benchmarks in 'make check' | furszy |
2022-10-17 | test: Add unit tests for reconciliation negotiation | Gleb Naumenko |
2022-10-12 | Merge bitcoin/bitcoin#24858: incorrect blk file size calculation during reind... | glozow |
2022-10-01 | refactor: move Boost datetime usage to wallet | fanquake |
2022-09-13 | build: extract $(BOOST_CPPFLAGS) from $(BITCOIN_INCLUDES) | fanquake |
2022-09-09 | wallet: coverage for loading an unknown descriptor | furszy |
2022-08-29 | Add unit test for HeadersSyncState | Suhas Daftuar |
2022-08-23 | Add bitdeque, an std::deque<bool> analogue that does bit packing. | Pieter Wuille |
2022-08-19 | wallet, tests: Test bumpfee's max input weight calculation | Andrew Chow |
2022-08-11 | Merge bitcoin/bitcoin#25798: build: fix cleanup of test logs | Andrew Chow |
2022-08-10 | build: move raw rule into Makefile.am | fanquake |
2022-08-07 | build: fix cleanup of test logs | fanquake |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-07-28 | Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur... | Andrew Chow |
2022-07-28 | [unit tests] individual RBF Rules in isolation | glozow |
2022-07-19 | test: add unit test for AvailableCoins | josibake |
2022-07-18 | refactor: integrate no_nul into univalue unitester | fanquake |
2022-07-06 | fuzz: add low-level target for txorphanage | chinggg |
2022-06-22 | build: Remove negated --enable-fuzz checks from build system | MarcoFalke |