Sandusky
Sandusky
### Motivation As seen in this [forum topic](https://forum.fuel.network/t/how-to-pass-pyth-updatedata-to-smart-contract/3745), the encoder for Vector expects a regular array and will throw an error when being used with uInt8Array. This requires the user...
#### Description Can't invoke SRC7 metadata method from the rust SDK due to [arbitrary nesting of heap types ](https://github.com/FuelLabs/fuels-rs/issues/1046) Since `metadata` Returns an Option wrapping an Enum that evaluate to...
### Motivation ``` npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '^18.18.2 || ^20.0.0' }, npm WARN EBADENGINE current: { node:...
### Prerequisites - [X] I'm using the latest version of `near-api-js`. - [ ] I have tried to start with a fresh project and reproduce the defect with minimal code...
This comes from a developer experience feedback made by a grantee user. > go to github fuel-rs and search for bytes64 > you'll get one result > then go and...
# Sway Farm try-hard mode: A cross-chain experience. This proposal comes to facilitate the onboarding of Solidity developers into the Fuel ecosystem by implementing a fullstack application that showcases a...
Use the TestAction component to define unit testing for the commands featured in docs/guides/installation/index.md, such as “installing rust” or "installing fuelup"
This PR includes a document explaining Fuel's modular design and Blockchain Modular Architecture by introducing concepts such as Layers, Rollups, Scalability Trilemma, Briding, etc. - [x] Files scaffolding - [x]...
"Working with commands is one of the key elements of the docs experience. It always comes to 3 things: What it does What's the command I need to copy-paste What's...