@layerzerolabs/lz-evm-oapp-v2 3.0.116 → 3.0.118

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @layerzerolabs/lz-evm-oapp-v2
2
2
 
3
+ ## 3.0.118
4
+
5
+ ### Patch Changes
6
+
7
+ - c28a672: Upload Aptos V1 Executor V2 Deployments
8
+ - 2fba4c6: fix(solana-sdk): handle BlockedMessageLib program ID correctly in endpoint sdk. Prevent undefined program IDs by adding special case handling for BlockedMessageLib since it doesn't initialize its PDA
9
+ - Updated dependencies [c28a672]
10
+ - Updated dependencies [2fba4c6]
11
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.118
12
+ - @layerzerolabs/lz-evm-messagelib-v2@3.0.118
13
+ - @layerzerolabs/lz-evm-protocol-v2@3.0.118
14
+
15
+ ## 3.0.117
16
+
17
+ ### Patch Changes
18
+
19
+ - fd54ee9: fix bugs that caused TypeScript SDK to behave differently from Rust contracts.
20
+ - Updated dependencies [fd54ee9]
21
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.117
22
+ - @layerzerolabs/lz-evm-messagelib-v2@3.0.117
23
+ - @layerzerolabs/lz-evm-protocol-v2@3.0.117
24
+
3
25
  ## 3.0.116
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-evm-oapp-v2",
3
- "version": "3.0.116",
3
+ "version": "3.0.118",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "artifacts/contracts/**/!(*.dbg).json",
@@ -11,9 +11,9 @@
11
11
  },
12
12
  "dependencies": {},
13
13
  "devDependencies": {
14
- "@layerzerolabs/lz-evm-messagelib-v2": "^3.0.116",
15
- "@layerzerolabs/lz-evm-protocol-v2": "^3.0.116",
16
- "@layerzerolabs/lz-evm-v1-0.7": "^3.0.116",
14
+ "@layerzerolabs/lz-evm-messagelib-v2": "^3.0.118",
15
+ "@layerzerolabs/lz-evm-protocol-v2": "^3.0.118",
16
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.118",
17
17
  "@openzeppelin/contracts": "^4.8.1",
18
18
  "@openzeppelin/contracts-upgradeable": "^4.8.1",
19
19
  "hardhat-deploy": "^0.12.4",
@@ -21,9 +21,9 @@
21
21
  "solidity-bytes-utils": "^0.8.0"
22
22
  },
23
23
  "peerDependencies": {
24
- "@layerzerolabs/lz-evm-messagelib-v2": "^3.0.116",
25
- "@layerzerolabs/lz-evm-protocol-v2": "^3.0.116",
26
- "@layerzerolabs/lz-evm-v1-0.7": "^3.0.116",
24
+ "@layerzerolabs/lz-evm-messagelib-v2": "^3.0.118",
25
+ "@layerzerolabs/lz-evm-protocol-v2": "^3.0.118",
26
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.118",
27
27
  "@openzeppelin/contracts": "^4.8.1 || ^5.0.0",
28
28
  "@openzeppelin/contracts-upgradeable": "^4.8.1 || ^5.0.0",
29
29
  "hardhat-deploy": "^0.12.4",