-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [Version 0.24.1] ### Added v0.24.1 - [#309](#309) Adds fallback function test cases to the Reentrancy Guard Library. - [#310](#310) Adds proxy tests cases to the Reentrancy Guard Library. ### Changed v0.24.1 - [#305](#305) Updates to forc `v0.66.2`, fuel-core `v0.40.0`, and fuels-rs `v0.66.9`. - [#306](#306) Updates the SRC-7 naming to Onchain Native Asset Metadata Standard. - [#308](#308) Removes comments on Cross-Contract Reentrancy vulnerability. - [#314](#314) Prepares for the v0.24.1 release. ### Fixed v0.24.1 - [#297](#297) Fixes docs anchor in basic SRC-7 example. - [#298](#298) Fixes the README headers on Upgradability Libraries from an `h2` to an `h4`. - [#302](#302) Fixes typos in documentation. - [#303](#304) Fixes links in the Upgradability Library documenation. - [#311](#311) Fixes links in README. #### Breaking v0.24.1 - None
- Loading branch information
Showing
41 changed files
with
723 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,21 @@ name: Docs | |
|
||
on: | ||
pull_request: | ||
paths: | ||
- docs/** | ||
|
||
jobs: | ||
test: | ||
spell-check: | ||
name: Spell Check | ||
uses: FuelLabs/github-actions/.github/workflows/mdbook-docs.yml@master | ||
with: | ||
docs-src-path: 'docs/book/src' | ||
spellcheck-config-path: 'docs/book/.spellcheck.yml' | ||
|
||
docs-src-path: "docs/book/src" | ||
spellcheck-config-path: "docs/book/.spellcheck.yml" | ||
|
||
link-check: | ||
name: Link Check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v3 | ||
- uses: gaurav-nelson/[email protected] | ||
with: | ||
configuration-path: "docs/book/.markdown-link-check.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[package] | ||
name = "sway-libs" | ||
version = "0.24.0" | ||
version = "0.24.1" | ||
edition = "2021" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,4 +209,5 @@ StorageMetadata | |
functionly | ||
verifiably | ||
upgradable | ||
upgradability | ||
upgradability | ||
Onchain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.