@layerzerolabs/utils-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 +3 -0
- package/package.json +4 -4
- package/.turbo/turbo-lint.log +0 -42
package/README.md
ADDED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/utils-evm-contracts",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.28",
|
|
4
4
|
"private": false,
|
|
5
|
-
"description": "LayerZero Labs
|
|
5
|
+
"description": "LayerZero Labs utility EVM contracts",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@layerzerolabs/test-devtools-evm-foundry": "8.0.1",
|
|
9
9
|
"@layerzerolabs/toolbox-foundry": "^0.1.13",
|
|
10
10
|
"@openzeppelin/contracts": "^5.0.2",
|
|
11
11
|
"solhint": "^6.0.1",
|
|
12
|
-
"@layerzerolabs/solhint-configuration": "1.2.
|
|
13
|
-
"@layerzerolabs/vm-tooling-evm": "1.2.
|
|
12
|
+
"@layerzerolabs/solhint-configuration": "1.2.28",
|
|
13
|
+
"@layerzerolabs/vm-tooling-evm": "1.2.28"
|
|
14
14
|
},
|
|
15
15
|
"publishConfig": {
|
|
16
16
|
"access": "public",
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @layerzerolabs/utils-evm-contracts@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/contracts/common/utils/evm/non-upgradeable
|
|
3
|
-
> solhint --config solhint.config.js 'contracts/**/*.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/IAllowlist.sol
|
|
9
|
-
44:5 warning GC: [isBlacklisted] on Event [BlacklistUpdated] could be Indexed gas-indexed-events
|
|
10
|
-
51:5 warning GC: [isWhitelisted] on Event [WhitelistUpdated] could be Indexed gas-indexed-events
|
|
11
|
-
|
|
12
|
-
contracts/interfaces/IBurnableMintable.sol
|
|
13
|
-
5:1 warning Missing @author tag in contract 'IBurnableMintable' use-natspec
|
|
14
|
-
5:1 warning Missing @notice tag in contract 'IBurnableMintable' use-natspec
|
|
15
|
-
|
|
16
|
-
contracts/interfaces/ICreditRedirect.sol
|
|
17
|
-
38:5 warning GC: [amountLD] on Event [CreditRedirected] could be Indexed gas-indexed-events
|
|
18
|
-
|
|
19
|
-
contracts/interfaces/IFeeConfig.sol
|
|
20
|
-
27:5 warning GC: [id] on Event [FeeBpsSet] could be Indexed gas-indexed-events
|
|
21
|
-
27:5 warning GC: [feeBps] on Event [FeeBpsSet] could be Indexed gas-indexed-events
|
|
22
|
-
27:5 warning GC: [enabled] on Event [FeeBpsSet] could be Indexed gas-indexed-events
|
|
23
|
-
33:5 warning GC: [feeBps] on Event [DefaultFeeBpsSet] could be Indexed gas-indexed-events
|
|
24
|
-
|
|
25
|
-
contracts/interfaces/IPause.sol
|
|
26
|
-
15:5 warning GC: [paused] on Event [PauseSet] could be Indexed gas-indexed-events
|
|
27
|
-
|
|
28
|
-
contracts/interfaces/IPauseByID.sol
|
|
29
|
-
39:5 warning GC: [id] on Event [PauseSet] could be Indexed gas-indexed-events
|
|
30
|
-
39:5 warning GC: [paused] on Event [PauseSet] could be Indexed gas-indexed-events
|
|
31
|
-
39:5 warning GC: [enabled] on Event [PauseSet] could be Indexed gas-indexed-events
|
|
32
|
-
45:5 warning GC: [paused] on Event [DefaultPauseSet] could be Indexed gas-indexed-events
|
|
33
|
-
|
|
34
|
-
contracts/interfaces/IRateLimiter.sol
|
|
35
|
-
134:5 warning GC: [isExempt] on Event [RateLimitAddressExemptionUpdated] could be Indexed gas-indexed-events
|
|
36
|
-
|
|
37
|
-
✖ 15 problems (0 errors, 15 warnings)
|
|
38
|
-
|
|
39
|
-
--------------------------------------------------------------------------
|
|
40
|
-
===> Join SOLHINT Community at: https://discord.com/invite/4TYGq3zpjs <===
|
|
41
|
-
--------------------------------------------------------------------------
|
|
42
|
-
|