@layerzerolabs/oapp-upgradeable-evm-contracts 1.2.12 → 1.2.13

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.
@@ -4,33 +4,33 @@
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-18XUi6
7
+ 📦 Using scoped workspace: /tmp/lz-scoped-workspace-OdBKGZ
8
8
  📦 Copied 11 workspace package source(s)
9
9
  📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
10
- (node:232498) [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.
10
+ (node:259225) [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-18XUi6:/workspace
15
+ -v /tmp/lz-scoped-workspace-OdBKGZ:/workspace
16
16
  -v /home/runner/work/monorepo-internal/monorepo-internal/apps/oapp-app/contracts/evm/upgradeable:/workspace/apps/oapp-app/contracts/evm/upgradeable
17
17
  -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
18
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-3
19
19
  ✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-3 (amd64)
20
20
  👤 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-18XUi6:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/oapp-app/contracts/evm/upgradeable:/workspace/apps/oapp-app/contracts/evm/upgradeable -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/oapp-app/contracts/evm/upgradeable 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-3 forge test
21
+ $ docker run --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-OdBKGZ:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/oapp-app/contracts/evm/upgradeable:/workspace/apps/oapp-app/contracts/evm/upgradeable -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/oapp-app/contracts/evm/upgradeable 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-3 forge test
22
22
  Compiling 150 files with Solc 0.8.22
23
- Solc 0.8.22 finished in 12.54s
23
+ Solc 0.8.22 finished in 20.88s
24
24
  Compiler run successful!
25
25
 
26
26
  Ran 6 tests for test/OAppAltUpgradeable.t.sol:OAppAltUpgradeableTest
27
27
  [PASS] test_constructor() (gas: 15583)
28
28
  [PASS] test_constructor_Revert_InvalidNativeToken() (gas: 4353096)
29
29
  [PASS] test_payNative() (gas: 97285)
30
- [PASS] test_payNative_Fuzz(uint96) (runs: 1000, μ: 99267, ~: 99198)
30
+ [PASS] test_payNative_Fuzz(uint96) (runs: 1000, μ: 99271, ~: 99198)
31
31
  [PASS] test_payNative_Revert_OnlyAltToken() (gas: 101951)
32
32
  [PASS] test_payNative_ZeroFee() (gas: 18992)
33
- Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 130.20ms (127.85ms CPU time)
33
+ Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 146.15ms (138.86ms CPU time)
34
34
 
35
35
  Ran 6 tests for test/OAppCoreRBACUpgradeable.t.sol:OAppCoreRBACUpgradeableTest
36
36
  [PASS] test_acceptDefaultAdminTransfer() (gas: 107512)
@@ -39,11 +39,11 @@ Ran 6 tests for test/OAppCoreRBACUpgradeable.t.sol:OAppCoreRBACUpgradeableTest
39
39
  [PASS] test_initialize_SetsDelegate() (gas: 15127)
40
40
  [PASS] test_setDelegate_Revert_CannotDirectlySetDelegate_Admin() (gas: 15597)
41
41
  [PASS] test_setDelegate_Revert_CannotDirectlySetDelegate_NonAdmin() (gas: 16016)
42
- Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 177.97ms (175.08ms CPU time)
42
+ Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 237.31ms (233.60ms CPU time)
43
43
 
44
44
  Ran 15 tests for test/OAppOptionsType3RBACUpgradeable.t.sol:OAppOptionsType3RBACUpgradeableTest
45
45
  [PASS] test_combineOptions_CombinesType3Options() (gas: 58123)
46
- [PASS] test_combineOptions_Fuzz(uint32,uint16,uint128,uint128) (runs: 1000, μ: 60854, ~: 60846)
46
+ [PASS] test_combineOptions_Fuzz(uint32,uint16,uint128,uint128) (runs: 1000, μ: 60853, ~: 60846)
47
47
  [PASS] test_combineOptions_Fuzz_Revert_InvalidExtraOptionsType(uint16) (runs: 1000, μ: 53270, ~: 53270)
48
48
  [PASS] test_combineOptions_NoEnforcedOptions() (gas: 19929)
49
49
  [PASS] test_combineOptions_NoExtraOptions() (gas: 97207)
@@ -57,7 +57,7 @@ Ran 15 tests for test/OAppOptionsType3RBACUpgradeable.t.sol:OAppOptionsType3RBAC
57
57
  [PASS] test_setEnforcedOptions_Fuzz(uint32,uint16,uint128) (runs: 1000, μ: 53636, ~: 53634)
58
58
  [PASS] test_setEnforcedOptions_Fuzz_Revert_InvalidOptionsType(uint16) (runs: 1000, μ: 20171, ~: 20171)
59
59
  [PASS] test_setEnforcedOptions_Revert_Unauthorized() (gas: 24948)
60
- Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 216.64ms (582.08ms CPU time)
60
+ Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 277.01ms (745.66ms CPU time)
61
61
 
62
62
  Ran 14 tests for test/OAppOptionsType3BaseUpgradeable.t.sol:OAppOptionsType3BaseUpgradeableTest
63
63
  [PASS] test_combineOptions_CombinesType3Options() (gas: 55506)
@@ -72,9 +72,9 @@ Ran 14 tests for test/OAppOptionsType3BaseUpgradeable.t.sol:OAppOptionsType3Base
72
72
  [PASS] test_initialize_Revert_AlreadyInitialized() (gas: 15583)
73
73
  [PASS] test_setEnforcedOptions() (gas: 132440)
74
74
  [PASS] test_setEnforcedOptions_EmptyOptionsResetsEnforced() (gas: 42400)
75
- [PASS] test_setEnforcedOptions_Fuzz(uint32,uint16,uint128) (runs: 1000, μ: 51098, ~: 51093)
75
+ [PASS] test_setEnforcedOptions_Fuzz(uint32,uint16,uint128) (runs: 1000, μ: 51096, ~: 51093)
76
76
  [PASS] test_setEnforcedOptions_Fuzz_Revert_InvalidOptionsType(uint16) (runs: 1000, μ: 17649, ~: 17649)
77
- Suite result: ok. 14 passed; 0 failed; 0 skipped; finished in 225.59ms (589.86ms CPU time)
77
+ Suite result: ok. 14 passed; 0 failed; 0 skipped; finished in 329.80ms (850.66ms CPU time)
78
78
 
79
- Ran 4 test suites in 230.13ms (750.41ms CPU time): 41 tests passed, 0 failed, 0 skipped (41 total tests)
80
- ⏳ forge test: 14.713s
79
+ Ran 4 test suites in 335.09ms (990.28ms CPU time): 41 tests passed, 0 failed, 0 skipped (41 total tests)
80
+ ⏳ forge test: 24.012s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/oapp-upgradeable-evm-contracts",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "private": false,
5
5
  "description": "LayerZero Labs reference EVM upgradeable OApp implementation",
6
6
  "license": "MIT",
@@ -15,12 +15,12 @@
15
15
  "ethers": "^5.8.0",
16
16
  "solhint": "^6.0.1",
17
17
  "solidity-bytes-utils": "^0.8.4",
18
- "@layerzerolabs/solhint-configuration": "1.2.12",
19
- "@layerzerolabs/test-utils-evm-contracts": "1.2.12",
20
- "@layerzerolabs/utils-evm-contracts": "1.2.12",
21
- "@layerzerolabs/oapp-evm-contracts": "1.2.12",
22
- "@layerzerolabs/utils-upgradeable-evm-contracts": "1.2.12",
23
- "@layerzerolabs/vm-tooling-evm": "1.2.12"
18
+ "@layerzerolabs/solhint-configuration": "1.2.13",
19
+ "@layerzerolabs/test-utils-evm-contracts": "1.2.13",
20
+ "@layerzerolabs/vm-tooling-evm": "1.2.13",
21
+ "@layerzerolabs/utils-evm-contracts": "1.2.13",
22
+ "@layerzerolabs/utils-upgradeable-evm-contracts": "1.2.13",
23
+ "@layerzerolabs/oapp-evm-contracts": "1.2.13"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public",