Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • LIGO LIGO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 45
    • Merge requests 45
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ligolang
  • LIGOLIGO
  • Merge requests
  • !1568

Testing framework: fix decompilation of chests

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Rémi requested to merge fix/testing_framework/decompiling_chests into dev Feb 17, 2022
  • Overview 0
  • Commits 2
  • Pipelines 3
  • Changes 3

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 Feb 17, 2022 by Rémi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/testing_framework/decompiling_chests