Rodrigo Araújo

Results 39 issues of 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...

documentation

**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...

fuel-sync
fuel-txpool
fuel-p2p

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...

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....

big
P: high
blocked
epic

Part of https://github.com/FuelLabs/fuels-rs/issues/1246. Blocked by: - https://github.com/FuelLabs/sway/issues/5513

epic

Part of https://github.com/FuelLabs/fuels-rs/issues/1246 and blocked by https://github.com/FuelLabs/sway/issues/5512.

epic

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...

fuel-core

TBD.

testing
research
v1.0

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...

testing
blocked