stricter parsing of genesis JSON #5900
Labels
dev experience
The build system, things that enable easier development etc.
snack
Smaller coding task - less than a day for an experienced dev
testing
Original holesky genesis had a missing brace issue #5797
It looks like the missing brace would have parsed the remaining accounts as storage fields? I presume this was possible because of a json parsing policy that ignores missing fields, otherwise we should have thrown when "balance":xx wasn't part of the json schema for storage fields.
can we add stricter json parsing for storage fields and/or test coverage?
See comments here
#5890 (review)
The text was updated successfully, but these errors were encountered: