Daniel Bate

Results 137 comments of Daniel Bate

Merging #1895 broke one of my test assertions used to validate #823. Has been resolved [here](https://github.com/FuelLabs/fuels-ts/pull/1832/commits/12e725cc3e4534a4402124bfee3ac5d5b9a98e1f). cc @Dhaiwat10 @petertonysmith94 @Torres-ssf

Nice work, I think my preference is option B as I'm concerned about compatibility with the docs hub.

I believe this is something we should adopt at some point, however the timing at the moment might not be right, let's see.

Unassigning as I'm not actively developing this right now and lots of conversations happening, someone is welcome to pick this up.

@FuelLabs/sdk-ts both inverted submission flow and connector aware estimation are all merged here now. I'd created a mock solana connector using the actual SVM predicate. Had some troubles with signing...

Implementation is now complete as part of #3689 and was proved via the EVM and SVM connectors as can be seen [here](https://github.com/FuelLabs/fuel-connectors/pull/477).

In #3689 I introduced a `usePrepareForSend` flag to signal to `Account.sendTransaction` that this method should be used in the tx flow. FE did not like this approach and instead we...

Blocked until #3669 and #3737 are complete.

In #3669 we changed the `FuelConnector.sendTransaction` signature to return both a `string | TransactionResponse`: https://github.com/FuelLabs/fuels-ts/blob/e8494fa488848ba215e339e2dd12364ab5b3a1a1/packages/account/src/connectors/fuel-connector.ts#L47-L51 Although this does not encourage connectors or wallets to return a prepared request to give...

> What are the three requests for the Wallet? 3 request flow from submission -> summary generation. - Wallet performs `submitAndAwaitStatus` - SDK performs `statusChange` - SDK performs `getTransactionWithReceipts` >...