Skip to content

Testing framework: fix decompilation of chests

Rémi requested to merge fix/testing_framework/decompiling_chests into dev

Problem

Test.get_storage decompile michelson values to ligo values and the micheline case for chest and chest_key were missing.
reproduce with https://github.com/smart-chain-fr/Ligolib/blob/84c1bcc783f314d297b502dc872ffed686e1e450/randomness/src/cameligo/main.mligo (ligo run test ..)

Solution

adding the case in michelson_to_value.ml

  • has a changelog entry
Edited by Rémi

Merge request reports