-
Notifications
You must be signed in to change notification settings - Fork 18
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
Release 0.10.0
#101
Release 0.10.0
#101
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.
Some leftover diffs
.call(next_callee) | ||
.gas_limit(0) | ||
.call_v1(next_callee) | ||
.gas_limit(1_000_000) |
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.
That's probably not enough gas, try at least 500_000_000
. Or just leave it out completely it will inherit the gas limit of the top level call.
cargo-contract
crates to4.0.0-rc.2
ink
crates to5.0.0-rc.1