-
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.41.7
#3590
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Asset related functionality is partially implemented: |
@Torres-ssf Maybe in |
@arboleya I've already tried this. It appears that this release does not exist |
Coverage Report:
Changed Files:
|
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.
Looks good, one small comment.
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.
fuel-core
to0.41.0
#3588getBalances
#2748fuel-core
to0.41.7
#3627Release notes
In this release, we:
fuel-core
to0.41.7
Summary
GraphQL
amount128
to the responses of thegetBalance
andgetBalances
queries.assetDetails
query.SubId
.U128
.nodeInfoFragment
with newNodeInfo
fields (if needed).daCompressedBlock
query (if needed).Transaction
expiration
.Provider
getBalances
method.amount128
in both thegetBalance
andgetBalances
methods.excludedIds
parameter ingetResourcesToSpend
does not exceed the maximum number of inputs.getMessageProof
method to conform with the updatedMessageProof
type, which now requires a non-optional response.getAssetDetails
method.Docs
expiration
Breaking Changes
Because of the latest
fuel-core
changes, TS SDK does not throw the following error codes and messages anymore:Both error codes were removed in favor of
INSUFFICIENT_FUNDS_OR_MAX_COINS
Checklist