Rodrigo Araújo
Rodrigo Araújo
As discussed https://github.com/FuelLabs/fuels-rs/pull/17, we need to make sure every artifact that implements some sort of function selector string builder will follow the same specs and test their implementation against the...
**Work in progress** ## Scope and design Partially closes https://github.com/FuelLabs/fuel-core/issues/1049. I say partially because this work will be split into two: 1. An initial pooled transactions "handshake" between two newly...
Since https://github.com/FuelLabs/fuels-ts/pull/812 was merged, we have had support for returning vectors. But, in https://fuellabs.github.io/fuels-ts/guide/types/vectors.html, we still mention that returning vectors isn't supported, which is untrue. We should update the docs...
The Sway compiler is going through a long-discussed revamp of its encoder/decoder scheme, eventually leading to an intermediary representation that both the SDK and the compiler will target. Tasks: 1....
Part of https://github.com/FuelLabs/fuels-rs/issues/1246. Blocked by: - https://github.com/FuelLabs/sway/issues/5513
Part of https://github.com/FuelLabs/fuels-rs/issues/1246 and blocked by https://github.com/FuelLabs/sway/issues/5512.
Blocked by https://github.com/FuelLabs/fuel-core/pull/1631. Once the above is done, the dry run method will take a vector of transactions instead of just one. There might also be changes to the returned...
As a follow-up to https://github.com/FuelLabs/fuels-rs/pull/1172, we should explore the possibility of having the option to stress test a live node. This would happen by generating many random transactions and sending...
Similar to dry runs.