Skip to content
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

Merged
merged 11 commits into from
Feb 10, 2024
Merged

Release 0.10.0 #101

merged 11 commits into from
Feb 10, 2024

Conversation

SkymanOne
Copy link
Contributor

  • Updates cargo-contract crates to 4.0.0-rc.2
  • Updates ink crates to 5.0.0-rc.1

@SkymanOne SkymanOne changed the title Release 0.8.5-rc Release 0.10.0 Feb 9, 2024
Copy link

@ascjones ascjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some leftover diffs

examples/chain-extension/src/chain_extension_ink_side.rs Outdated Show resolved Hide resolved
examples/mocking/Cargo.toml Outdated Show resolved Hide resolved
examples/quick-start-with-drink/Cargo.toml Outdated Show resolved Hide resolved
@SkymanOne SkymanOne requested a review from ascjones February 9, 2024 17:56
.call(next_callee)
.gas_limit(0)
.call_v1(next_callee)
.gas_limit(1_000_000)
Copy link

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.

@pmikolajczyk41 pmikolajczyk41 merged commit e493471 into inkdevhub:main Feb 10, 2024
2 checks passed
@SkymanOne SkymanOne deleted the gn/prepare-rc branch February 10, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants