-
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
chore!: upgrade fuel-core
to 0.23.0
#1764
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE: Blocked by the next test-net release |
fuel-core
to 0.23.0
fuel-core
to 0.23.0
✨ A PR has been created under the |
Closing this in favor of #2021 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fuel-core
to0.24.3
#1831dry_run
interface #1700fuel-core
node #1738Current Tests Passing:
![Screenshot 2024-04-02 at 16 12 11](https://private-user-images.githubusercontent.com/30977845/318933053-2ca2875e-fdce-43b3-a99a-e8f21f393d70.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTg2MzcsIm5iZiI6MTczOTM1ODMzNywicGF0aCI6Ii8zMDk3Nzg0NS8zMTg5MzMwNTMtMmNhMjg3NWUtZmRjZS00M2IzLWE5OWEtZThmMjFmMzkzZDcwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDExMDUzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA0ZGU1MTI5Mzc0MTJmOTdjM2UwYjY5ZWUzZDRmNmIwMzA4Y2QwYTJlMTRkNDNjMDEzNDIyOWJjM2FhZjJiZjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OdhQaqQ_IhCmXAGRedvR3UAQqSx2A7jTM9LvofcMhuQ)
Breaking Changes
Forc
0.51.1
maxFee
is always required now ( The SDK estimates it by default withProvider.getTransactionCost
+Account.fund
)gasPrice
is calculated by the VM so we do not need to inform it anymore. The PolicygasPrice
was replaced bytip
Account.fund
signature has changedhttp://127.0.0.1:4000/v1/graphql
calculateTransactionFee
now requires tip, maxGasPerTx, and gasPricecalculateTransactionFee
does not receive gasUsed anymoreProvider.getTransactionCost