-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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 ```mermaid 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 ``` ## 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). - [ ] If my change requires substantial documentation changes, I have [requested support from the DevRel team](https://github.com/FuelLabs/devrel-requests/issues/new/choose) - [ ] 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](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers. --------- Co-authored-by: z <[email protected]> Co-authored-by: Sophie Dankel <[email protected]> Co-authored-by: hal3e <[email protected]>
- Loading branch information
1 parent
f0ed57a
commit 55358da
Showing
18 changed files
with
2,168 additions
and
984 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.