Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

chore: upgrade Fuel dependencies #1523

Merged
merged 5 commits into from
Feb 5, 2024
Merged

chore: upgrade Fuel dependencies #1523

merged 5 commits into from
Feb 5, 2024

Conversation

deekerno
Copy link
Contributor

@deekerno deekerno commented Feb 5, 2024

This PR ensures that the "final" release of this implementation of the indexer project uses the latest available versions of Fuel dependencies.

Changelog

  • Update fuels-rs to v0.55
  • Update fuel-core and fuel-core-client to v0.22
  • Update default manifest to use fuels v0.55
  • Use infallible conversions where appropriate

@deekerno deekerno self-assigned this Feb 5, 2024
@deekerno deekerno marked this pull request as ready for review February 5, 2024 22:53
@deekerno deekerno changed the title chore: update Rust version to 1.75.0, fuels-rs to 0.55.0 chore: upgrade Fuel dependencies Feb 5, 2024
@deekerno deekerno mentioned this pull request Feb 5, 2024
@deekerno deekerno linked an issue Feb 5, 2024 that may be closed by this pull request
to: Address::from(
<[u8; 32]>::try_from(to).expect("Could not convert 'to' to bytes"),
),
to: Address::from(<[u8; 32]>::from(to)),
Copy link
Contributor

Choose a reason for hiding this comment

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

Love the cleanup 🙌🏼

Copy link
Contributor

@ra0x3 ra0x3 left a comment

Choose a reason for hiding this comment

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

@deekerno Just an FYI not so much a blocker, there's some of that type conversion cleanup to be done in the explorer example as well (not a blocker though)

@ra0x3 ra0x3 merged commit 0bc9569 into develop Feb 5, 2024
20 checks passed
@ra0x3 ra0x3 deleted the deekerno/bump-sdk-to-v0.55 branch February 5, 2024 23:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade fuels-* crates to 0.53 (or their latest version)
3 participants