FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

Upgrade `fuel-tx` and other pinned crates #1448

Open ra0x3 opened 10 months ago

ra0x3 commented 10 months ago
deekerno commented 10 months ago

@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 commented 10 months ago

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