Releases: FuelLabs/sway-nightly-binaries
Releases · FuelLabs/sway-nightly-binaries
forc-binaries-0.30.1+nightly.20221106.eee52c7438
forc-binaries-0.30.1+nightly.20221105.158f22115b
- 158f2211 Bump to
v0.30.1
#3290 - 07d4b3de fix: remove std dependency for the workspace test #3293
- 3198ff25 Fixes "Unknown attribute: inline." warnings. #3289
- 53846633 Tests revert in an if branch #3285
- 32a9a3c0 fix: create message to sign from transaction id bytes #3201
- 76b1ee9d Provide a way to obtain workspace member order #3134
- d818f140 LSP: Collect declaration tokens from std lib prelude and dependencies #3212
- 5f29c665 Sway unit test (i.e.
#[test]
fn) compilation [#[test]fn) compilation ](https://github.com/FuelLabs/sway/pull/[test]
fn) compilation ) - 3805a6f9 LSP: Show fn signature and type info, visibility, and mutability on hover requests. #3258
forc-binaries-0.30.0+nightly.20221104.4a5e93f5fc
- 4a5e93f5 Workaround clippy::result_large_err error with Rust 1.65. #3276
- 2e20b089 Address Clippy warnings due to
rustc 1.65
#3274 - 06a9be0a Update the list of crates to verify the tag for #3269
- 3a52d502 Type check trait methods during trait declaration. #3213
- c0c3ceeb Add tests for generics and
Vec
in the abi (just as an input for now) #3209 - b54f67f8 Rename constant_decleration to constant_declaration to fix spelling #3259
forc-binaries-0.30.0+nightly.20221103.ff747c226b
- ff747c22 fix: Sway formatter removing generic traits type parameters #3257
- 37deaee8 Bump to
v0.30.0
#3249 - bcfbd1b5 Flatten the stdlib #3247
- b83ad9bd Disallow assigning to initialized registers in
asm
blocks #3239 - cfecaf4c Generic trait
From<T>
in the standard library #3241 - 0fb693c6 deprecate
forc-explore
#3163 - 81f7f571 Add intrinsics for operating on raw_ptrs #3157
- 37a3687f Test ec_recover using SDK + fuel-crypto #3235
- 11496e6c fuel-core v0.13 upgrade #3181
forc-binaries-0.29.0+nightly.20221102.b0f05c4c1c
- b0f05c4c Move error signals to new module #3238
- d910456c Fix broken
fuel-specs
links in the Sway book and the standard library #3236 - 10b6c441 Fix bug which created dead and incorrectly typed blocks into IR, triggering a verification failure. #3210
- 04a61e1b Fix clippy issues related to appending format!-ed strings. #3231
forc-binaries-0.29.0+nightly.20221101.bdc3160d92
- bdc3160d Make ReturnData expecting tests check the data instead of its digest #3227
- 4eba8e48 as_u128 added to U256 #3062
- dc8e5f6b v0.29.0 #3222
- 42c0d866 Remove the tilde (
~
) from the Sway book #3223 - cd100147 Eliminate need for
~
in~Foo::bar()
#3218 - 3095027a Test using consts in libraries #3206
- 2af781aa Adds inline annotation to the compiler #3185
- 18ed7f5b ci: update forc-explore CI related steps #2926
- 567ac2e1 forc documenter refactor #3182
- 98bbeebf Do not reuse registers for insert/extract element, they may be live #3203
- f9534667 Math functions and traits #3065
- a970054f Detect and disallow multiple methods with the same name. #3207