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

Implement contract instance storage in Soroban host. #886

Merged
merged 7 commits into from
Jun 24, 2023

Conversation

dmkozh
Copy link
Contributor

@dmkozh dmkozh commented Jun 23, 2023

What

Implement contract instance storage in Soroban host.

Also use instance storage in built-in token contract for instance data (metadata, admin, asset info).

Why

Instance storage allows storing contract configuration for cheaper and also simplifies its lifetime management - #860

Known limitations

N/A

@dmkozh dmkozh requested review from graydon, sisuresh and a team as code owners June 23, 2023 18:30
Also use instance storage in built-in token contract for instance data (metadata, admin, asset info)
@graydon graydon merged commit a9dbd06 into stellar:main Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants