Skip to content
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: deployment estimation deferred to sdk #6212

Merged
merged 6 commits into from
Jul 3, 2024
Merged

Conversation

kayagokalp
Copy link
Member

Description

closes #6211.

Defers the contract deployment estimation to sdk, and refactors signer selection for better testability. Also added an integration test to ensure we are always able to deploy to fuel-core to prevent this happening in the future. Basically some refactoring and a test addition. The diff is because I split finalize signed. I'll be adding unit tests to the split version in a follow up, probably alongside #6069

@kayagokalp kayagokalp added P: critical Should be looked at before anything else forc-client Everything related to the `forc-client` crate. forc-deploy Everything to do with forc-deploy labels Jul 3, 2024
@kayagokalp kayagokalp self-assigned this Jul 3, 2024
@kayagokalp kayagokalp marked this pull request as ready for review July 3, 2024 02:25
@kayagokalp kayagokalp requested review from a team as code owners July 3, 2024 02:25
@JoshuaBatty JoshuaBatty requested review from a team July 3, 2024 02:57
@JoshuaBatty JoshuaBatty merged commit db8ba0b into master Jul 3, 2024
38 checks passed
@JoshuaBatty JoshuaBatty deleted the kayagokalp/fix-deploy branch July 3, 2024 10:39
@sdankel sdankel mentioned this pull request Jul 3, 2024
8 tasks
sdankel added a commit that referenced this pull request Jul 3, 2024
## Description

Includes critical fix #6212

## Checklist

- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] If my change requires substantial documentation changes, I have
[requested support from the DevRel
team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forc-client Everything related to the `forc-client` crate. forc-deploy Everything to do with forc-deploy P: critical Should be looked at before anything else
Projects
None yet
Development

Successfully merging this pull request may close these issues.

forc-deploy fails to deploy to fuel-core v0.28.0
3 participants