-
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.6
#3590
Open
Torres-ssf
wants to merge
95
commits into
master
Choose a base branch
from
st/chore/upgrade-fuel-core@0.41.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 90 commits
Commits
Show all changes
95 commits
Select commit
Hold shift + click to select a range
24a2a10
using fuel core 0.41.0
Torres-ssf a2baaf8
update fuel-core schema
Torres-ssf a2c8588
add new scalars
Torres-ssf 1514020
made getBalances support pagination
Torres-ssf c9fe8b4
made balance related queries use amount128 instead of amount
Torres-ssf 3ead231
add todo test
Torres-ssf 7675278
update return type of getMessageProof
Torres-ssf 0e8a7be
add maxGas and txPoolStats to nodeInfoFragment
Torres-ssf 90a0fdd
add TODO
Torres-ssf fcc5b5d
implement query for getAssetDetails
Torres-ssf ceb8d25
implement getAssetDetails method
Torres-ssf 4563216
implement daCompressedBlock method
Torres-ssf cd7daa6
add new expiration policy
Torres-ssf 4b4c49b
fix var name
Torres-ssf 85ffa1a
fix test description
Torres-ssf f2f3ca9
add tests for new expiration policy
Torres-ssf 73f4361
add expiration policy to TransactionRequest
Torres-ssf e5374ae
support expiration policy on BaseInvocationScope
Torres-ssf 468f54b
adjust policies order
Torres-ssf c30108c
add e2e test for new expiration policy
Torres-ssf 99e6a1b
unify 2 errors to conform with fuel core changes
Torres-ssf bca1a27
adjust tests
Torres-ssf 757a692
fix test
Torres-ssf 2a6990d
fix error message
Torres-ssf 985bfc3
fix test
Torres-ssf 5872e8d
adjusting test
Torres-ssf af5b9a8
fix test case
Torres-ssf 4158f84
adjust test
Torres-ssf d550e44
fix test
Torres-ssf 821ebdc
unset cached resources as soon as the TX is processed
Torres-ssf d2d176e
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 7701bad
document new expiration policy
Torres-ssf 85a87bf
reverting breaking changes
Torres-ssf 04c02f5
remove unused imports
Torres-ssf 33902b8
add changeset
Torres-ssf ea88409
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 5590af0
adjusting errors messages from master
Torres-ssf a8885bf
implement gte helper for semver
Torres-ssf ee65f50
add features property to Provider class
Torres-ssf 3256690
implement query getBalancesV2
Torres-ssf 42135f5
add support for balance pagination
Torres-ssf e8e0f8e
implement query getBalanceV2
Torres-ssf 34ae0cb
made getBalance return amount128 when supported by the node
Torres-ssf 6428260
uncomment tests related to balance pagination
Torres-ssf de1679c
fix test
Torres-ssf 01344d3
add more values to Features type
Torres-ssf 23d82c4
ensure node supports getAssetDetails query
Torres-ssf f0649fd
ensure node supports daCompressedBlock query
Torres-ssf 890a247
add more tests
Torres-ssf b370707
upgrade @fuels/vm-asm dep
Torres-ssf 3d8e44e
update PANIC_REASONS const
Torres-ssf 7b64418
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 3baa297
add TS DOCS
Torres-ssf 8a8c773
add comments
Torres-ssf e85faa9
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf a08e7fe
comparing messages using regex instead of switch
Torres-ssf 1321c22
update gql error message to match with any value
Torres-ssf 4dd1f36
throwing error in proper place
Torres-ssf feba962
release PR
Torres-ssf aa2d70f
remove backwards compatibility for new features
Torres-ssf 34cb7e6
remove TODO
Torres-ssf d2c55af
add test for u128 balances
Torres-ssf fa363cb
add test to validate getBalancesV1
Torres-ssf 0b29a60
stop releasing PR
Torres-ssf 438fa98
add test for daCompressedBlock
Torres-ssf dc94c51
add new props to GasCosts
Torres-ssf 2980197
fix changeset
Torres-ssf 3ecdae9
rename NOT_ENOUGH_FUNDS error and removed MAX_COINS_REACHED
Torres-ssf c3945ee
improving docs
Torres-ssf 0f75513
fix changeset
Torres-ssf 092aa06
fix link
Torres-ssf cedd2ee
Update apps/docs/src/guide/errors/index.md
Torres-ssf 7df0184
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 24e2cb3
Update apps/docs/src/guide/errors/index.md
Torres-ssf 48d1a1d
remove duplicated doc paragraph
Torres-ssf ede84bc
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 8c698d5
format forc project
Torres-ssf de249ef
fix BN variable
Torres-ssf e141e36
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf fbbf8c9
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 5861d88
chore: upgrade `fuel core` to `0.41.4` (#3628)
petertonysmith94 8a10deb
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf d93a018
fix changeset
Torres-ssf 8f34540
remove duplicated changeset
Torres-ssf c424a05
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf f352b58
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 68cc74e
upgrade fuel-core to 0.41.5
Torres-ssf 92bccaf
fix changeset
Torres-ssf fa866c7
update fuel core graphql schema
Torres-ssf 0059130
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 8c5e302
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf 15c7b42
upgrade fuel-core to 0.41.6
Torres-ssf 5865573
fix changeset
Torres-ssf 9457de2
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf f8557f9
Merge branch 'master' into st/chore/upgrade-fuel-core@0.41.0
Torres-ssf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@fuel-ts/transactions": minor | ||
"@internal/fuel-core": minor | ||
"@fuel-ts/contract": minor | ||
"@fuel-ts/versions": minor | ||
"@fuel-ts/account": minor | ||
"@fuel-ts/program": minor | ||
"@fuel-ts/recipes": minor | ||
"@fuel-ts/errors": minor | ||
"@fuel-ts/utils": minor | ||
--- | ||
|
||
chore!: upgrade `fuel-core` to `0.41.5` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ channel = "testnet" | |
|
||
[components] | ||
forc = "0.66.6" | ||
fuel-core = "0.40.4" | ||
fuel-core = "0.41.5" |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.40.4 | ||
0.41.5 |
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
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
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
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
Oops, something went wrong.
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.
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.
Hmm maybe we improve our error docs for this and link it in the message? We should probably offer a way for them to work out whether it's insufficient balance or too many coins.
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.
c3945ee
Please let me know if you think the needs further improvements