No description provided.
Delete nonreduced inputs #82
pull MarcoFalke wants to merge 3 commits into bitcoin-core:main from MarcoFalke:del changing 0 files +0 −0-
MarcoFalke commented at 7:59 PM on December 25, 2021: none
-
Delete fuzz inputs 4a409cf606
-
Reduced inputs for fuzzer b0e8ef86c5
-
Reduced inputs for fuzzer,address,undefined,integer b145fd90f2
-
MarcoFalke commented at 10:52 AM on December 26, 2021: none
Can be "reproduced" with:
apt update && apt install wget -y wget https://raw.githubusercontent.com/bitcoin-core/bitcoin-maintainer-tools/main/delete_nonreduced_fuzz_inputs.sh bash delete_nonreduced_fuzz_inputs.sh -
MarcoFalke commented at 6:29 PM on December 26, 2021: none
Re-did the deletion:
- approx 150k files removed both times
- approx 20k files differ in both sets
# git diff b145fd90f223b367fce33c0b49c49ce71396f4bc HEAD --stat | tail -1 warning: inexact rename detection was skipped due to too many files. warning: you may want to set your diff.renameLimit variable to at least 10903 and retry the command. 21544 files changed, 4643 insertions(+), 8878 deletions(-) - MarcoFalke merged this on Dec 27, 2021
- MarcoFalke closed this on Dec 27, 2021
- MarcoFalke deleted the branch on Dec 27, 2021
- MarcoFalke cross-referenced this on Jun 9, 2022 from issue Miniscript updates by darosior
- MarcoFalke cross-referenced this on Jun 10, 2022 from issue Delete nonreduced inputs by MarcoFalke