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

Support the CREATE_CONTRACT operation #16

Open
westpaddy opened this issue Feb 13, 2024 · 0 comments
Open

Support the CREATE_CONTRACT operation #16

westpaddy opened this issue Feb 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@westpaddy
Copy link
Contributor

Some contracts originate new contracts during their execution.
We need to support the CREATE_CONTRACT operation so that iCon can deal with such contracts.

An implementation will be simple.
We split known contracts (possibly infinitely existing under the origination behavior) into finite categories, a group having the same code, and provide an is_XXX predicate which determines if the contract (being) deployed at a given address belongs to the category XXX.

The problem is we do not know the formal semantics of is_XXX, meaning that we do not know if the implementation idea is theoretically correct.

@westpaddy westpaddy added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant