-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat!: onDeploy
fuels config supports all Sway program types
#3383
feat!: onDeploy
fuels config supports all Sway program types
#3383
Conversation
…ipts and predicates additionally to contracts
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@YaTut1901 is attempting to deploy a commit to the Fuel Labs Team on Vercel. A member of the Team first needs to authorize it. |
CodSpeed Performance ReportMerging #3383 will degrade performances by 36.8%Comparing Summary
Benchmarks breakdown
|
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.
@YaTut1901 lovely work 🚀
You may want to update the description to include a section on breaking changes.
This forms part of our migration guides in the docs, we generally have a before
and after
section to show the migration steps :)
Co-authored-by: Peter Smith <[email protected]>
onDeploy
callback now supports contracts, scripts and predicates
Co-authored-by: Peter Smith <[email protected]>
onDeploy
callback now supports contracts, scripts and predicatesonDeploy
fuels config supports all Sway program types
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.
Nice job @YaTut1901 - thanks for the contribution 🙏🏼
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.
Good job! Thanks for the contribution.
onDeploy
does not work for predicates and scripts infuels deploy
#3356Breaking Changes
onDeploy
callback method for thefuels.config.ts
. Instead of just emitting the deployed contracts (as an array), it will now emit an object withcontracts
,predicates
andscripts
.Checklist