execution-spec-tests
execution-spec-tests copied to clipboard
feat(make): automaticaly retrieve sha digest in newly created test modules
This would save a test implementer retrieving the value manually. Let's see if this feature #1537 proves to be useful before we add this.
For now we can populate these expected global variables with dummy values to make allow
fillto run on these tests. I don't think it's worth trying to retrieve the required hash from ethereum/EIPs from Github inmake testas I think we should remove this feature fromfillsooner rather than later. It's not maintained or actively used.
Originally posted by @danceratopz in https://github.com/ethereum/execution-spec-tests/issues/950#issuecomment-2488285151