nVersion fuzz format changes #161

pull maflcko wants to merge 1 commits into bitcoin-core:main from maflcko:main changing 3011 files +275252 −0
  1. maflcko commented at 5:40 pm on November 30, 2023: contributor

    Similar to #159

    Transform the inputs after the format change in https://github.com/bitcoin/bitcoin/commit/fa7eb4f5c3d2438f9689cd46b22dcfd50f6bd751

    Done by nuking the first 4 bytes with:

    0for f in ./block/*        ; do python -c "fn=\"$f\"; print(fn); open(fn+'.new', 'wb').write(open(fn,'rb').read()[4:]);" ; done 
    1for f in ./transaction/*  ; do python -c "fn=\"$f\"; print(fn); open(fn+'.new', 'wb').write(open(fn,'rb').read()[4:]);" ; done 
    2for f in ./*_deserialize/*; do python -c "fn=\"$f\"; print(fn); open(fn+'.new', 'wb').write(open(fn,'rb').read()[4:]);" ; done 
    
  2. nVersion fuzz format changes 77fb448d0c
  3. maflcko commented at 11:04 am on December 5, 2023: contributor
  4. dergoegge approved
  5. dergoegge commented at 11:10 am on December 5, 2023: member
    lgtm
  6. fanquake merged this on Dec 5, 2023
  7. fanquake closed this on Dec 5, 2023


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin-core/qa-assets. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-12-26 10:25 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me