Skip to content

Proto: expand constants before spellchecking and normalization

Daniel Hines requested to merge dh@normalize into master

The tezos-client typecheck script and tezos-client normalize script commands were broken if the contract contained constants. This fixes the issue by introducing a call to Global_constants_storage.substitute in the relevant entrypoints into Script_ir_translator.

Solves issue tezos/tezos#1709 (closed)

Merge request reports