-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: handle encoding and fn_selector resolving of raw untyped ptr
#565
Conversation
Also not sure what to do about the CI lint phase failing:
|
Coverage report
Show files with reduced coverage 🔻
Test suite run success541 tests passing in 49 suites. Report generated by 🧪jest coverage report action from 42f0bbc |
packages/forc-bin/package.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"private": true, | |||
"name": "forc-bin", | |||
"version": "0.26.1", |
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.
This routine was recently updated. You don't need to update the version
field anymore, only config.forcVersion
— which you did already.
The version
is now managed automatically via the generated changesets as part of the general release routine.
Is this a breaking change? If so, I believe a @luizstacio Please confirm. 👆
Please, implement the changes I request here. Then re-generate the changeset — |
After this is merged, fuels-ts vector support will cease for forc < v0.28.0 and function only for v0.28.0+. Dunno if that broke enough things for a minor bump :) |
I haven't used
I'm guessing the command didn't have any other side effects besides this. Am I to commit this file and when a release is done the CI will know to bump the version of Also, in the file, it says Hopefully, the CI gets its forc binary from the |
To add a changeset you should run the command |
Great, ty. The UX is friendly enough. The only thing left is to figure out the severity of the version bumps for packages Any thoughts? |
@segfault-magnet I've forgotten we had this, apologies. As Luiz pointed out, the Let's see what @luizstacio says about the |
Both work, no problem to use a patch, the only restricted thing, for now, is to use major. |
Added the changeset. Did |
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.
LGTM.
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.
Thanks @segfault-magnet for taking the time to work through this ❤️
closes: #547
Not sure if there is anything else that needs bumping when doing a forc update.