@layerzerolabs/oapp-evm-contracts 1.2.25 → 1.2.28

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/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@layerzerolabs/oapp-evm-contracts`
2
+
3
+ LayerZero Labs reference EVM OApp implementation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/oapp-evm-contracts",
3
- "version": "1.2.25",
3
+ "version": "1.2.28",
4
4
  "private": false,
5
5
  "description": "LayerZero Labs reference EVM OApp implementation",
6
6
  "license": "MIT",
@@ -15,8 +15,8 @@
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.25",
19
- "@layerzerolabs/vm-tooling-evm": "1.2.25"
18
+ "@layerzerolabs/solhint-configuration": "1.2.28",
19
+ "@layerzerolabs/vm-tooling-evm": "1.2.28"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public",
@@ -1,56 +0,0 @@
1
-
2
- > @layerzerolabs/oapp-evm-contracts@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/apps/oapp-app/contracts/evm/non-upgradeable
3
- > solhint --config solhint.config.js 'contracts/**/*.sol' 'test/**/*.sol' --fix --noPrompt
4
-
5
- A new version of Solhint is available: 6.2.3
6
- Please consider updating your Solhint package.
7
-
8
- contracts/interfaces/IOAppComposer.sol
9
- 11:1 warning Missing @title tag in contract 'IOAppComposer' use-natspec
10
- 11:1 warning Missing @author tag in contract 'IOAppComposer' use-natspec
11
- 11:1 warning Missing @notice tag in contract 'IOAppComposer' use-natspec
12
-
13
- contracts/interfaces/IOAppCore.sol
14
- 9:1 warning Missing @author tag in contract 'IOAppCore' use-natspec
15
- 9:1 warning Missing @notice tag in contract 'IOAppCore' use-natspec
16
- 17:5 warning Missing @notice tag in event 'PeerSet' use-natspec
17
- 17:5 warning Missing @param tag in event 'PeerSet' use-natspec
18
- 17:5 warning Mismatch in @param names for event 'PeerSet'. Expected: [eid, peer], Found: [] use-natspec
19
- 17:5 warning GC: [eid] on Event [PeerSet] could be Indexed gas-indexed-events
20
-
21
- contracts/interfaces/IOAppExtended.sol
22
- 21:1 warning Code contains empty blocks no-empty-blocks
23
-
24
- contracts/interfaces/IOAppMsgInspection.sol
25
- 15:5 warning GC: [msgInspector] on Event [MsgInspectorSet] could be Indexed gas-indexed-events
26
-
27
- contracts/interfaces/IOAppReceiver.sol
28
- 9:1 warning Missing @title tag in contract 'IOAppReceiver' use-natspec
29
- 9:1 warning Missing @author tag in contract 'IOAppReceiver' use-natspec
30
- 9:1 warning Missing @notice tag in contract 'IOAppReceiver' use-natspec
31
-
32
- contracts/oapp/libs/OptionsBuilder.sol
33
- 13:1 warning Missing @author tag in contract 'OptionsBuilder' use-natspec
34
- 13:1 warning Missing @notice tag in contract 'OptionsBuilder' use-natspec
35
- 36:5 warning Missing @notice tag in function 'newOptions' use-natspec
36
- 51:5 warning Missing @notice tag in function 'addExecutorLzReceiveOption' use-natspec
37
- 69:5 warning Missing @notice tag in function 'addExecutorNativeDropOption' use-natspec
38
- 87:5 warning Missing @notice tag in function 'addExecutorLzReadOption' use-natspec
39
- 87:5 warning Missing @param tag in function 'addExecutorLzReadOption' use-natspec
40
- 87:5 warning Mismatch in @param names for function 'addExecutorLzReadOption'. Expected: [_options, _gas, _size, _value], Found: [] use-natspec
41
- 87:5 warning Missing @return tag in function 'addExecutorLzReadOption' use-natspec
42
- 87:5 warning Mismatch in @return count for function 'addExecutorLzReadOption'. Expected: 1, Found: 0 use-natspec
43
- 109:5 warning Missing @notice tag in function 'addExecutorLzComposeOption' use-natspec
44
- 124:5 warning Missing @notice tag in function 'addExecutorOrderedExecutionOption' use-natspec
45
- 136:5 warning Missing @notice tag in function 'addDVNPreCrimeOption' use-natspec
46
- 150:5 warning Missing @notice tag in function 'addExecutorOption' use-natspec
47
- 173:5 warning Missing @notice tag in function 'addDVNOption' use-natspec
48
- 195:5 warning Missing @notice tag in function 'encodeLegacyOptionsType1' use-natspec
49
- 207:5 warning Missing @notice tag in function 'encodeLegacyOptionsType2' use-natspec
50
-
51
- ✖ 31 problems (0 errors, 31 warnings)
52
-
53
- --------------------------------------------------------------------------
54
- ===> Join SOLHINT Community at: https://discord.com/invite/4TYGq3zpjs <===
55
- --------------------------------------------------------------------------
56
-