Age | Commit message (Expand) | Author |
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-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-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 |
2022-06-04 | Merge bitcoin/bitcoin#24860: Miniscript integration follow-ups | fanquake |
2022-05-31 | build: pass bdb cppflags only where needed | fanquake |
2022-05-17 | bench: Add `--sanity-check` flag, use it in `make check` | laanwj |
2022-05-07 | reindex, log, test: fixes #21379 | mruddy |
2022-04-28 | fuzz: rename and improve the Miniscript Script roundtrip target | Antoine Poinsot |
2022-04-28 | Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel` | fanquake |
2022-04-25 | [tests] Move TxOrphange tests to orphange_tests.cpp | John Newbery |
2022-04-11 | build: Remove vestigial LIBLEVELDB_SSE42 | Carl Dong |
2022-04-06 | Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource l... | MarcoFalke |
2022-04-05 | Merge bitcoin/bitcoin#24147: Miniscript integration | laanwj |
2022-03-31 | Merge bitcoin/bitcoin#24602: fuzz: add target for coinselection algorithms | Andrew Chow |
2022-03-30 | fuzz: add target for coinselection | Martin Zumsande |
2022-03-30 | build, refactor: Replace tabs with spaces | Hennadii Stepanov |
2022-03-30 | build, test: Fix test logfile name | Hennadii Stepanov |
2022-03-25 | Merge bitcoin/bitcoin#19385: test: Change default test logging directory | MarcoFalke |
2022-03-17 | fuzz: add a fuzz target for Miniscript decoding from Script | Antoine Poinsot |
2022-03-17 | Miniscript: type system, script creation, text notation, tests | Pieter Wuille |