Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

Make StateIPCTest.ml use JSON.ml #1222

Open jjcnn opened 1 year ago

jjcnn commented 1 year ago

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.