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

Allows the restore command to restore contractCode #782

Closed
vinamogit opened this issue Jul 18, 2023 · 1 comment · Fixed by #775
Closed

Allows the restore command to restore contractCode #782

vinamogit opened this issue Jul 18, 2023 · 1 comment · Fixed by #775

Comments

@vinamogit
Copy link
Contributor

What problem does your feature solve?

When a contract expires, we need to restore the contract data instance and the contract code. The current implementation of the restore command only allows to restore contract data.

What would you like to see?

maybe something like:
soroban contract restore --id CONTRACTID --wasm-hash ab3f....

What alternatives are there?

Call the operation programatically.

@willemneal
Copy link
Member

Fixed by #775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants