Skip to content

Michelson onchain views : fix views are not originated when using CREATE_CONTRACT

ChiaChi Tsai requested to merge marigold/tezos:cc@view into master

Context

fix views are not originated when using CREATE_CONTRACT

Manually testing the MR

poetry run pytest tests_alpha/test_contract.py -k TestView

Checklist

  • Document the interface of any function added or modified (see the [coding guidelines](https://tezos.gitlab.io/developer/guidelines.html))
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, the Development Version section of CHANGES.md for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Raphaël Cauderlier

Merge request reports