We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
seal0
seal1
Right now ink! is mainly using seal0 calls for interfacing with the contracts pallet.
ink!
However, there are a number of functions which have been updated to seal1, and whose seal0 implementations are deprecated (e.g seal_terminate).
seal_terminate
We should make an effort to use seal1 calls where available. From what I can tell right now that means switching:
seal_instantiate
The text was updated successfully, but these errors were encountered:
cmichi
Successfully merging a pull request may close this issue.
Right now
ink!
is mainly usingseal0
calls for interfacing with the contracts pallet.However, there are a number of functions which have been updated to
seal1
, and whoseseal0
implementations are deprecated (e.gseal_terminate
).We should make an effort to use
seal1
calls where available. From what I can tell right now that means switching:seal_terminate
seal_instantiate
The text was updated successfully, but these errors were encountered: