Nedim Salkić
Nedim Salkić
@arboleya I thought I created one but I couldn't find it so I created #2511. I'll be closing this because I can't get to the root of the problem of...
The actual behavior is expected behavior. The generic fields of sway generics have to be fully specified in a contract's abi and a script or predicate's main function inputs/outputs, so...
@spacedragon I realized now that I misread the error you reported here. What you reported indeed seems off. Can you share the ABI which led to this problem?
@spacedragon Thanks for the report and the ABI, it is indeed an issue.
> [...] IMO the real value here is testing that the transaction format is valid... I agree. Should we then have (simple) e2e tests involving all transaction types with all...
@danielbate yeah, but it'll still be significantly less than what we spend now given that the tests will be simple. We'll get more tests while spending 5-10x less gas in...
I'm not sure if it makes sense anymore to do this now that `fuel-core` releases are backwards compatible and errors such as the one reported in the [forum post](https://forum.fuel.network/t/fuels-typescript-sdk-error/5266) shouldn't...
@DZakh Thanks for the work! I agree that the offset shouldn't be returned.
@DZakh Thanks for the work here, I've also assigned myself to the PR and will take this over the line.
@DZakh I don't have the rights to push to your fork. You can find my changes on [this branch](https://github.com/FuelLabs/fuels-ts/tree/ns/fix/remove-offset-from-decode-functions). Please merge them into your fork so that we can continue...