You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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: