sway-lib-std icon indicating copy to clipboard operation
sway-lib-std copied to clipboard

Sway standard library.

Results 4 sway-lib-std issues
Sort by recently updated
recently updated
newest added

This first draft is aimed at addressing issue FuelLabs/sway#1069. The control flow could be improved with match statements for enums when they land. As always, the `asm` blocks will need...

enhancement

This adds a wrapper around the `ec_recover_address()` function. Completing this implementation properly requires: - refactoring the ec_recover functions to return `Result`s - the ability to use `match` with enums so...

enhancement

Added the build script that @simonr0204 wrote.

enhancement