Daniel Bate

Results 137 comments of Daniel Bate

TypeDoc, which we use for our autogenerated API documentation has the `deprecated` [tag](https://typedoc.org/tags/deprecated/). This will inform the docs but not elsewhere.

I'm not sure this is right for us right now - the time investment required doesn't seem worth the value. API migration is a huge feature in it's own right,...

I suspect this was resolved by the changes [here](https://github.com/FuelLabs/fuels-ts/pull/2018) and [here](https://github.com/FuelLabs/fuels-ts/pull/2289) as I can't see any other type that should accept bytes/array in this way, any thoughts @FuelLabs/sdk-ts?

That seems related to typegen, re #2784

A high level overview would still be nice IMO, [ethers have something similar](https://docs.ethers.org/v6/api/abi/abi-coder/).

@Dhaiwat10 Are you still working on this one?

No worries man, ty for the update 🙌🏻

Currently looking at implementing Vitest in #1310 and it is very quick compared to jest. > Duration 16.38s (transform 4.31s, setup 2.02s, collect 96.78s, tests 31.68s, environment 25ms, prepare 15.15s)...

Given the performance updates and minimal interruption to our current workflows and tooling, we will implement Vitest completely for our node environment tests, and also add support for a browser...

This is still blocked as a script will throw when attempting to use a `raw_slice` in a `main` function: ```sh Returning a type containing `raw_slice` from `main()` is not allowed....