Daniel Bate

Results 43 issues of Daniel Bate

We have been using a temporary coverage object on `rc/salamander` whilst Vitest was not on `master`. Now #1495 has been merged, we can remove the temporary stage and generate a...

chore

Closes #1671 This PR adds support for sway's experimental encoding in logs. This is demonstrated via a new test suite, which is a subset of `fuel-gauge`, which builds another `forc`...

feat

I would like to see assertions moved outside of the code snippet. I believe they add unnecessary noise and complexity to a code snippet where the purpose is to add...

docs
blocked
mainnet

We currently have quite a few tests that references documentation from `fuel-gauge`. These scenarios are at times improperly formed in order to be more verbose and illustrate techniques rather than...

docs

Since our move to Vitest in #1310, although the API is very close to Jest, there are differences in how Jest approaches mocking. One area is that we can no...

chore

Currently the default behaviour of the typegen CLI is to generate types for the contract program type: https://github.com/FuelLabs/fuels-ts/blob/49c103b4952ce3d68efb28e3f8ba9c7d33260021/packages/abi-typegen/src/cli.ts#L16-L34 We have had a couple of questions on the forum suggesting that...

feat

Closes #1745 - [x] Implementing signing transaction via an `Account` through a wallet connector - [x] Add multiple external signers to a request through `addAccountWitnesses` functions on `BaseTransactionRequest` - [x]...

feat

This issue should act as the epic with other issues spun off from here. The goals of this refactor are to: - Reduce the coder touch points number of specific...

feat
epic

Following on from discussions in https://github.com/FuelLabs/fuels-ts/discussions/1592 to deprecate `ethers`, this PR replaces the hashing algorithms with a tree-shakable alternative [@noble/hashes](https://github.com/paulmillr/noble-hashes).

chore