Luiz Estácio | stacio.eth
Luiz Estácio | stacio.eth
When navigating to `first` or `last` pages, where the page size is even, the pagination state is computing wrongly. We have fixed pagination on `transactions` on #323. But we also...
## Problem Currently on [fuels-ts](https://github.com/FuelLabs/fuels-ts) a TS SDK for Fuel. We enable users to generate contract types using our `typechain-target-fuels`. Recently we have implemented a flat `ABI.json` model, that is...
When trying to run the command `pnpm test:fix`, locally on my MAC M1, I had two issues; 1. My yarn is version 3 and requires the project to have a...
Version: `fuel-core: v0.18.3` When a contract outputs a message, it creates a receipt that should match the current specs; https://specs.fuel.network/master/abi/receipts.html#messageout-receipt The current bytes look like this; ```ts // Type (8)...
`Fuels-ts` would probably be used on many WebApps and this requires adding tests to run jest on a browser environment. See also: - https://github.com/FuelLabs/fuels-ts/issues/651 - https://github.com/FuelLabs/fuels-ts/issues/649 - https://github.com/FuelLabs/fuels-ts/issues/309 - https://github.com/FuelLabs/fuels-ts/issues/264
Today it's possible to open a PR that passes all tests but has issues after the built version for release. The idea here is to add a CI step to...
- When doing a transfer the user should be able to do send coins to multiple destinations - Also this should be integrated to enable queue txs instead of single...
### What version of fuels-ts are you using? 0.79.0 ### Steps to Reproduce Create a transaction that includes a predicate that uses a tx_id() to validate the TX, to deploy...
When updating contract binaries, the contract ids will change as expected. And it can lead to bad UX. Currently, in the ETH world, the normal way to do it is...