Skip to content

Commit

Permalink
Add CI check for forc compiler warnings (#19)
Browse files Browse the repository at this point in the history
* Use current nightly forc

* chore: update contract to forc 0.63.1

* chore: update scripts

* chore: updated tests and removed copied test

* docs: updated badges and replace version message with badge

* chore: changelog

* Update ci.yml

* Update CHANGELOG.md

* chore: update CI rust ver

* feat: update to latest deps, pin owner slot

* docs: updated forc version

* chore: updated forc ver in tests

* Resolve failed to run custom build command for fuel-core-upgradable-executor v0.33.0 error

* Use master branch of Sway-Libs

* Update to Sway-Libs v0.24.0

* Udpate Forc.lock

* chore: updated script dependencies

* chore: updated test dependencies

* chore: fix clippy lint

* chore: fix spelling

* chore: use default node and chain config

* chore: use latest nightly chain

* fix ci

* chore: update CI rust version

* chore: updated owned proxy forc version

* chore: updated owned_proxy scripts fuel-rs version

* chore: updated test harness forc and fuels-rs versions

---------

Co-authored-by: Sophie <sophiedankel@gmail.com>
Co-authored-by: bitzoic <bitzoic.eth@gmail.com>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent 9b10f24 commit 174f5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Sway
run: |
cd ${{ matrix.project }}
forc build --release --locked
forc build --release --locked --error-on-warnings
test-projects:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Description of the upcoming release here.
- [#8](https://github.com/FuelLabs/sway-standard-implementations/pull/8) Adds SRC-14 owned proxy usage scripts and docs.
- [#10](https://github.com/FuelLabs/sway-standard-implementations/pull/10) Sets owned_proxy sway-libs dependency to version v0.23.0.
- [#17](https://github.com/FuelLabs/sway-standard-implementations/pull/17) Update Owned Proxy to support `forc`'s deploy proxy feature.
- [#19](https://github.com/FuelLabs/sway-standard-implementations/pull/19) Adds CI checks for `forc` compiler warnings.

### Changed

Expand Down

0 comments on commit 174f5ed

Please sign in to comment.