-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump forc #119
Bump forc #119
Conversation
6bf1b70
to
2c36f1c
Compare
This PR is published in NPM with version 0.5.0-pr-119-8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not that familiar with the .changeset
files; should there just be a single one, or is it fine for there to be multiple?
78d5c20
to
20499c3
Compare
Not sure if there 'd be a situation where it is fine for there to be multiple, but not this one. I removed the spurious one |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @fuel-bridge/[email protected] ### Minor Changes - Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](#126)) - Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake) (See [#119](#119)) - Workaround current fuel-rs small configurables (u8) limitation. Add tests for decimal conversion, by [@DefiCake](https://github.com/DefiCake) (See [#123](#123)) - Bump forc to 0.51, by [@DefiCake](https://github.com/DefiCake) (See [#141](#141)) - Remove b256-u256 conversions, use new sway utils that implement these features, by [@DefiCake](https://github.com/DefiCake) (See [#143](#143)) ### Patch Changes - Bump forc to 0.50.0, by [@DefiCake](https://github.com/DefiCake) (See [#124](#124)) - Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](#134)) - Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See [#122](#122)) ## @fuel-bridge/[email protected] ### Minor Changes - Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](#126)) - Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake) (See [#119](#119)) ### Patch Changes - Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See [#122](#122)) ## @fuel-bridge/[email protected] ### Minor Changes - Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](#126)) ### Patch Changes - Deployed beta5devnet, by [@DefiCake](https://github.com/DefiCake) (See [#114](#114)) - Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](#134)) ## @fuel-bridge/[email protected] ### Minor Changes - Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](#126)) ### Patch Changes - Add CORS to deployment server + update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](#134)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR bumps forc to 0.49.1.
As part of the process the following was also needed:
forc
binary instead of the one loaded with thets-sdk
. This is because otherwise, we are stuck with the forc binary that comes with the sdk, whereas we need to remain mobile