mitchmindtree
mitchmindtree
As mentioned [here](https://github.com/FuelLabs/forc-wallet/issues/68#issuecomment-1370047487), this would be a good follow-up to #95.
The new `forc tx` command allows for constructing transactions and outputting them to a file in a serialized form. Similarly, we anticipate adding support for writing transactions generated from `forc...
Raised by @Braqzen, it would be great to have some sort of faucet for getting test funds on the CLI. Currently our [web faucet](https://faucet-beta-2.fuel.network/) uses a captcha as a kind...
https://github.com/FuelLabs/sway/pull/4187 improves the formatting of `forc`'s output, clearly distinguishing between the action (verb, bolded green) and subject (noun, white). We should attempt to follow the convention for actions like "Fetching",...
Currently, the user has to enter their password before getting feedback about the failure.
Currently, `fuelup` fetches all binaries directly from GitHub. This means if GitHub goes down for whatever reason, `fuelup` may fail to fetch tools during installation / updating. Perhaps we should...
@thalesfragoso this is the patch I mentioned on matrix. Curiously, @therealprof didn't need it, and you mentioned the current setup has worked for you in the past as well. Just...
Spec mentions `vv_FragNormCoord` has been renamed to `isf_FragNormCoord` in ISF V2. I found this as it showed up as an error in the ISF -> GLSL generation functionality I'm currently...
Noticed this while working on my `isf` Rust lib!