-
Notifications
You must be signed in to change notification settings - Fork 48
chore: upgrading to [upcoming] fuels
@ 0.100.4
#512
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
Closed
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
e759eda
Using a temporary PR tag from `fuels`
arboleya a4f2a04
Adding an internal registry for resolving non-official tags
arboleya 07e689b
Upgrading `fuel-core`, `forc` and the Faucet
arboleya defcfa9
Upgrading `sway-standards` and `sway-libs`
arboleya 065fe21
Migrating Sway deprecations and breaking-changes
arboleya 60d42d0
Using max JS safe number for the Genesis Wallet initial balance
arboleya 2ced2fa
Increasing the dispense amount in Faucet
arboleya b1e7afc
Fixing tests: adding enough funds
arboleya 31da941
Fixing tests: addressing flakiness with proper `launchTestNode` usage
arboleya 19f2263
Fixing tests: resolving flakiness in `tranferMaxBalance` utility
arboleya 161b853
Lintfix: types must come first
arboleya c02f2bc
Lintfix: root level await
arboleya 6890522
Lintfix: property names must be camelCased
arboleya 80d4893
Fixing `Get Coins` button to work with local Faucet
arboleya ce8cec3
Fixing generation script for EVM/SVM Predicates
arboleya 2188f6e
Updating `TxIdencoders` file during EVM predicate re-generation
arboleya 74f99f1
Git-ignoring local `.history` directory
arboleya 58ac660
Updating lockfile
arboleya 7c8d400
Tidying up
arboleya 7705c8d
Adding changeset
arboleya 96a1866
Updating Fuel Core and Forc versions in CI workflow, plus lint-fixing
arboleya dac66ab
Removing unused imports
arboleya 0542b67
DRY
arboleya f294265
Update .changeset/late-knives-kneel.md
arboleya 92df216
Using scoped-registry so as not to mess with other things
arboleya 619cbf2
Updating lock file
arboleya d411e37
Undoing custom registry configs
arboleya d86a5eb
Rolling back custom registry for now
arboleya f3454e0
Update packages/common/scripts/versions.ts
arboleya 163346e
Merge branch 'main' into aa/feat/upgrading-stack-via-sdk-assemble-tx
arboleya 5a12069
Merge branch 'main' into aa/feat/upgrading-stack-via-sdk-assemble-tx
LuizAsFight 311bc99
chore: remove changesets before release to PR on aws registry
LuizAsFight 4db98a8
chore
LuizAsFight 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 hidden or 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,18 @@ | ||
--- | ||
"@fuel-connectors/burner-wallet-connector": patch | ||
"@fuel-connectors/fuel-development-wallet": patch | ||
"@fuel-connectors/walletconnect-connector": patch | ||
"@fuel-connectors/solana-connector": patch | ||
"@fuel-connectors/evm-predicates": patch | ||
"@fuel-connectors/evm-connector": patch | ||
"@fuel-connectors/fuelet-wallet": patch | ||
"@fuel-connectors/fuel-wallet": patch | ||
"@fuels/connectors": patch | ||
"@fuel-connectors/bako-safe": patch | ||
"@e2e-tests/runner": patch | ||
"@fuel-connectors/common": patch | ||
"@fuels/react": patch | ||
"docs": patch | ||
--- | ||
|
||
Upgrading to [upcoming] `fuels` @ `0.100.4` |
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -20,6 +20,9 @@ yarn-error.log* | |
.DS_Store | ||
.zed | ||
|
||
# Local history | ||
*.history | ||
|
||
# Sway | ||
**/out/release | ||
|
||
|
This file contains hidden or 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,2 +1,3 @@ | ||
save-exact = true | ||
enable-pre-post-scripts = true | ||
registry=https://npm-packages.fuel.network |
This file contains hidden or 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 hidden or 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,7 +1,7 @@ | ||
PROJECT=fuels-wallet | ||
MIN_GAS_PRICE=1 | ||
WALLET_SECRET=0xa449b1ffee0e2205fa924c6740cc48b3b473aa28587df6dab12abc245d1f5298 | ||
DISPENSE_AMOUNT=2000000 | ||
DISPENSE_AMOUNT=2000000000 | ||
FUEL_CORE_PORT=4000 | ||
FUEL_FAUCET_PORT=4040 | ||
FUEL_IP=0.0.0.0 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 +1,8 @@ | ||
{ | ||
"compilerOptions": { | ||
"module": "ES2022", | ||
"moduleResolution": "bundler", | ||
"target": "ES2022", | ||
"strict": true | ||
} | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
channel = "testnet" | ||
|
||
[components] | ||
fuel-core = "0.40.2" | ||
forc = "0.66.5" | ||
fuel-core = "0.43.0" | ||
forc = "0.67.0" |
This file contains hidden or 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 hidden or 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.
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.
Important
fuels
version after it's released..npmrc
0.43.0
)