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
The current examples of upgradeability and call forwarding are confusing, incomplete, and and some cases misleading.
We should update these examples to show correct behaviour, and to guide contract developers into using correct patterns.
List of examples that we should aim to provide:
delegate_call
Concepts we want to illustrate:
ink::env::CallFlags
### Tasks - [x] `delegate_call` example - [x] ~~A EIP-1967 based proxy~~ Achieved by `set_code_hash()`
The text was updated successfully, but these errors were encountered:
This project in ink!ubator can elp here. They reference this issue in their application here.
Sorry, something went wrong.
I'll move this to ink docs repo as we just need to document this properly
SkymanOne
Successfully merging a pull request may close this issue.
The current examples of upgradeability and call forwarding are confusing, incomplete, and
and some cases misleading.
We should update these examples to show correct behaviour, and to guide contract
developers into using correct patterns.
List of examples that we should aim to provide:
delegate_call
Concepts we want to illustrate:
ink::env::CallFlags
The text was updated successfully, but these errors were encountered: