-
Notifications
You must be signed in to change notification settings - Fork 70
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
Allow bumping other instances #1148
Conversation
I'm not convinced about this, because otherwise we'd be attaching the term "current" to all the functions in the storage types. |
My reasoning for this was due to the fact that the host functions are called |
Because changes are needed to move the fn to deployer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion, regardless 👍🏻.
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
What
Add SDK function for
extend_contract_instance_and_code
. I think the existingextend_ttl
function should be calledextend_current_ttl
, and this new SDK function would beextend_ttl
, but I'm not sure if it's worth updating now.