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

FIXES Rust 1.79 not compiling the transfers contracts and enclave #76

Merged
merged 25 commits into from
Jul 11, 2024

Conversation

dusterbloom
Copy link
Contributor

@dusterbloom dusterbloom commented Jul 3, 2024

Closes: #74

This PR upgrades the whole stack to:

  • rust 1.78 / 1.79 (this CI works on 1.79) with minimum supported rust version at 1.74.1
  • wasmd 0.45
  • cosmwasm-schema = { version = "2.0.0", default-features = false }
  • cosmwasm-std = { version = "2.0.0", default-features = false , features = ["std"] }
  • cw-storage-plus = { version = "2.0.0", default-features = false }

In order to make it work and compile the contract, I had to do a slight refactor following this guide

@dusterbloom dusterbloom self-assigned this Jul 3, 2024
@dusterbloom dusterbloom requested a review from hu55a1n1 July 3, 2024 13:59
@dusterbloom dusterbloom marked this pull request as draft July 3, 2024 14:32
@dusterbloom dusterbloom marked this pull request as ready for review July 8, 2024 15:32
Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
@dusterbloom dusterbloom mentioned this pull request Jul 9, 2024
Copy link
Member

@hu55a1n1 hu55a1n1 left a comment

Choose a reason for hiding this comment

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

👌

@hu55a1n1 hu55a1n1 merged commit fe06f24 into main Jul 11, 2024
7 checks passed
@hu55a1n1 hu55a1n1 deleted the dusterbloom/rust_update branch July 11, 2024 13:31
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.

Update CW contracts/packages to latest CosmWasm version (v2)
2 participants