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

chore: upgrade fuels-rs sdk to 0.70 #6851

Merged
merged 42 commits into from
Feb 1, 2025
Merged

chore: upgrade fuels-rs sdk to 0.70 #6851

merged 42 commits into from
Feb 1, 2025

Conversation

zees-dev
Copy link
Contributor

@zees-dev zees-dev commented Jan 22, 2025

Description

Updated the fuels-rs SDK to 0.77.
This required updating transitive dependencies to the relevant versions specified in fuels-rs sdk.

Dependency tree

graph TD
    sway[sway]
    fuelsrs[fuels-rs]
    fuelabi[fuel-abi-types]
    fuelvm[fuel-vm]
    forcwallet[forc-wallet]
    fcoreclient[fuels-core]
    fvmprivate[fuel-vm-private]

    %% Main dependency relationships
    sway --> fuelsrs
    fuelsrs --> fuelabi
    fuelsrs --> fuelvm
    fuelsrs --> forcwallet
    fuelsrs --> fcoreclient
    
    %% Secondary dependencies
    fcoreclient --> fvmprivate
    fvmprivate --> fuelvm
    
    %% forc-wallet dependencies
    forcwallet --> fuelvm
    forcwallet --> fuelsrs

    %% Styling
    classDef primary fill:#d0e1f9,stroke:#4a90e2,stroke-width:2px
    classDef secondary fill:#e8f4ea,stroke:#66b366,stroke-width:2px
    
    class sway,fuelsrs primary
    class fuelabi,fuelvm,forcwallet,fcoreclient,fvmprivate secondary

    %% Add notes
    subgraph Note
        note[Update forc-wallet first due to circular dependency]
        style note fill:#fff4e6,stroke:#ffab40,stroke-width:1px
    end
Loading

Checklist

  • I have linked to any relevant issues.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation where relevant (API docs, the reference, and the Sway book).
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added (or requested a maintainer to add) the necessary Breaking* or New Feature labels where relevant.
  • I have done my best to ensure that my PR adheres to the Fuel Labs Code Review Standards.
  • I have requested a review from the relevant team or maintainers.

@zees-dev zees-dev requested review from a team as code owners January 22, 2025 02:25
Copy link

codspeed-hq bot commented Jan 22, 2025

CodSpeed Performance Report

Merging #6851 will not alter performance

Comparing zees/sdk-0.77 (f647c3d) with master (f0ed57a)

Summary

✅ 22 untouched benchmarks

@zees-dev zees-dev changed the title chore: upgrade fuels-rs sdk to 0.77 chore: upgrade fuels-rs sdk to 0.70 Jan 31, 2025
Copy link
Member

@sdankel sdankel left a comment

Choose a reason for hiding this comment

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

Nice work!

Copy link
Member

@JoshuaBatty JoshuaBatty left a comment

Choose a reason for hiding this comment

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

🙏 thanks for getting this over the line

@zees-dev zees-dev merged commit 55358da into master Feb 1, 2025
41 checks passed
@zees-dev zees-dev deleted the zees/sdk-0.77 branch February 1, 2025 02:20
IGI-111 added a commit that referenced this pull request Feb 3, 2025
Depends on #6851.

---------

Co-authored-by: green <[email protected]>
Co-authored-by: IGI-111 <[email protected]>
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.

4 participants