@layerzerolabs/oft-evm-contracts 1.2.13 → 1.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +27 -27
- package/.turbo/turbo-test.log +67 -11
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,26 +11,26 @@
|
|
|
11
11
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
12
12
|
✅ forge-1.3.6-hardhat-2.26.3
|
|
13
13
|
🔧 hardhat version: 2.26.3
|
|
14
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-
|
|
14
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-Oa4eGA
|
|
15
15
|
📦 Copied 9 workspace package source(s)
|
|
16
16
|
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
17
|
-
(node:
|
|
17
|
+
(node:31360) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
18
18
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
19
19
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
20
20
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
21
21
|
📦 Docker volumes:
|
|
22
|
-
-v /tmp/lz-scoped-workspace-
|
|
22
|
+
-v /tmp/lz-scoped-workspace-Oa4eGA:/workspace
|
|
23
23
|
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable:/workspace/apps/oft-app/contracts/evm/non-upgradeable
|
|
24
24
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
25
|
-
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
26
|
-
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
27
|
-
$ docker container rm
|
|
28
|
-
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
25
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
26
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 true
|
|
27
|
+
$ docker container rm a94b9704d3ff547c7d1a9856fd752099ef8d274af4b0e43e66607f2fdbe9f363
|
|
28
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 (linux/amd64)
|
|
29
29
|
👤 Running container as UID:GID 1001:1001
|
|
30
|
-
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-
|
|
30
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-Oa4eGA:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable:/workspace/apps/oft-app/contracts/evm/non-upgradeable -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/oft-app/contracts/evm/non-upgradeable 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 hardhat compile --config /hardhat/hardhat.default.config.js
|
|
31
31
|
Compiling 21 Solidity files
|
|
32
32
|
Successfully compiled 21 Solidity files
|
|
33
|
-
⏳ hardhat compile --config /hardhat/hardhat.default.config.js: 2.
|
|
33
|
+
⏳ hardhat compile --config /hardhat/hardhat.default.config.js: 2.356s
|
|
34
34
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
35
35
|
|
|
36
36
|
> @layerzerolabs/oft-evm-contracts@0.0.0 compile:zksync /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable
|
|
@@ -39,29 +39,29 @@ Successfully compiled 21 Solidity files
|
|
|
39
39
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
40
40
|
✅ forge-1.3.6-hardhat-2.26.3
|
|
41
41
|
🔧 hardhat version: 2.26.3
|
|
42
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-
|
|
42
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-EBCrSC
|
|
43
43
|
📦 Copied 9 workspace package source(s)
|
|
44
44
|
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
45
|
-
(node:
|
|
45
|
+
(node:32843) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
46
46
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
47
47
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
48
48
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
49
49
|
📦 Docker volumes:
|
|
50
|
-
-v /tmp/lz-scoped-workspace-
|
|
50
|
+
-v /tmp/lz-scoped-workspace-EBCrSC:/workspace
|
|
51
51
|
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable:/workspace/apps/oft-app/contracts/evm/non-upgradeable
|
|
52
52
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
53
|
-
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
54
|
-
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
55
|
-
$ docker container rm
|
|
56
|
-
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
53
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
54
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 true
|
|
55
|
+
$ docker container rm 4e03e50f367a677f84412fa2d2f6e3d7d6ce504085f8f5817616254d963e8aa8
|
|
56
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 (linux/amd64)
|
|
57
57
|
👤 Running container as UID:GID 1001:1001
|
|
58
|
-
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-
|
|
58
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-EBCrSC:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable:/workspace/apps/oft-app/contracts/evm/non-upgradeable -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/oft-app/contracts/evm/non-upgradeable 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 hardhat compile --config /hardhat/hardhat.default.config.js --network zksync-mainnet
|
|
59
59
|
The solc version 1.3.22 is deprecated and will be removed for security reasons soon. Please update to v1.4.0 or newer.
|
|
60
60
|
The zksolc compiler version in your Hardhat config file (1.3.22) is not the latest. We recommend using the latest version 1.5.15.
|
|
61
61
|
Compiling contracts for ZKsync Era with zksolc v1.3.22 and zkvm-solc v0.8.23-1.0.1
|
|
62
62
|
Compiling 21 Solidity files
|
|
63
63
|
Successfully compiled 21 Solidity files
|
|
64
|
-
⏳ hardhat compile --config /hardhat/hardhat.default.config.js --network zksync-mainnet:
|
|
64
|
+
⏳ hardhat compile --config /hardhat/hardhat.default.config.js --network zksync-mainnet: 2.626s
|
|
65
65
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
66
66
|
|
|
67
67
|
> @layerzerolabs/oft-evm-contracts@0.0.0 compile:tron /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable
|
|
@@ -70,26 +70,26 @@ Successfully compiled 21 Solidity files
|
|
|
70
70
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
71
71
|
✅ forge-1.3.6-hardhat-2.26.3
|
|
72
72
|
🔧 hardhat version: 2.26.3
|
|
73
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-
|
|
73
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-Mv9XpX
|
|
74
74
|
📦 Copied 9 workspace package source(s)
|
|
75
75
|
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
76
|
-
(node:
|
|
76
|
+
(node:34430) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
77
77
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
78
78
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
79
79
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
80
80
|
📦 Docker volumes:
|
|
81
|
-
-v /tmp/lz-scoped-workspace-
|
|
81
|
+
-v /tmp/lz-scoped-workspace-Mv9XpX:/workspace
|
|
82
82
|
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable:/workspace/apps/oft-app/contracts/evm/non-upgradeable
|
|
83
83
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
84
|
-
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
85
|
-
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
86
|
-
$ docker container rm
|
|
87
|
-
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
84
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
85
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 true
|
|
86
|
+
$ docker container rm e40601915ec13153c0c7f7d9a5b75a85cc6b5a393ae1091209d0a4fd340c173e
|
|
87
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 (linux/amd64)
|
|
88
88
|
👤 Running container as UID:GID 1001:1001
|
|
89
|
-
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-
|
|
89
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-Mv9XpX:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable:/workspace/apps/oft-app/contracts/evm/non-upgradeable -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/oft-app/contracts/evm/non-upgradeable 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 hardhat compile --config /hardhat/hardhat.default.config.js --network tron-mainnet
|
|
90
90
|
detected tron network, replacing deployments extension with custom one
|
|
91
91
|
Tron-solc v0.8.23 is unknown version, attempting anyway...
|
|
92
92
|
Compiling contracts with tron solc v0.8.23
|
|
93
93
|
Compiling 21 Solidity files
|
|
94
94
|
Successfully compiled 21 Solidity files
|
|
95
|
-
⏳ hardhat compile --config /hardhat/hardhat.default.config.js --network tron-mainnet:
|
|
95
|
+
⏳ hardhat compile --config /hardhat/hardhat.default.config.js --network tron-mainnet: 3.118s
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -4,23 +4,79 @@
|
|
|
4
4
|
|
|
5
5
|
✅ forge-1.3.6-hardhat-2.26.3
|
|
6
6
|
🔧 forge version: 1.3.6
|
|
7
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-
|
|
7
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-MupOT8
|
|
8
8
|
📦 Copied 9 workspace package source(s)
|
|
9
9
|
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
10
|
-
(node:
|
|
10
|
+
(node:62392) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
11
11
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
12
12
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
13
13
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
14
14
|
📦 Docker volumes:
|
|
15
|
-
-v /tmp/lz-scoped-workspace-
|
|
15
|
+
-v /tmp/lz-scoped-workspace-MupOT8:/workspace
|
|
16
16
|
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable:/workspace/apps/oft-app/contracts/evm/non-upgradeable
|
|
17
17
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
18
|
-
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-
|
|
19
|
-
|
|
18
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
19
|
+
Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
20
|
+
📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
21
|
+
$ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
22
|
+
forge-1.3.6-hardhat-2.26.3-patch-4: Pulling from layerzerolabs/evm-tooling
|
|
23
|
+
17639c486e57: Already exists
|
|
24
|
+
53d86cd64323: Pulling fs layer
|
|
25
|
+
bbd7db620433: Pulling fs layer
|
|
26
|
+
dd8d0adb78c1: Pulling fs layer
|
|
27
|
+
e2082273f6a6: Pulling fs layer
|
|
28
|
+
6aca5ecbfbf0: Pulling fs layer
|
|
29
|
+
57cfa89d22f0: Pulling fs layer
|
|
30
|
+
95f21f1a21d0: Pulling fs layer
|
|
31
|
+
bbd7db620433: Download complete
|
|
32
|
+
796d60317d4d: Pulling fs layer
|
|
33
|
+
c35d7f83b6fc: Pulling fs layer
|
|
34
|
+
6aca5ecbfbf0: Download complete
|
|
35
|
+
dd8d0adb78c1: Download complete
|
|
36
|
+
e2082273f6a6: Download complete
|
|
37
|
+
8f1cde221fc4: Pulling fs layer
|
|
38
|
+
57cfa89d22f0: Download complete
|
|
39
|
+
796d60317d4d: Download complete
|
|
40
|
+
bcbb9eb73fb5: Pulling fs layer
|
|
41
|
+
c35d7f83b6fc: Download complete
|
|
42
|
+
c8e19a2c627e: Pulling fs layer
|
|
43
|
+
8f1cde221fc4: Download complete
|
|
44
|
+
b79abc894e87: Pulling fs layer
|
|
45
|
+
bcbb9eb73fb5: Download complete
|
|
46
|
+
63ec365deef1: Pulling fs layer
|
|
47
|
+
c8e19a2c627e: Download complete
|
|
48
|
+
36a7bdc86737: Pulling fs layer
|
|
49
|
+
36a7bdc86737: Waiting
|
|
50
|
+
53d86cd64323: Pull complete
|
|
51
|
+
95f21f1a21d0: Verifying Checksum
|
|
52
|
+
95f21f1a21d0: Download complete
|
|
53
|
+
b79abc894e87: Verifying Checksum
|
|
54
|
+
b79abc894e87: Download complete
|
|
55
|
+
63ec365deef1: Verifying Checksum
|
|
56
|
+
63ec365deef1: Download complete
|
|
57
|
+
36a7bdc86737: Download complete
|
|
58
|
+
bbd7db620433: Pull complete
|
|
59
|
+
dd8d0adb78c1: Pull complete
|
|
60
|
+
e2082273f6a6: Pull complete
|
|
61
|
+
6aca5ecbfbf0: Pull complete
|
|
62
|
+
57cfa89d22f0: Pull complete
|
|
63
|
+
95f21f1a21d0: Pull complete
|
|
64
|
+
796d60317d4d: Pull complete
|
|
65
|
+
c35d7f83b6fc: Pull complete
|
|
66
|
+
8f1cde221fc4: Pull complete
|
|
67
|
+
bcbb9eb73fb5: Pull complete
|
|
68
|
+
c8e19a2c627e: Pull complete
|
|
69
|
+
b79abc894e87: Pull complete
|
|
70
|
+
63ec365deef1: Pull complete
|
|
71
|
+
36a7bdc86737: Pull complete
|
|
72
|
+
Digest: sha256:778dd8fe35fba1405c5995090a0d4167609e8b03ece06b005fb0e067f4f7e2ab
|
|
73
|
+
Status: Image is up to date for 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
74
|
+
438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
75
|
+
✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
20
76
|
👤 Running container as UID:GID 1001:1001
|
|
21
|
-
$ docker run --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-
|
|
77
|
+
$ docker run --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-MupOT8:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/oft-app/contracts/evm/non-upgradeable:/workspace/apps/oft-app/contracts/evm/non-upgradeable -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/oft-app/contracts/evm/non-upgradeable 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 forge test
|
|
22
78
|
Compiling 41 files with Solc 0.8.22
|
|
23
|
-
Solc 0.8.22 finished in 1.
|
|
79
|
+
Solc 0.8.22 finished in 1.11s
|
|
24
80
|
Compiler run successful!
|
|
25
81
|
|
|
26
82
|
Ran 48 tests for test/OFTDecimalUtils.t.sol:OFTDecimalUtilsTest
|
|
@@ -33,7 +89,7 @@ Ran 48 tests for test/OFTDecimalUtils.t.sol:OFTDecimalUtilsTest
|
|
|
33
89
|
[PASS] test_constructor_18_8() (gas: 10747)
|
|
34
90
|
[PASS] test_constructor_6_6() (gas: 10747)
|
|
35
91
|
[PASS] test_constructor_8_6() (gas: 10791)
|
|
36
|
-
[PASS] test_constructor_Fuzz(uint8,uint8) (runs: 1000, μ:
|
|
92
|
+
[PASS] test_constructor_Fuzz(uint8,uint8) (runs: 1000, μ: 191119, ~: 191177)
|
|
37
93
|
[PASS] test_constructor_Revert_SharedGreaterThanLocal() (gas: 36043)
|
|
38
94
|
[PASS] test_removeDust_0_0() (gas: 8695)
|
|
39
95
|
[PASS] test_removeDust_18_6_NoDust() (gas: 8704)
|
|
@@ -72,7 +128,7 @@ Ran 48 tests for test/OFTDecimalUtils.t.sol:OFTDecimalUtilsTest
|
|
|
72
128
|
[PASS] test_toSD_Revert_AmountSDOverflowed_0_0() (gas: 9119)
|
|
73
129
|
[PASS] test_toSD_Revert_AmountSDOverflowed_18_6() (gas: 9264)
|
|
74
130
|
[PASS] test_toSD_Revert_AmountSDOverflowed_6_6() (gas: 9186)
|
|
75
|
-
Suite result: ok. 48 passed; 0 failed; 0 skipped; finished in
|
|
131
|
+
Suite result: ok. 48 passed; 0 failed; 0 skipped; finished in 92.82ms (667.34ms CPU time)
|
|
76
132
|
|
|
77
|
-
Ran 1 test suite in
|
|
78
|
-
⏳ forge test:
|
|
133
|
+
Ran 1 test suite in 104.17ms (92.82ms CPU time): 48 tests passed, 0 failed, 0 skipped (48 total tests)
|
|
134
|
+
⏳ forge test: 3.885s
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/oft-evm-contracts",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "LayerZero Labs reference EVM OFT implementation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"@layerzerolabs/lz-evm-v1-0.7": "3.0.168",
|
|
11
11
|
"@layerzerolabs/test-devtools-evm-foundry": "8.0.1",
|
|
12
12
|
"@layerzerolabs/toolbox-foundry": "^0.1.13",
|
|
13
|
-
"@openzeppelin/contracts": "
|
|
14
|
-
"@openzeppelin/contracts-upgradeable": "
|
|
13
|
+
"@openzeppelin/contracts": ">=5.0.2 <5.5.0",
|
|
14
|
+
"@openzeppelin/contracts-upgradeable": ">=5.0.2 <5.5.0",
|
|
15
15
|
"ethers": "^5.8.0",
|
|
16
16
|
"solhint": "^6.0.1",
|
|
17
|
-
"@layerzerolabs/
|
|
18
|
-
"@layerzerolabs/solhint-configuration": "1.2.
|
|
19
|
-
"@layerzerolabs/
|
|
20
|
-
"@layerzerolabs/
|
|
17
|
+
"@layerzerolabs/utils-evm-contracts": "1.2.15",
|
|
18
|
+
"@layerzerolabs/solhint-configuration": "1.2.15",
|
|
19
|
+
"@layerzerolabs/vm-tooling-evm": "1.2.15",
|
|
20
|
+
"@layerzerolabs/oapp-evm-contracts": "1.2.15"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public",
|