Daniel Bate

Results 137 comments of Daniel Bate

The problem here is that `bytes` in this context is a nested heap type, not supported in `v0`. This is solved in `v1` and proved in #1832.

@chappie1998 I'm afraid we can't give an exact release date for this at the moment. The new encoding scheme is part of a wider piece of work, so requires aligning...

So this was included in `v0.80.0` of the [SDK](https://github.com/FuelLabs/fuels-ts/releases/tag/v0.80.0). And `v0.53.0` of `forc`. You will need to build your programs with `--experimental-new-encoding`. As the flag suggests, this work is currently...

Added as a low priority for `1.0.0` as a candidate around the additional templating discussion.

This will be solved by #2838, which will introduce a simpler `create fuels` template. I haven't seen much demand for JS and I don't think supporting it is worth the...

We used to use the `submit` operation, and `submitAndAwait` would be opt in via an `awaitExecution` flag on `sendTransaction`. The `submit` endpoint still exists on the client: ```gql submit( tx:...

@Voxelot agreed and we won't change the default behaviour, this will be optional. Ideally most consumers will still use the `submitAndAwaitStatus` route as that will use the smallest number of...

Marking as blocked as this topic is being investigated by product.