Will locking the Forc version break the Typescript SDK/indexer?

We plan to lock the Forc version for our repo to 0.35.5 so that our development (and audit of our code) doesn’t get stalled by breaking changes. Is it safe to do so and accordingly lock the Typescript SDK and indexer versions, or is it likely that a breaking change in one of the tools will force a major rewrite? I’m interesting in knowing how other teams are handling the fast-paced nature of Fuel development.

2 Likes

You will likely have to upgrade versions and deal with a few breaking changes to deploy on mainnet once that is live, but it probably wouldn’t be a major rewrite.

1 Like