Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce entrypoints #150

Open
annenkov opened this issue Mar 21, 2022 · 0 comments
Open

Introduce entrypoints #150

annenkov opened this issue Mar 21, 2022 · 0 comments
Labels
part: execution Issues and PRs related to the execution layer type: feature New feature request/implementation

Comments

@annenkov
Copy link
Collaborator

Both Tezos and Concordium have a concept of entypoints which we model as a Msg type, usually represented as an inductive type with several constructors corresponding to the entrypoints. However, it's difficult to send messages to an (arbitrary) contract that supports only some of the entrypoints. Therefore, we need a more abstract notion of an interface that would allow for a more flexible way of specifying the supported entrypoints.

@4ever2 4ever2 added type: feature New feature request/implementation part: execution Issues and PRs related to the execution layer labels May 21, 2022
@4ever2 4ever2 changed the title [execution] Introduce entrypoints Introduce entrypoints May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part: execution Issues and PRs related to the execution layer type: feature New feature request/implementation
Projects
None yet
Development

No branches or pull requests

2 participants