consensus-spec-tests icon indicating copy to clipboard operation
consensus-spec-tests copied to clipboard

v1.1.8 minimal test release minimal and mainnet tarballs contains DS_Store files

Open tersec opened this issue 3 years ago • 1 comments

$ wget -qO- https://github.com/ethereum/consensus-spec-tests/releases/download/v1.1.8/minimal.tar.gz | tar tz | grep DS_Store
tests/minimal/._.DS_Store
tests/minimal/.DS_Store
tests/minimal/bellatrix/._.DS_Store
tests/minimal/bellatrix/.DS_Store
tests/minimal/bellatrix/sanity/._.DS_Store
tests/minimal/bellatrix/sanity/.DS_Store
tests/minimal/bellatrix/sanity/blocks/._.DS_Store
tests/minimal/bellatrix/sanity/blocks/.DS_Store
tests/minimal/bellatrix/sanity/blocks/pyspec_tests/._.DS_Store
tests/minimal/bellatrix/sanity/blocks/pyspec_tests/.DS_Store
tests/minimal/bellatrix/operations/._.DS_Store
tests/minimal/bellatrix/operations/.DS_Store
tests/minimal/bellatrix/operations/attester_slashing/._.DS_Store
tests/minimal/bellatrix/operations/attester_slashing/.DS_Store
$ wget -qO- https://github.com/ethereum/consensus-spec-tests/releases/download/v1.1.8/mainnet.tar.gz | tar tz | grep DS_Store
tests/mainnet/._.DS_Store
tests/mainnet/.DS_Store
tests/mainnet/bellatrix/._.DS_Store
tests/mainnet/bellatrix/.DS_Store
tests/mainnet/bellatrix/transition/core/pyspec_tests/._.DS_Store
tests/mainnet/bellatrix/transition/core/pyspec_tests/.DS_Store
tests/mainnet/altair/._.DS_Store
tests/mainnet/altair/.DS_Store
tests/mainnet/altair/fork_choice/._.DS_Store
tests/mainnet/altair/fork_choice/.DS_Store
tests/mainnet/altair/fork_choice/ex_ante/._.DS_Store
tests/mainnet/altair/fork_choice/ex_ante/.DS_Store
tests/mainnet/altair/fork_choice/ex_ante/pyspec_tests/._.DS_Store
tests/mainnet/altair/fork_choice/ex_ante/pyspec_tests/.DS_Store
tests/mainnet/altair/fork/._.DS_Store
tests/mainnet/altair/fork/.DS_Store

tersec avatar Jan 03 '22 15:01 tersec

Sorry about that! I will update the tarballs.

hwwhww avatar Jan 13 '22 13:01 hwwhww