@layerzerolabs/oapp-upgradeable-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 +7 -7
- package/.turbo/turbo-lint.log +0 -330
- package/.turbo/turbo-test.log +0 -149
package/README.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/oapp-upgradeable-evm-contracts",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.28",
|
|
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/oapp-evm-contracts": "1.2.
|
|
19
|
-
"@layerzerolabs/
|
|
20
|
-
"@layerzerolabs/
|
|
21
|
-
"@layerzerolabs/utils-
|
|
22
|
-
"@layerzerolabs/vm-tooling-evm": "1.2.
|
|
23
|
-
"@layerzerolabs/utils-evm-contracts": "1.2.
|
|
18
|
+
"@layerzerolabs/oapp-evm-contracts": "1.2.28",
|
|
19
|
+
"@layerzerolabs/utils-upgradeable-evm-contracts": "1.2.28",
|
|
20
|
+
"@layerzerolabs/solhint-configuration": "1.2.28",
|
|
21
|
+
"@layerzerolabs/test-utils-evm-contracts": "1.2.28",
|
|
22
|
+
"@layerzerolabs/vm-tooling-evm": "1.2.28",
|
|
23
|
+
"@layerzerolabs/utils-evm-contracts": "1.2.28"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public",
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,330 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @layerzerolabs/oapp-upgradeable-evm-contracts@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/apps/oapp-app/contracts/evm/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/oapp/alt/OAppAltUpgradeable.sol
|
|
9
|
-
29:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
10
|
-
41:5 warning Missing @notice tag in function '_payNative' use-natspec
|
|
11
|
-
|
|
12
|
-
contracts/oapp/messaging-channel/OAppMessagingChannelBaseUpgradeable.sol
|
|
13
|
-
20:74 warning Code contains empty blocks no-empty-blocks
|
|
14
|
-
26:84 warning Code contains empty blocks no-empty-blocks
|
|
15
|
-
|
|
16
|
-
contracts/oapp/messaging-channel/OAppMessagingChannelRBACUpgradeable.sol
|
|
17
|
-
35:74 warning Code contains empty blocks no-empty-blocks
|
|
18
|
-
41:84 warning Code contains empty blocks no-empty-blocks
|
|
19
|
-
|
|
20
|
-
contracts/oapp/msg-inspection/OAppMsgInspectionBaseUpgradeable.sol
|
|
21
|
-
29:5 warning Mismatch in @return names for function '_getOAppMsgInspectionStorage'. Expected: [$], Found: [] use-natspec
|
|
22
|
-
39:71 warning Code contains empty blocks no-empty-blocks
|
|
23
|
-
45:81 warning Code contains empty blocks no-empty-blocks
|
|
24
|
-
|
|
25
|
-
contracts/oapp/msg-inspection/OAppMsgInspectionRBACUpgradeable.sol
|
|
26
|
-
20:71 warning Code contains empty blocks no-empty-blocks
|
|
27
|
-
26:81 warning Code contains empty blocks no-empty-blocks
|
|
28
|
-
|
|
29
|
-
contracts/oapp/OAppCoreBaseUpgradeable.sol
|
|
30
|
-
32:5 warning Mismatch in @return names for function '_getOAppCoreStorage'. Expected: [$], Found: [] use-natspec
|
|
31
|
-
42:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
32
|
-
|
|
33
|
-
contracts/oapp/OAppCoreRBACUpgradeable.sol
|
|
34
|
-
31:62 warning Code contains empty blocks no-empty-blocks
|
|
35
|
-
37:72 warning Code contains empty blocks no-empty-blocks
|
|
36
|
-
|
|
37
|
-
contracts/oapp/OAppReceiverUpgradeable.sol
|
|
38
|
-
25:62 warning Code contains empty blocks no-empty-blocks
|
|
39
|
-
31:72 warning Code contains empty blocks no-empty-blocks
|
|
40
|
-
59:5 warning Mismatch in @param count for function 'isComposeMsgSender'. Expected: 3, Found: 1 use-natspec
|
|
41
|
-
91:5 warning Missing @param tag in function 'nextNonce' use-natspec
|
|
42
|
-
91:5 warning Mismatch in @param count for function 'nextNonce'. Expected: 2, Found: 0 use-natspec
|
|
43
|
-
108:5 warning Missing @notice tag in function 'lzReceive' use-natspec
|
|
44
|
-
128:5 warning Missing @notice tag in function '_lzReceive' use-natspec
|
|
45
|
-
128:5 warning Missing @param tag in function '_lzReceive' use-natspec
|
|
46
|
-
128:5 warning Mismatch in @param names for function '_lzReceive'. Expected: [_origin, _guid, _message, _executor, _extraData], Found: [] use-natspec
|
|
47
|
-
|
|
48
|
-
contracts/oapp/OAppSenderUpgradeable.sol
|
|
49
|
-
33:60 warning Code contains empty blocks no-empty-blocks
|
|
50
|
-
39:70 warning Code contains empty blocks no-empty-blocks
|
|
51
|
-
64:5 warning Missing @notice tag in function '_quote' use-natspec
|
|
52
|
-
91:5 warning Missing @notice tag in function '_lzSend' use-natspec
|
|
53
|
-
121:5 warning Missing @notice tag in function '_payNative' use-natspec
|
|
54
|
-
133:5 warning Missing @notice tag in function '_payLzToken' use-natspec
|
|
55
|
-
|
|
56
|
-
contracts/oapp/OAppUpgradeable.sol
|
|
57
|
-
23:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
58
|
-
29:54 warning Code contains empty blocks no-empty-blocks
|
|
59
|
-
35:64 warning Code contains empty blocks no-empty-blocks
|
|
60
|
-
|
|
61
|
-
contracts/oapp/options-type-3/OAppOptionsType3BaseUpgradeable.sol
|
|
62
|
-
33:5 warning Mismatch in @return names for function '_getOAppOptionsType3Storage'. Expected: [$], Found: [] use-natspec
|
|
63
|
-
43:70 warning Code contains empty blocks no-empty-blocks
|
|
64
|
-
49:80 warning Code contains empty blocks no-empty-blocks
|
|
65
|
-
81:13 warning GC: Non strict inequality found. Try converting to a strict one gas-strict-inequalities
|
|
66
|
-
95:5 warning Missing @notice tag in function '_assertOptionsType3' use-natspec
|
|
67
|
-
116:58 warning GC: For [ i ] variable, increment/decrement by 1 using: [ ++variable ] to save gas gas-increment-by-one
|
|
68
|
-
|
|
69
|
-
contracts/oapp/options-type-3/OAppOptionsType3RBACUpgradeable.sol
|
|
70
|
-
20:70 warning Code contains empty blocks no-empty-blocks
|
|
71
|
-
26:80 warning Code contains empty blocks no-empty-blocks
|
|
72
|
-
|
|
73
|
-
test/OAppAltUpgradeable.t.sol
|
|
74
|
-
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
75
|
-
13:1 warning Missing @title tag in contract 'OAppAltHarness' use-natspec
|
|
76
|
-
13:1 warning Missing @author tag in contract 'OAppAltHarness' use-natspec
|
|
77
|
-
13:1 warning Missing @notice tag in contract 'OAppAltHarness' use-natspec
|
|
78
|
-
14:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
79
|
-
14:5 warning Missing @param tag in function '<anonymous>' use-natspec
|
|
80
|
-
14:5 warning Mismatch in @param names for function '<anonymous>'. Expected: [_endpoint], Found: [] use-natspec
|
|
81
|
-
16:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
82
|
-
16:5 warning Missing @param tag in function 'initialize' use-natspec
|
|
83
|
-
16:5 warning Mismatch in @param names for function 'initialize'. Expected: [_delegate], Found: [] use-natspec
|
|
84
|
-
20:5 warning Missing @notice tag in function 'oAppVersion' use-natspec
|
|
85
|
-
20:5 warning Missing @return tag in function 'oAppVersion' use-natspec
|
|
86
|
-
20:5 warning Mismatch in @return names for function 'oAppVersion'. Expected: [senderVersion, receiverVersion], Found: [] use-natspec
|
|
87
|
-
24:5 warning Missing @notice tag in function 'payNative' use-natspec
|
|
88
|
-
24:5 warning Missing @param tag in function 'payNative' use-natspec
|
|
89
|
-
24:5 warning Mismatch in @param names for function 'payNative'. Expected: [_nativeFee], Found: [] use-natspec
|
|
90
|
-
24:5 warning Missing @return tag in function 'payNative' use-natspec
|
|
91
|
-
24:5 warning Mismatch in @return names for function 'payNative'. Expected: [nativeFee], Found: [] use-natspec
|
|
92
|
-
28:5 warning Missing @notice tag in function '_payNative' use-natspec
|
|
93
|
-
28:5 warning Missing @param tag in function '_payNative' use-natspec
|
|
94
|
-
28:5 warning Mismatch in @param names for function '_payNative'. Expected: [_nativeFee], Found: [] use-natspec
|
|
95
|
-
28:5 warning Missing @return tag in function '_payNative' use-natspec
|
|
96
|
-
28:5 warning Mismatch in @return names for function '_payNative'. Expected: [nativeFee], Found: [] use-natspec
|
|
97
|
-
32:5 warning Missing @notice tag in function 'setPeer' use-natspec
|
|
98
|
-
32:5 warning Missing @param tag in function 'setPeer' use-natspec
|
|
99
|
-
32:5 warning Mismatch in @param names for function 'setPeer'. Expected: [_eid, _peer], Found: [] use-natspec
|
|
100
|
-
36:5 warning Missing @notice tag in function 'setDelegate' use-natspec
|
|
101
|
-
36:5 warning Missing @param tag in function 'setDelegate' use-natspec
|
|
102
|
-
36:5 warning Mismatch in @param names for function 'setDelegate'. Expected: [_delegate], Found: [] use-natspec
|
|
103
|
-
41:1 warning Missing @title tag in contract 'OAppAltUpgradeableTest' use-natspec
|
|
104
|
-
41:1 warning Missing @author tag in contract 'OAppAltUpgradeableTest' use-natspec
|
|
105
|
-
41:1 warning Missing @notice tag in contract 'OAppAltUpgradeableTest' use-natspec
|
|
106
|
-
42:5 warning Explicitly mark visibility of state state-visibility
|
|
107
|
-
43:5 warning Explicitly mark visibility of state state-visibility
|
|
108
|
-
44:5 warning Explicitly mark visibility of state state-visibility
|
|
109
|
-
46:5 warning Explicitly mark visibility of state state-visibility
|
|
110
|
-
47:5 warning Explicitly mark visibility of state state-visibility
|
|
111
|
-
48:5 warning Explicitly mark visibility of state state-visibility
|
|
112
|
-
50:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
113
|
-
61:5 warning Missing @notice tag in function '_deployOApp' use-natspec
|
|
114
|
-
61:5 warning Missing @return tag in function '_deployOApp' use-natspec
|
|
115
|
-
61:5 warning Mismatch in @return count for function '_deployOApp'. Expected: 1, Found: 0 use-natspec
|
|
116
|
-
68:5 warning Missing @notice tag in function 'test_constructor' use-natspec
|
|
117
|
-
72:5 warning Missing @notice tag in function 'test_constructor_Revert_InvalidNativeToken' use-natspec
|
|
118
|
-
79:5 warning Missing @notice tag in function 'test_payNative' use-natspec
|
|
119
|
-
89:9 warning GC: String exceeds 32 bytes gas-small-strings
|
|
120
|
-
94:5 warning Missing @notice tag in function 'test_payNative_ZeroFee' use-natspec
|
|
121
|
-
104:5 warning Missing @notice tag in function 'test_payNative_Revert_OnlyAltToken' use-natspec
|
|
122
|
-
117:5 warning Missing @notice tag in function 'test_payNative_Fuzz' use-natspec
|
|
123
|
-
117:5 warning Missing @param tag in function 'test_payNative_Fuzz' use-natspec
|
|
124
|
-
117:5 warning Mismatch in @param names for function 'test_payNative_Fuzz'. Expected: [_fee], Found: [] use-natspec
|
|
125
|
-
|
|
126
|
-
test/OAppCoreRBACUpgradeable.t.sol
|
|
127
|
-
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
128
|
-
10:1 warning Missing @title tag in contract 'OAppCoreRBACHarness' use-natspec
|
|
129
|
-
10:1 warning Missing @author tag in contract 'OAppCoreRBACHarness' use-natspec
|
|
130
|
-
10:1 warning Missing @notice tag in contract 'OAppCoreRBACHarness' use-natspec
|
|
131
|
-
11:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
132
|
-
11:5 warning Missing @param tag in function '<anonymous>' use-natspec
|
|
133
|
-
11:5 warning Mismatch in @param names for function '<anonymous>'. Expected: [_endpoint], Found: [] use-natspec
|
|
134
|
-
13:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
135
|
-
13:5 warning Missing @param tag in function 'initialize' use-natspec
|
|
136
|
-
13:5 warning Mismatch in @param names for function 'initialize'. Expected: [_initialAdmin], Found: [] use-natspec
|
|
137
|
-
18:5 warning Missing @notice tag in function 'oAppVersion' use-natspec
|
|
138
|
-
18:5 warning Missing @return tag in function 'oAppVersion' use-natspec
|
|
139
|
-
18:5 warning Mismatch in @return names for function 'oAppVersion'. Expected: [senderVersion, receiverVersion], Found: [] use-natspec
|
|
140
|
-
23:1 warning Missing @title tag in contract 'OAppCoreRBACUpgradeableTest' use-natspec
|
|
141
|
-
23:1 warning Missing @author tag in contract 'OAppCoreRBACUpgradeableTest' use-natspec
|
|
142
|
-
23:1 warning Missing @notice tag in contract 'OAppCoreRBACUpgradeableTest' use-natspec
|
|
143
|
-
24:5 warning Explicitly mark visibility of state state-visibility
|
|
144
|
-
25:5 warning Explicitly mark visibility of state state-visibility
|
|
145
|
-
27:5 warning Explicitly mark visibility of state state-visibility
|
|
146
|
-
28:5 warning Explicitly mark visibility of state state-visibility
|
|
147
|
-
29:5 warning Explicitly mark visibility of state state-visibility
|
|
148
|
-
30:5 warning Explicitly mark visibility of state state-visibility
|
|
149
|
-
32:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
150
|
-
40:5 warning Missing @notice tag in function '_deployOApp' use-natspec
|
|
151
|
-
40:5 warning Missing @return tag in function '_deployOApp' use-natspec
|
|
152
|
-
40:5 warning Mismatch in @return count for function '_deployOApp'. Expected: 1, Found: 0 use-natspec
|
|
153
|
-
60:5 warning Missing @notice tag in function 'test_initialize_SetsDelegate' use-natspec
|
|
154
|
-
66:5 warning Missing @notice tag in function 'test_setDelegate_Revert_CannotDirectlySetDelegate_Admin' use-natspec
|
|
155
|
-
71:5 warning Missing @notice tag in function 'test_setDelegate_Revert_CannotDirectlySetDelegate_NonAdmin' use-natspec
|
|
156
|
-
79:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer' use-natspec
|
|
157
|
-
90:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_ChainedTransfers' use-natspec
|
|
158
|
-
107:5 warning Missing @notice tag in function 'test_acceptDefaultAdminTransfer_Fuzz' use-natspec
|
|
159
|
-
107:5 warning Missing @param tag in function 'test_acceptDefaultAdminTransfer_Fuzz' use-natspec
|
|
160
|
-
107:5 warning Mismatch in @param names for function 'test_acceptDefaultAdminTransfer_Fuzz'. Expected: [_newAdmin], Found: [] use-natspec
|
|
161
|
-
|
|
162
|
-
test/OAppMessagingChannelBaseUpgradeable.t.sol
|
|
163
|
-
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
164
|
-
12:1 warning Missing @title tag in contract 'OAppMessagingChannelBaseHarness' use-natspec
|
|
165
|
-
12:1 warning Missing @author tag in contract 'OAppMessagingChannelBaseHarness' use-natspec
|
|
166
|
-
12:1 warning Missing @notice tag in contract 'OAppMessagingChannelBaseHarness' use-natspec
|
|
167
|
-
13:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
168
|
-
13:5 warning Missing @param tag in function '<anonymous>' use-natspec
|
|
169
|
-
13:5 warning Mismatch in @param names for function '<anonymous>'. Expected: [_endpoint], Found: [] use-natspec
|
|
170
|
-
17:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
171
|
-
17:5 warning Missing @param tag in function 'initialize' use-natspec
|
|
172
|
-
17:5 warning Mismatch in @param names for function 'initialize'. Expected: [_delegate], Found: [] use-natspec
|
|
173
|
-
21:5 warning Missing @notice tag in function 'oAppVersion' use-natspec
|
|
174
|
-
21:5 warning Missing @return tag in function 'oAppVersion' use-natspec
|
|
175
|
-
21:5 warning Mismatch in @return names for function 'oAppVersion'. Expected: [senderVersion, receiverVersion], Found: [] use-natspec
|
|
176
|
-
25:5 warning Missing @notice tag in function 'allowInitializePath' use-natspec
|
|
177
|
-
25:5 warning Missing @param tag in function 'allowInitializePath' use-natspec
|
|
178
|
-
25:5 warning Mismatch in @param names for function 'allowInitializePath'. Expected: [_origin], Found: [] use-natspec
|
|
179
|
-
25:5 warning Missing @return tag in function 'allowInitializePath' use-natspec
|
|
180
|
-
25:5 warning Mismatch in @return names for function 'allowInitializePath'. Expected: [isAllowed], Found: [] use-natspec
|
|
181
|
-
29:5 warning Missing @notice tag in function 'setPeer' use-natspec
|
|
182
|
-
29:5 warning Missing @param tag in function 'setPeer' use-natspec
|
|
183
|
-
29:5 warning Mismatch in @param names for function 'setPeer'. Expected: [_eid, _peer], Found: [] use-natspec
|
|
184
|
-
33:5 warning Missing @notice tag in function 'setDelegate' use-natspec
|
|
185
|
-
33:5 warning Missing @param tag in function 'setDelegate' use-natspec
|
|
186
|
-
33:5 warning Mismatch in @param names for function 'setDelegate'. Expected: [_delegate], Found: [] use-natspec
|
|
187
|
-
37:5 warning Missing @notice tag in function 'clear' use-natspec
|
|
188
|
-
37:5 warning Missing @param tag in function 'clear' use-natspec
|
|
189
|
-
37:5 warning Mismatch in @param names for function 'clear'. Expected: [_origin, _guid, _message], Found: [] use-natspec
|
|
190
|
-
41:5 warning Missing @notice tag in function 'skip' use-natspec
|
|
191
|
-
41:5 warning Missing @param tag in function 'skip' use-natspec
|
|
192
|
-
41:5 warning Mismatch in @param names for function 'skip'. Expected: [_srcEid, _sender, _nonce], Found: [] use-natspec
|
|
193
|
-
45:5 warning Missing @notice tag in function 'burn' use-natspec
|
|
194
|
-
45:5 warning Missing @param tag in function 'burn' use-natspec
|
|
195
|
-
45:5 warning Mismatch in @param names for function 'burn'. Expected: [_srcEid, _sender, _nonce, _payloadHash], Found: [] use-natspec
|
|
196
|
-
49:5 warning Missing @notice tag in function 'nilify' use-natspec
|
|
197
|
-
49:5 warning Missing @param tag in function 'nilify' use-natspec
|
|
198
|
-
49:5 warning Mismatch in @param names for function 'nilify'. Expected: [_srcEid, _sender, _nonce, _payloadHash], Found: [] use-natspec
|
|
199
|
-
54:1 warning Missing @title tag in contract 'OAppMessagingChannelBaseUpgradeableTest' use-natspec
|
|
200
|
-
54:1 warning Missing @author tag in contract 'OAppMessagingChannelBaseUpgradeableTest' use-natspec
|
|
201
|
-
54:1 warning Missing @notice tag in contract 'OAppMessagingChannelBaseUpgradeableTest' use-natspec
|
|
202
|
-
55:5 warning Explicitly mark visibility of state state-visibility
|
|
203
|
-
56:5 warning Explicitly mark visibility of state state-visibility
|
|
204
|
-
64:5 warning Missing @notice tag in function '_deployOApp' use-natspec
|
|
205
|
-
64:5 warning Missing @return tag in function '_deployOApp' use-natspec
|
|
206
|
-
64:5 warning Mismatch in @return count for function '_deployOApp'. Expected: 1, Found: 0 use-natspec
|
|
207
|
-
74:5 warning Missing @notice tag in function '_setPeer' use-natspec
|
|
208
|
-
74:5 warning Missing @param tag in function '_setPeer' use-natspec
|
|
209
|
-
74:5 warning Mismatch in @param names for function '_setPeer'. Expected: [_eid, _peer], Found: [] use-natspec
|
|
210
|
-
78:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
211
|
-
85:5 warning Missing @notice tag in function '_origin' use-natspec
|
|
212
|
-
85:5 warning Missing @param tag in function '_origin' use-natspec
|
|
213
|
-
85:5 warning Mismatch in @param names for function '_origin'. Expected: [_nonce], Found: [] use-natspec
|
|
214
|
-
85:5 warning Missing @return tag in function '_origin' use-natspec
|
|
215
|
-
85:5 warning Mismatch in @return names for function '_origin'. Expected: [origin], Found: [] use-natspec
|
|
216
|
-
89:5 warning Missing @notice tag in function '_verify' use-natspec
|
|
217
|
-
89:5 warning Missing @param tag in function '_verify' use-natspec
|
|
218
|
-
89:5 warning Mismatch in @param names for function '_verify'. Expected: [_nonce, _payloadHash], Found: [] use-natspec
|
|
219
|
-
97:5 warning Missing @notice tag in function 'test_clear' use-natspec
|
|
220
|
-
109:5 warning Missing @notice tag in function 'test_skip' use-natspec
|
|
221
|
-
120:5 warning Missing @notice tag in function 'test_burn' use-natspec
|
|
222
|
-
136:5 warning Missing @notice tag in function 'test_nilify' use-natspec
|
|
223
|
-
147:5 warning Missing @notice tag in function 'test_nilify_Unverified' use-natspec
|
|
224
|
-
|
|
225
|
-
test/OAppMessagingChannelRBACUpgradeable.t.sol
|
|
226
|
-
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
227
|
-
16:1 warning Missing @title tag in contract 'OAppMessagingChannelRBACHarness' use-natspec
|
|
228
|
-
16:1 warning Missing @author tag in contract 'OAppMessagingChannelRBACHarness' use-natspec
|
|
229
|
-
16:1 warning Missing @notice tag in contract 'OAppMessagingChannelRBACHarness' use-natspec
|
|
230
|
-
17:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
231
|
-
17:5 warning Missing @param tag in function '<anonymous>' use-natspec
|
|
232
|
-
17:5 warning Mismatch in @param names for function '<anonymous>'. Expected: [_endpoint], Found: [] use-natspec
|
|
233
|
-
21:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
234
|
-
21:5 warning Missing @param tag in function 'initialize' use-natspec
|
|
235
|
-
21:5 warning Mismatch in @param names for function 'initialize'. Expected: [_initialAdmin], Found: [] use-natspec
|
|
236
|
-
26:5 warning Missing @notice tag in function 'oAppVersion' use-natspec
|
|
237
|
-
26:5 warning Missing @return tag in function 'oAppVersion' use-natspec
|
|
238
|
-
26:5 warning Mismatch in @return names for function 'oAppVersion'. Expected: [senderVersion, receiverVersion], Found: [] use-natspec
|
|
239
|
-
30:5 warning Missing @notice tag in function 'allowInitializePath' use-natspec
|
|
240
|
-
30:5 warning Missing @param tag in function 'allowInitializePath' use-natspec
|
|
241
|
-
30:5 warning Mismatch in @param names for function 'allowInitializePath'. Expected: [_origin], Found: [] use-natspec
|
|
242
|
-
30:5 warning Missing @return tag in function 'allowInitializePath' use-natspec
|
|
243
|
-
30:5 warning Mismatch in @return names for function 'allowInitializePath'. Expected: [isAllowed], Found: [] use-natspec
|
|
244
|
-
34:5 warning Missing @notice tag in function 'acceptDefaultAdminTransfer' use-natspec
|
|
245
|
-
43:1 warning Missing @title tag in contract 'OAppMessagingChannelRBACUpgradeableTest' use-natspec
|
|
246
|
-
43:1 warning Missing @author tag in contract 'OAppMessagingChannelRBACUpgradeableTest' use-natspec
|
|
247
|
-
43:1 warning Missing @notice tag in contract 'OAppMessagingChannelRBACUpgradeableTest' use-natspec
|
|
248
|
-
44:5 warning Explicitly mark visibility of state state-visibility
|
|
249
|
-
45:5 warning Explicitly mark visibility of state state-visibility
|
|
250
|
-
46:5 warning Explicitly mark visibility of state state-visibility
|
|
251
|
-
47:5 warning Explicitly mark visibility of state state-visibility
|
|
252
|
-
49:5 warning Missing @notice tag in function '_deployOApp' use-natspec
|
|
253
|
-
49:5 warning Missing @return tag in function '_deployOApp' use-natspec
|
|
254
|
-
49:5 warning Mismatch in @return count for function '_deployOApp'. Expected: 1, Found: 0 use-natspec
|
|
255
|
-
60:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
256
|
-
72:5 warning Missing @notice tag in function 'test_clear_Revert_Unauthorized' use-natspec
|
|
257
|
-
84:5 warning Missing @notice tag in function 'test_clear_Revert_NilifierUnauthorized' use-natspec
|
|
258
|
-
98:5 warning Missing @notice tag in function 'test_skip_Revert_Unauthorized' use-natspec
|
|
259
|
-
112:5 warning Missing @notice tag in function 'test_burn_Revert_Unauthorized' use-natspec
|
|
260
|
-
126:5 warning Missing @notice tag in function 'test_nilify_Revert_Unauthorized' use-natspec
|
|
261
|
-
138:5 warning Missing @notice tag in function 'test_nilify_Revert_ManagerUnauthorized' use-natspec
|
|
262
|
-
|
|
263
|
-
test/OAppOptionsType3BaseUpgradeable.t.sol
|
|
264
|
-
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
265
|
-
8:1 warning Import in test/OAppOptionsType3BaseUpgradeable.t.sol doesn't exist in: forge-std/Test.sol import-path-check
|
|
266
|
-
11:1 warning Missing @title tag in contract 'OAppOptionsType3BaseHarness' use-natspec
|
|
267
|
-
11:1 warning Missing @author tag in contract 'OAppOptionsType3BaseHarness' use-natspec
|
|
268
|
-
11:1 warning Missing @notice tag in contract 'OAppOptionsType3BaseHarness' use-natspec
|
|
269
|
-
12:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
270
|
-
16:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
271
|
-
20:5 warning Missing @notice tag in function 'setEnforcedOptions' use-natspec
|
|
272
|
-
20:5 warning Missing @param tag in function 'setEnforcedOptions' use-natspec
|
|
273
|
-
20:5 warning Mismatch in @param names for function 'setEnforcedOptions'. Expected: [_enforcedOptions], Found: [] use-natspec
|
|
274
|
-
25:1 warning Missing @title tag in contract 'OAppOptionsType3BaseUpgradeableTest' use-natspec
|
|
275
|
-
25:1 warning Missing @author tag in contract 'OAppOptionsType3BaseUpgradeableTest' use-natspec
|
|
276
|
-
25:1 warning Missing @notice tag in contract 'OAppOptionsType3BaseUpgradeableTest' use-natspec
|
|
277
|
-
28:5 warning Explicitly mark visibility of state state-visibility
|
|
278
|
-
33:5 warning Missing @notice tag in function '_deployOApp' use-natspec
|
|
279
|
-
33:5 warning Missing @return tag in function '_deployOApp' use-natspec
|
|
280
|
-
33:5 warning Mismatch in @return count for function '_deployOApp'. Expected: 1, Found: 0 use-natspec
|
|
281
|
-
43:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
282
|
-
49:5 warning Missing @notice tag in function 'test_initialize_Revert_AlreadyInitialized' use-natspec
|
|
283
|
-
56:5 warning Missing @notice tag in function 'test_enforcedOptions' use-natspec
|
|
284
|
-
67:5 warning Missing @notice tag in function 'test_enforcedOptions_Empty' use-natspec
|
|
285
|
-
73:5 warning Missing @notice tag in function 'test_setEnforcedOptions' use-natspec
|
|
286
|
-
94:5 warning Missing @notice tag in function 'test_setEnforcedOptions_EmptyOptionsResetsEnforced' use-natspec
|
|
287
|
-
109:5 warning Missing @notice tag in function 'test_setEnforcedOptions_Fuzz' use-natspec
|
|
288
|
-
109:5 warning Missing @param tag in function 'test_setEnforcedOptions_Fuzz' use-natspec
|
|
289
|
-
109:5 warning Mismatch in @param names for function 'test_setEnforcedOptions_Fuzz'. Expected: [_eid, _msgType, _gas], Found: [] use-natspec
|
|
290
|
-
121:5 warning Missing @notice tag in function 'test_setEnforcedOptions_Fuzz_Revert_InvalidOptionsType' use-natspec
|
|
291
|
-
121:5 warning Missing @param tag in function 'test_setEnforcedOptions_Fuzz_Revert_InvalidOptionsType' use-natspec
|
|
292
|
-
121:5 warning Mismatch in @param names for function 'test_setEnforcedOptions_Fuzz_Revert_InvalidOptionsType'. Expected: [_optionsType], Found: [] use-natspec
|
|
293
|
-
134:5 warning Missing @notice tag in function 'test_combineOptions_CombinesType3Options' use-natspec
|
|
294
|
-
152:5 warning Missing @notice tag in function 'test_combineOptions_NoExtraOptions' use-natspec
|
|
295
|
-
166:5 warning Missing @notice tag in function 'test_combineOptions_NoEnforcedOptions' use-natspec
|
|
296
|
-
171:5 warning Missing @notice tag in function 'test_combineOptions_PassthroughAfterReset' use-natspec
|
|
297
|
-
195:5 warning Missing @notice tag in function 'test_combineOptions_Revert_SingleByteExtraOptions' use-natspec
|
|
298
|
-
207:5 warning Missing @notice tag in function 'test_combineOptions_Fuzz' use-natspec
|
|
299
|
-
207:5 warning Missing @param tag in function 'test_combineOptions_Fuzz' use-natspec
|
|
300
|
-
207:5 warning Mismatch in @param names for function 'test_combineOptions_Fuzz'. Expected: [_eid, _msgType, _enforcedGas, _extraGas], Found: [] use-natspec
|
|
301
|
-
226:5 warning Missing @notice tag in function 'test_combineOptions_Fuzz_Revert_InvalidExtraOptionsType' use-natspec
|
|
302
|
-
226:5 warning Missing @param tag in function 'test_combineOptions_Fuzz_Revert_InvalidExtraOptionsType' use-natspec
|
|
303
|
-
226:5 warning Mismatch in @param names for function 'test_combineOptions_Fuzz_Revert_InvalidExtraOptionsType'. Expected: [_optionsType], Found: [] use-natspec
|
|
304
|
-
|
|
305
|
-
test/OAppOptionsType3RBACUpgradeable.t.sol
|
|
306
|
-
2:1 warning Found more than One contract per file. 2 contracts found! one-contract-per-file
|
|
307
|
-
15:1 warning Missing @title tag in contract 'OAppOptionsType3RBACHarness' use-natspec
|
|
308
|
-
15:1 warning Missing @author tag in contract 'OAppOptionsType3RBACHarness' use-natspec
|
|
309
|
-
15:1 warning Missing @notice tag in contract 'OAppOptionsType3RBACHarness' use-natspec
|
|
310
|
-
16:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
311
|
-
20:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
312
|
-
20:5 warning Missing @param tag in function 'initialize' use-natspec
|
|
313
|
-
20:5 warning Mismatch in @param names for function 'initialize'. Expected: [_initialAdmin], Found: [] use-natspec
|
|
314
|
-
25:1 warning Missing @title tag in contract 'OAppOptionsType3RBACUpgradeableTest' use-natspec
|
|
315
|
-
25:1 warning Missing @author tag in contract 'OAppOptionsType3RBACUpgradeableTest' use-natspec
|
|
316
|
-
25:1 warning Missing @notice tag in contract 'OAppOptionsType3RBACUpgradeableTest' use-natspec
|
|
317
|
-
28:5 warning Explicitly mark visibility of state state-visibility
|
|
318
|
-
29:5 warning Explicitly mark visibility of state state-visibility
|
|
319
|
-
31:5 warning Missing @notice tag in function '_deployOApp' use-natspec
|
|
320
|
-
31:5 warning Missing @return tag in function '_deployOApp' use-natspec
|
|
321
|
-
31:5 warning Mismatch in @return count for function '_deployOApp'. Expected: 1, Found: 0 use-natspec
|
|
322
|
-
45:5 warning Missing @notice tag in function 'test_initialize_Revert_AlreadyInitialized' use-natspec
|
|
323
|
-
52:5 warning Missing @notice tag in function 'test_setEnforcedOptions_Revert_Unauthorized' use-natspec
|
|
324
|
-
|
|
325
|
-
✖ 281 problems (0 errors, 281 warnings)
|
|
326
|
-
|
|
327
|
-
--------------------------------------------------------------------------
|
|
328
|
-
===> Join SOLHINT Community at: https://discord.com/invite/4TYGq3zpjs <===
|
|
329
|
-
--------------------------------------------------------------------------
|
|
330
|
-
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @layerzerolabs/oapp-upgradeable-evm-contracts@0.0.0 test /home/runner/work/monorepo-internal/monorepo-internal/apps/oapp-app/contracts/evm/upgradeable
|
|
3
|
-
> pnpm lz-tool forge test
|
|
4
|
-
|
|
5
|
-
✅ forge-1.3.6-hardhat-2.26.3
|
|
6
|
-
🔧 forge version: 1.3.6
|
|
7
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-pJTU6M
|
|
8
|
-
📦 Copied 11 workspace package source(s)
|
|
9
|
-
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
10
|
-
(node:61713) [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
|
-
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
12
|
-
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
13
|
-
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
14
|
-
📦 Docker volumes:
|
|
15
|
-
-v /tmp/lz-scoped-workspace-pJTU6M:/workspace
|
|
16
|
-
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/oapp-app/contracts/evm/upgradeable:/workspace/apps/oapp-app/contracts/evm/upgradeable
|
|
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-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: Already exists
|
|
25
|
-
bbd7db620433: Already exists
|
|
26
|
-
dd8d0adb78c1: Already exists
|
|
27
|
-
e2082273f6a6: Already exists
|
|
28
|
-
6aca5ecbfbf0: Already exists
|
|
29
|
-
57cfa89d22f0: Pulling fs layer
|
|
30
|
-
95f21f1a21d0: Pulling fs layer
|
|
31
|
-
796d60317d4d: Pulling fs layer
|
|
32
|
-
c35d7f83b6fc: Pulling fs layer
|
|
33
|
-
8f1cde221fc4: Pulling fs layer
|
|
34
|
-
bcbb9eb73fb5: Pulling fs layer
|
|
35
|
-
c8e19a2c627e: Pulling fs layer
|
|
36
|
-
b79abc894e87: Pulling fs layer
|
|
37
|
-
63ec365deef1: Pulling fs layer
|
|
38
|
-
36a7bdc86737: Pulling fs layer
|
|
39
|
-
36a7bdc86737: Waiting
|
|
40
|
-
796d60317d4d: Download complete
|
|
41
|
-
c35d7f83b6fc: Download complete
|
|
42
|
-
8f1cde221fc4: Download complete
|
|
43
|
-
bcbb9eb73fb5: Download complete
|
|
44
|
-
c8e19a2c627e: Download complete
|
|
45
|
-
57cfa89d22f0: Pull complete
|
|
46
|
-
95f21f1a21d0: Verifying Checksum
|
|
47
|
-
95f21f1a21d0: Download complete
|
|
48
|
-
36a7bdc86737: Verifying Checksum
|
|
49
|
-
36a7bdc86737: Download complete
|
|
50
|
-
63ec365deef1: Verifying Checksum
|
|
51
|
-
63ec365deef1: Download complete
|
|
52
|
-
b79abc894e87: Verifying Checksum
|
|
53
|
-
b79abc894e87: Download complete
|
|
54
|
-
95f21f1a21d0: Pull complete
|
|
55
|
-
796d60317d4d: Pull complete
|
|
56
|
-
c35d7f83b6fc: Pull complete
|
|
57
|
-
8f1cde221fc4: Pull complete
|
|
58
|
-
bcbb9eb73fb5: Pull complete
|
|
59
|
-
c8e19a2c627e: Pull complete
|
|
60
|
-
b79abc894e87: Pull complete
|
|
61
|
-
63ec365deef1: Pull complete
|
|
62
|
-
36a7bdc86737: Pull complete
|
|
63
|
-
Digest: sha256:778dd8fe35fba1405c5995090a0d4167609e8b03ece06b005fb0e067f4f7e2ab
|
|
64
|
-
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
|
|
65
|
-
438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
66
|
-
✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
67
|
-
👤 Running container as UID:GID 1001:1001
|
|
68
|
-
$ docker run --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-pJTU6M:/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-4 forge test
|
|
69
|
-
Compiling 157 files with Solc 0.8.26
|
|
70
|
-
Solc 0.8.26 finished in 11.97s
|
|
71
|
-
Compiler run successful!
|
|
72
|
-
|
|
73
|
-
Ran 11 tests for test/OAppMessagingChannelRBACUpgradeable.t.sol:OAppMessagingChannelRBACUpgradeableTest
|
|
74
|
-
[PASS] test_burn() (gas: 80979)
|
|
75
|
-
[PASS] test_burn_Revert_Unauthorized() (gas: 22064)
|
|
76
|
-
[PASS] test_clear() (gas: 74460)
|
|
77
|
-
[PASS] test_clear_Revert_NilifierUnauthorized() (gas: 22574)
|
|
78
|
-
[PASS] test_clear_Revert_Unauthorized() (gas: 22583)
|
|
79
|
-
[PASS] test_nilify() (gas: 72463)
|
|
80
|
-
[PASS] test_nilify_Revert_ManagerUnauthorized() (gas: 22123)
|
|
81
|
-
[PASS] test_nilify_Revert_Unauthorized() (gas: 22090)
|
|
82
|
-
[PASS] test_nilify_Unverified() (gas: 53369)
|
|
83
|
-
[PASS] test_skip() (gas: 52715)
|
|
84
|
-
[PASS] test_skip_Revert_Unauthorized() (gas: 21976)
|
|
85
|
-
Suite result: ok. 11 passed; 0 failed; 0 skipped; finished in 6.03ms (1.75ms CPU time)
|
|
86
|
-
|
|
87
|
-
Ran 5 tests for test/OAppMessagingChannelBaseUpgradeable.t.sol:OAppMessagingChannelBaseUpgradeableTest
|
|
88
|
-
[PASS] test_burn() (gas: 78214)
|
|
89
|
-
[PASS] test_clear() (gas: 72050)
|
|
90
|
-
[PASS] test_nilify() (gas: 70075)
|
|
91
|
-
[PASS] test_nilify_Unverified() (gas: 50992)
|
|
92
|
-
[PASS] test_skip() (gas: 50360)
|
|
93
|
-
Suite result: ok. 5 passed; 0 failed; 0 skipped; finished in 7.87ms (980.82µs CPU time)
|
|
94
|
-
|
|
95
|
-
Ran 6 tests for test/OAppAltUpgradeable.t.sol:OAppAltUpgradeableTest
|
|
96
|
-
[PASS] test_constructor() (gas: 15503)
|
|
97
|
-
[PASS] test_constructor_Revert_InvalidNativeToken() (gas: 5016117)
|
|
98
|
-
[PASS] test_payNative() (gas: 96297)
|
|
99
|
-
[PASS] test_payNative_Fuzz(uint96) (runs: 1000, μ: 98429, ~: 98362)
|
|
100
|
-
[PASS] test_payNative_Revert_OnlyAltToken() (gas: 101530)
|
|
101
|
-
[PASS] test_payNative_ZeroFee() (gas: 18704)
|
|
102
|
-
Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 132.03ms (124.57ms CPU time)
|
|
103
|
-
|
|
104
|
-
Ran 14 tests for test/OAppOptionsType3BaseUpgradeable.t.sol:OAppOptionsType3BaseUpgradeableTest
|
|
105
|
-
[PASS] test_combineOptions_CombinesType3Options() (gas: 52612)
|
|
106
|
-
[PASS] test_combineOptions_Fuzz(uint32,uint16,uint128,uint128) (runs: 1000, μ: 55764, ~: 55747)
|
|
107
|
-
[PASS] test_combineOptions_Fuzz_Revert_InvalidExtraOptionsType(uint16) (runs: 1000, μ: 49369, ~: 49369)
|
|
108
|
-
[PASS] test_combineOptions_NoEnforcedOptions() (gas: 19002)
|
|
109
|
-
[PASS] test_combineOptions_NoExtraOptions() (gas: 92961)
|
|
110
|
-
[PASS] test_combineOptions_PassthroughAfterReset() (gas: 78119)
|
|
111
|
-
[PASS] test_combineOptions_Revert_SingleByteExtraOptions() (gas: 48364)
|
|
112
|
-
[PASS] test_enforcedOptions() (gas: 46261)
|
|
113
|
-
[PASS] test_enforcedOptions_Empty() (gas: 17056)
|
|
114
|
-
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 15511)
|
|
115
|
-
[PASS] test_setEnforcedOptions() (gas: 129551)
|
|
116
|
-
[PASS] test_setEnforcedOptions_EmptyOptionsResetsEnforced() (gas: 41253)
|
|
117
|
-
[PASS] test_setEnforcedOptions_Fuzz(uint32,uint16,uint128) (runs: 1000, μ: 49907, ~: 49900)
|
|
118
|
-
[PASS] test_setEnforcedOptions_Fuzz_Revert_InvalidOptionsType(uint16) (runs: 1000, μ: 16895, ~: 16895)
|
|
119
|
-
Suite result: ok. 14 passed; 0 failed; 0 skipped; finished in 138.57ms (404.06ms CPU time)
|
|
120
|
-
|
|
121
|
-
Ran 6 tests for test/OAppCoreRBACUpgradeable.t.sol:OAppCoreRBACUpgradeableTest
|
|
122
|
-
[PASS] test_acceptDefaultAdminTransfer() (gas: 106631)
|
|
123
|
-
[PASS] test_acceptDefaultAdminTransfer_ChainedTransfers() (gas: 174083)
|
|
124
|
-
[PASS] test_acceptDefaultAdminTransfer_Fuzz(address) (runs: 1000, μ: 107394, ~: 107380)
|
|
125
|
-
[PASS] test_initialize_SetsDelegate() (gas: 15106)
|
|
126
|
-
[PASS] test_setDelegate_Revert_CannotDirectlySetDelegate_Admin() (gas: 15484)
|
|
127
|
-
[PASS] test_setDelegate_Revert_CannotDirectlySetDelegate_NonAdmin() (gas: 15909)
|
|
128
|
-
Suite result: ok. 6 passed; 0 failed; 0 skipped; finished in 141.53ms (137.85ms CPU time)
|
|
129
|
-
|
|
130
|
-
Ran 15 tests for test/OAppOptionsType3RBACUpgradeable.t.sol:OAppOptionsType3RBACUpgradeableTest
|
|
131
|
-
[PASS] test_combineOptions_CombinesType3Options() (gas: 55050)
|
|
132
|
-
[PASS] test_combineOptions_Fuzz(uint32,uint16,uint128,uint128) (runs: 1000, μ: 58200, ~: 58185)
|
|
133
|
-
[PASS] test_combineOptions_Fuzz_Revert_InvalidExtraOptionsType(uint16) (runs: 1000, μ: 51795, ~: 51795)
|
|
134
|
-
[PASS] test_combineOptions_NoEnforcedOptions() (gas: 19051)
|
|
135
|
-
[PASS] test_combineOptions_NoExtraOptions() (gas: 95387)
|
|
136
|
-
[PASS] test_combineOptions_PassthroughAfterReset() (gas: 80364)
|
|
137
|
-
[PASS] test_combineOptions_Revert_SingleByteExtraOptions() (gas: 50790)
|
|
138
|
-
[PASS] test_enforcedOptions() (gas: 48710)
|
|
139
|
-
[PASS] test_enforcedOptions_Empty() (gas: 17124)
|
|
140
|
-
[PASS] test_initialize_Revert_AlreadyInitialized() (gas: 17800)
|
|
141
|
-
[PASS] test_setEnforcedOptions() (gas: 132072)
|
|
142
|
-
[PASS] test_setEnforcedOptions_EmptyOptionsResetsEnforced() (gas: 43568)
|
|
143
|
-
[PASS] test_setEnforcedOptions_Fuzz(uint32,uint16,uint128) (runs: 1000, μ: 52353, ~: 52349)
|
|
144
|
-
[PASS] test_setEnforcedOptions_Fuzz_Revert_InvalidOptionsType(uint16) (runs: 1000, μ: 19270, ~: 19270)
|
|
145
|
-
[PASS] test_setEnforcedOptions_Revert_Unauthorized() (gas: 24036)
|
|
146
|
-
Suite result: ok. 15 passed; 0 failed; 0 skipped; finished in 142.72ms (390.13ms CPU time)
|
|
147
|
-
|
|
148
|
-
Ran 6 test suites in 149.00ms (568.75ms CPU time): 57 tests passed, 0 failed, 0 skipped (57 total tests)
|
|
149
|
-
⏳ forge test: 15.805s
|