Skip to content

Add a generation tool for the context simulation

Fixes #399 (closed)

In this MR there is the beginning of a tool to generate the content of the file https://formal-land.gitlab.io/coq-tezos-of-ocaml/docs/proto_alpha/simulations/context/

The goal is to both:

For now, we identify the various kinds of sub-stores into three possible shapes:

  • Single_data_storage
  • Indexed_data_storage
  • Data_set_storage

Additionally, in some cases the context can be indexed.

Edited by Guillaume Claret

Merge request reports