-
Notifications
You must be signed in to change notification settings - Fork 361
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
Add suport for latest ink! metadata #5650
Conversation
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.
We seem to have version specific logic which is unsatainable the more there are. While we always convert from Vx -> V as part of the logic - this allows us to always deal with only the latest, without specific existence checks.
@jacogr I removed all unnecessary checks and decoded environment types. Btw, is this ok for usize? I added ink! v4.2.0 contracts for testing and the tests still fail, not sure why. |
|
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.
Thank you.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Adds latest ink! metadata updates to the
Abi
interface and type definitions.Related to use-ink/contracts-ui#469
Changes:
Contract with modified environment
custom_env.json.zip