bing
bing
In a recent chat with @mitchmindtree, we discussed how it might be a good time to consider supporting nightly releases in the near future, especially with `fuelup` in the works....
`fuelup` aims to support 2 toolchains at the moment: `latest` and `nightly`: __latest__: latest releases of `forc` and `fuel-core` that have passed integration tests with each other __nightly__: latest successful...
## Feature Request #### Is your feature request related to a problem? Please describe. Would like to add a module for Sway ([repo](https://github.com/FuelLabs/sway)), a language designed for the Fuel blockchain....
#### Description Added a module which displays the currently installed Sway (forc) version. [Sway](https://github.com/FuelLabs/sway) is a language designed for the Fuel blockchain. #### Motivation and Context Closes #4379 #### Screenshots...
closes #2608 binaries are released and the crate is now made available through https://github.com/FuelLabs/forc-client
https://github.com/FuelLabs/sway/actions/runs/4310274360/jobs/7518550643 This test failed on the first run, but passed on triggering a re-run.
Hi! Thank you for this helpful tool! I currently have a use case which I think `cargo generate` currently does not support, after going through your book and looking at...
This was a feature that I thought of possibly supporting in #103 but did not end up implementing in that PR, but it would be convenient to be able to...
> Perhaps we can try to make the receipt output a little more friendly? E.g. upon success, perhaps we only show the gas cost and a success message. Then upon...
We have 3 tests that actually attempt to install a toolchain in [tests/toolchain.rs](https://github.com/FuelLabs/fuelup/blob/92025fa33607010c40868bb971cb0e2d0119a193/tests/toolchain.rs): - fuelup_toolchain_install_latest - fuelup_toolchain_install_nightly - fuelup_toolchain_install_nightly_date We could probably do with just 1 of these just as...