Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Sep 2, 2024
1 parent 69c2765 commit 875c38b
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 21 deletions.
7 changes: 7 additions & 0 deletions .changeset/calm-horses-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fuel-wallet/connections": patch
"@fuel-wallet/types": patch
"fuels-wallet": patch
---

update to `[email protected]` , `[email protected]` , `[email protected]`
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ packages/docs/.vscode
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
Forc.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
35 changes: 35 additions & 0 deletions Forc.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[[package]]
name = "core"
source = "path+from-root-EF1196EF955CE54B"

[[package]]
name = "custom_asset"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.1#0a6f3ba0bce036a0ce61f15ed4480c71af32d3aa",
"std",
"sway_libs",
]

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.1#0a6f3ba0bce036a0ce61f15ed4480c71af32d3aa"
dependencies = ["std"]

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2"
dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.63.3#f55c81cce61aac31913ac0e87306cbaed7da679a"
dependencies = ["core"]

[[package]]
name = "sway_libs"
source = "git+https://github.com/FuelLabs/sway-libs?tag=v0.21.0#6a227ed34c86fe1ebd334dbdfeccf66c43e3915b"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2",
"std",
]
4 changes: 3 additions & 1 deletion docker/fuel-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# https://github.com/FuelLabs/chain-configuration/tree/master/upgradelog/ignition-devnet
# and apply the latest state_transition_function and consensus_parameter
# when upgrading fuel-core
FROM ghcr.io/fuellabs/fuel-core:v0.33.0
# We should be supporting always the same fuel-core version as the fuels (ts-sdk)
# https://github.com/FuelLabs/fuels-ts/blob/master/internal/fuel-core/VERSION
FROM ghcr.io/fuellabs/fuel-core:v0.34.0

# dependencies
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
4 changes: 2 additions & 2 deletions fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "testnet"

[components]
fuel-core = "0.33.0"
forc = "0.63.1"
fuel-core = "0.34.0"
forc = "0.63.3"
2 changes: 1 addition & 1 deletion packages/connections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"peerDependencies": {
"@fuels/connectors": ">=0.5.0",
"fuels": ">=0.94.0"
"fuels": ">=0.94.3"
},
"devDependencies": {
"@fuel-wallet/types": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-contract-tests/src/contract-ids.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ExternalContract": "0xcb25ab610c85aa3336a6f2efcbbaa6abb23eba37ebed7ca3e72354549f301e6b",
"MainContract": "0xa3168d27ad8e2bf80918972d97559ff4c946e75418650fd8e058765367420495"
"ExternalContract": "0x6c3afca5144c7ff9a3b21d27c7cc6476b837851aa7afad83dbc686a9b6d9f7e6",
"MainContract": "0x4dcc9cbf821495870591446ee0696f7d6f6334ccadd59dad24e693d03e745d50"
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
/* THIS FILE WAS EDITED MANUALLY TO REMOVE THE "declare" OCCURRENCES BREAKING PLAYWRIGHT TESTS */
/* Autogenerated file. Do not edit manually. */

/* eslint-disable max-classes-per-file */
/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.0
Forc version: 0.63.1
Fuel-Core version: 0.33.0
Fuels version: 0.94.3
Forc version: 0.63.3
Fuel-Core version: 0.34.0
*/

import { Contract, Interface } from "fuels";
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.0
Forc version: 0.63.1
Fuel-Core version: 0.33.0
Fuels version: 0.94.3
Forc version: 0.63.3
Fuel-Core version: 0.34.0
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-contract-tests/src/contracts/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.0
Forc version: 0.63.1
Fuel-Core version: 0.33.0
Fuels version: 0.94.3
Forc version: 0.63.3
Fuel-Core version: 0.34.0
*/

export { CustomAsset } from './CustomAsset';
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"peerDependencies": {
"@fuels/connectors": ">=0.25.0",
"fuels": ">=0.94.0"
"fuels": ">=0.94.3"
},
"devDependencies": {
"@fuels/connectors": "0.25.0",
Expand Down

0 comments on commit 875c38b

Please sign in to comment.