[#695] Hangzhou on-chain views
Description
Add on-chain views.
Resources:
There is also a bunch of follow-up issues that assume some refactorings or adding a functionality that didn't fit into this MR.
There were some concerns about the views implementation in Tezos, they are kept in #704.
-
Make sure there are no leftover todos.
And minor nitpicks to myself:
-
Rename vParameter
field tovArgument
? -
Do not return pair in createContractE
, rather putAddress
on stack?
Related issue(s)
Resolves #695 (closed)
✅ Checklist for your Merge Request
Related changes (conditional)
-
Tests (see short guidelines)
-
If I added new functionality, I added tests covering it. -
If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
-
-
Documentation
Stylistic guide (mandatory)
-
My commits comply with the following policy. -
My code complies with the style guide.
Edited by Konstantin Ivanov