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

Upgrade fuel-tx and other pinned crates #1448

Open
ra0x3 opened this issue Nov 2, 2023 · 2 comments
Open

Upgrade fuel-tx and other pinned crates #1448

ra0x3 opened this issue Nov 2, 2023 · 2 comments
Assignees
Labels
blocked This change is currently blocked by a linked issue P: Medium

Comments

@ra0x3
Copy link
Contributor

ra0x3 commented Nov 2, 2023

  • For some reason (I'm sure a good reason) we've pinned a few crates to =0.35.3
  • These crates are:
    • fuel-tx
    • fuel-types
    • fuel-vm
  • Let's figure out why these crates were pinned and upgrade them
    • These are some of the more problematic crates we use so we don't want to get too far behind on these
@ra0x3 ra0x3 added the P: Medium label Nov 2, 2023
@deekerno
Copy link
Contributor

deekerno commented Nov 2, 2023

@ra0x3 The crates were pinned as a result of type mismatches between a major SDK upgrade and the client. Those conflicts are probably resolved by now so we should test out whether conflicts arise again between the types between the Fuel types used in the SDK and client.

@ra0x3 ra0x3 self-assigned this Nov 6, 2023
@ra0x3 ra0x3 added the blocked This change is currently blocked by a linked issue label Nov 6, 2023
@ra0x3
Copy link
Contributor Author

ra0x3 commented Nov 6, 2023

Yea @deekerno I believe this is blocked by the SDK. They'd have to upgrade their deps first (else workspace dependency unification issues)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This change is currently blocked by a linked issue P: Medium
Projects
None yet
Development

No branches or pull requests

2 participants