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
{{ message }}
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
StateIPCTest.ml contains a state json parser which is able to parse state jsons. This means that the parser in essence duplicates the parser in the ContractState module in JSON.ml.
StateIPCTest.ml should therefore be made to use the parser in JSON.ml.