Age | Commit message (Expand) | Author |
2024-07-24 | refactor: Replace ParseHashStr with FromHex | MarcoFalke |
2024-07-23 | fuzz: Speed up PickValue in txorphan | MarcoFalke |
2024-07-22 | Fix lint-spelling warnings | LÅ‘rinc |
2024-07-19 | fuzz: Deglobalize signature cache in sigcache test | TheCharlatan |
2024-07-19 | fuzz: Limit parse_univalue input length | MarcoFalke |
2024-07-19 | fuzz: Use BasicTestingSetup for coins_view target | TheCharlatan |
2024-07-19 | test: Add arguments for creating a slimmer setup | TheCharlatan |
2024-07-16 | Merge bitcoin/bitcoin#28263: Add fuzz test for FSChaCha20Poly1305, AEADChacha... | merge-script |
2024-07-15 | Merge bitcoin/bitcoin#30407: test: [refactor] Pass TestOpts | merge-script |
2024-07-15 | Merge bitcoin/bitcoin#30197: fuzz: bound some miniscript operations to avoid ... | merge-script |
2024-07-15 | Add fuzz test for FSChaCha20Poly1305 | stratospher |
2024-07-15 | Add fuzz test for AEADChacha20Poly1305 | stratospher |
2024-07-15 | Merge bitcoin/bitcoin#30412: MiniMiner: use FeeFrac in AncestorFeerateComparator | merge-script |
2024-07-14 | fuzz: limit the number of nested wrappers in descriptors | Antoine Poinsot |
2024-07-14 | fuzz: limit the number of sub-fragments per fragment for descriptors | Antoine Poinsot |
2024-07-10 | util: Catch translation string errors at compile time | MarcoFalke |
2024-07-09 | Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf... | Ava Chow |
2024-07-09 | Merge bitcoin/bitcoin#30329: fuzz: improve utxo_snapshot target | Ryan Ofsky |
2024-07-09 | fuzz: mini_miner_selection fixups. | glozow |
2024-07-08 | Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches | Ryan Ofsky |
2024-07-08 | Merge bitcoin/bitcoin#30263: build: Bump clang minimum supported version to 16 | merge-script |
2024-07-08 | test: [refactor] Pass TestOpts | MarcoFalke |
2024-07-06 | random: drop ad-hoc Shuffle in favor of std::shuffle | Pieter Wuille |
2024-07-05 | kernel: De-globalize signature cache | TheCharlatan |
2024-07-04 | fuzz: improve utxo_snapshot target | Martin Zumsande |
2024-07-04 | Merge bitcoin/bitcoin#29625: Several randomness improvements | merge-script |
2024-07-02 | Merge bitcoin/bitcoin#30272: doc: use TRUC instead of v3 and add release note | Ava Chow |
2024-07-02 | Merge bitcoin/bitcoin#30267: assumeutxo: Check snapshot base block is not in ... | Ava Chow |
2024-07-02 | scripted-diff: change names from V3 to TRUC | glozow |
2024-07-02 | [doc] replace mentions of v3 with TRUC | glozow |
2024-07-02 | Merge bitcoin/bitcoin#30344: kernel: remove mempool_persist | glozow |
2024-07-01 | random: replace construct/assign with explicit Reseed() | Pieter Wuille |
2024-07-01 | tests: make fuzz tests (mostly) deterministic with fixed seed | Pieter Wuille |
2024-07-01 | tests: overhaul deterministic test randomness | Pieter Wuille |
2024-07-01 | random: convert XoRoShiRo128PlusPlus into full RNG | Pieter Wuille |
2024-07-01 | random: move XoRoShiRo128PlusPlus into random module | Pieter Wuille |
2024-07-01 | Merge bitcoin/bitcoin#30237: test: Add Compact Block Encoding test `ReceiveWi... | glozow |
2024-07-01 | Merge bitcoin/bitcoin#30273: fuzz: FuzzedSock::Recv() don't lose bytes from M... | merge-script |
2024-06-26 | mempool: move LoadMempool/DumpMempool to node | Cory Fields |
2024-06-26 | fuzz: Clarify Apple-Clang-16 workaround | MarcoFalke |
2024-06-20 | Merge bitcoin/bitcoin#30202: netbase: extend CreateSock() to support creating... | Ava Chow |
2024-06-19 | test: Make blockencodings_tests deterministic | AngusP |
2024-06-19 | refactor: Move early loadtxoutset checks into ActiveSnapshot | Fabian Jahr |
2024-06-18 | fuzz: have package_rbf always make small txns | Greg Sanders |
2024-06-18 | rename policy/v3_policy.* to policy/truc_policy.* | glozow |
2024-06-17 | Merge bitcoin/bitcoin#28984: Cluster size 2 package rbf | Ava Chow |
2024-06-14 | fuzz: FuzzedSock::Recv() don't lose bytes from MSG_PEEK read | Vasil Dimov |
2024-06-14 | fuzz: simplify FuzzedSock::m_peek_data | Vasil Dimov |
2024-06-14 | netbase: extend CreateSock() to support creating arbitrary sockets | Vasil Dimov |
2024-06-13 | Fuzz: pass mempool to CheckPackageMempoolAcceptResult | Greg Sanders |