Skip to content

Compile only top-level views

Melwyn Saldanha requested to merge melwyn95/views-only-at-top-level into dev

Problem

If [@view] attribute is used anywhere other than top-level we get an error Entrypoint ... does not exist

Solution

We fix this problem by compiling views which are declared at top-level. Later we will warn if [@view] is declared other than top-level

Reference: https://tezos-dev.slack.com/archives/GKH15NM8W/p1646225415791989

  • has a changelog entry
Edited by Melwyn Saldanha

Merge request reports