@layerzerolabs/protocol-stellar-v2 0.2.45 → 0.2.46
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/.turbo/turbo-build.log +337 -75
- package/.turbo/turbo-lint.log +96 -132
- package/.turbo/turbo-test.log +1755 -1961
- package/contracts/common-macros/src/lib.rs +17 -1
- package/contracts/macro-integration-tests/tests/runtime/oapp/mod.rs +3 -3
- package/contracts/oapps/counter/src/tests/mod.rs +2 -2
- package/contracts/oapps/oapp/src/oapp_core.rs +5 -5
- package/contracts/oapps/oapp/src/oapp_options_type3.rs +3 -3
- package/contracts/oapps/oapp/src/tests/mod.rs +3 -3
- package/contracts/oapps/oft/integration-tests/setup.rs +2 -2
- package/contracts/oapps/oft/integration-tests/utils.rs +10 -10
- package/contracts/oapps/oft/src/extensions/oft_fee.rs +7 -7
- package/contracts/oapps/oft/src/extensions/rate_limiter.rs +4 -4
- package/contracts/oapps/oft/src/tests/extensions/oft_fee.rs +3 -3
- package/contracts/oapps/oft/src/tests/extensions/rate_limiter.rs +3 -3
- package/contracts/oapps/oft-core/integration-tests/setup.rs +4 -4
- package/contracts/oapps/oft-core/src/oft_core.rs +4 -4
- package/contracts/oapps/oft-core/src/tests/test_msg_inspector.rs +3 -3
- package/contracts/oapps/oft-core/src/tests/test_utils.rs +4 -4
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +288 -299
- package/sdk/dist/generated/counter.d.ts +6 -6
- package/sdk/dist/generated/counter.js +6 -6
- package/sdk/dist/generated/oft.d.ts +12 -12
- package/sdk/dist/generated/oft.js +11 -11
- package/sdk/package.json +1 -1
- package/sdk/test/counter-sml.test.ts +4 -4
- package/sdk/test/counter-uln.test.ts +4 -4
- package/sdk/test/oft-sml.test.ts +5 -5
package/.turbo/turbo-lint.log
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
🔧 User volumes override 1 default volume(s)
|
|
8
8
|
✅ stellar-25.1.0 (Latest stable release)
|
|
9
9
|
🔧 stellar version: 25.1.0
|
|
10
|
-
(node:
|
|
10
|
+
(node:43833) [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)
|
|
@@ -17,8 +17,8 @@ Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazon
|
|
|
17
17
|
📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
18
18
|
$ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
19
19
|
stellar_25.1.0: Pulling from layerzerolabs/stellar-tooling
|
|
20
|
-
f6bd9104d248:
|
|
21
|
-
4617420e017b:
|
|
20
|
+
f6bd9104d248: Pulling fs layer
|
|
21
|
+
4617420e017b: Pulling fs layer
|
|
22
22
|
beaaf8a7146e: Pulling fs layer
|
|
23
23
|
3e1d87a413fa: Pulling fs layer
|
|
24
24
|
a0f6971ecbd3: Pulling fs layer
|
|
@@ -30,36 +30,39 @@ efd28cb7ba78: Pulling fs layer
|
|
|
30
30
|
14f775f5d67b: Pulling fs layer
|
|
31
31
|
3f562c99cbe3: Pulling fs layer
|
|
32
32
|
5fa3a944df97: Pulling fs layer
|
|
33
|
-
|
|
33
|
+
3e1d87a413fa: Waiting
|
|
34
34
|
fb456ca5475e: Waiting
|
|
35
|
+
a0f6971ecbd3: Waiting
|
|
35
36
|
2c1ce468d9f3: Waiting
|
|
37
|
+
92a1b3d31b96: Waiting
|
|
36
38
|
963aa7b66e91: Waiting
|
|
37
39
|
efd28cb7ba78: Waiting
|
|
38
40
|
14f775f5d67b: Waiting
|
|
39
41
|
3f562c99cbe3: Waiting
|
|
40
42
|
5fa3a944df97: Waiting
|
|
43
|
+
f6bd9104d248: Download complete
|
|
41
44
|
3e1d87a413fa: Verifying Checksum
|
|
42
45
|
3e1d87a413fa: Download complete
|
|
46
|
+
f6bd9104d248: Pull complete
|
|
43
47
|
a0f6971ecbd3: Verifying Checksum
|
|
44
48
|
a0f6971ecbd3: Download complete
|
|
45
49
|
92a1b3d31b96: Verifying Checksum
|
|
46
50
|
92a1b3d31b96: Download complete
|
|
51
|
+
beaaf8a7146e: Verifying Checksum
|
|
52
|
+
beaaf8a7146e: Download complete
|
|
47
53
|
2c1ce468d9f3: Verifying Checksum
|
|
48
54
|
2c1ce468d9f3: Download complete
|
|
49
55
|
fb456ca5475e: Verifying Checksum
|
|
50
56
|
fb456ca5475e: Download complete
|
|
51
57
|
efd28cb7ba78: Verifying Checksum
|
|
52
58
|
efd28cb7ba78: Download complete
|
|
53
|
-
|
|
59
|
+
4617420e017b: Download complete
|
|
54
60
|
14f775f5d67b: Download complete
|
|
61
|
+
3f562c99cbe3: Download complete
|
|
55
62
|
963aa7b66e91: Verifying Checksum
|
|
56
63
|
963aa7b66e91: Download complete
|
|
57
|
-
5fa3a944df97: Verifying Checksum
|
|
58
64
|
5fa3a944df97: Download complete
|
|
59
|
-
|
|
60
|
-
3f562c99cbe3: Download complete
|
|
61
|
-
beaaf8a7146e: Verifying Checksum
|
|
62
|
-
beaaf8a7146e: Download complete
|
|
65
|
+
4617420e017b: Pull complete
|
|
63
66
|
beaaf8a7146e: Pull complete
|
|
64
67
|
3e1d87a413fa: Pull complete
|
|
65
68
|
a0f6971ecbd3: Pull complete
|
|
@@ -89,7 +92,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
|
89
92
|
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
90
93
|
|
|
91
94
|
info: checking for self-update
|
|
92
|
-
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy:
|
|
95
|
+
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy: 1.146s
|
|
93
96
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
94
97
|
📦 Using 4 default cache volume(s) for stellar
|
|
95
98
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -101,151 +104,112 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
|
|
|
101
104
|
🌍 Using 5 default environment variable(s) for stellar
|
|
102
105
|
📜 Executing custom script: cargo clippy -- -D warnings
|
|
103
106
|
$ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v lz-tooling-cache-stellar-rustup:/cache/rustup -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'cargo clippy -- -D warnings'
|
|
104
|
-
Blocking waiting for file lock on
|
|
105
|
-
Updating crates.io index
|
|
106
|
-
Blocking waiting for file lock on package cache
|
|
107
|
-
Blocking waiting for file lock on package cache
|
|
108
|
-
Downloading crates ...
|
|
109
|
-
Downloaded dtor v0.1.1
|
|
110
|
-
Downloaded unicode-ident v1.0.22
|
|
111
|
-
Downloaded schemars v1.0.5
|
|
112
|
-
Blocking waiting for file lock on package cache
|
|
113
|
-
Compiling proc-macro2 v1.0.103
|
|
114
|
-
Compiling quote v1.0.41
|
|
115
|
-
Compiling unicode-ident v1.0.22
|
|
116
|
-
Compiling version_check v0.9.5
|
|
117
|
-
Compiling typenum v1.19.0
|
|
118
|
-
Compiling serde_core v1.0.228
|
|
119
|
-
Compiling serde v1.0.228
|
|
120
|
-
Compiling serde_json v1.0.145
|
|
121
|
-
Compiling itoa v1.0.15
|
|
122
|
-
Compiling ryu v1.0.20
|
|
123
|
-
Compiling memchr v2.7.6
|
|
107
|
+
Blocking waiting for file lock on build directory
|
|
124
108
|
Checking cfg-if v1.0.4
|
|
125
109
|
Checking subtle v2.6.1
|
|
126
|
-
Compiling autocfg v1.5.0
|
|
127
110
|
Compiling libc v0.2.177
|
|
128
111
|
Checking const-oid v0.9.6
|
|
129
|
-
Compiling
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
Compiling syn v1.0.109
|
|
134
|
-
Compiling semver v1.0.27
|
|
112
|
+
Compiling serde_core v1.0.228
|
|
113
|
+
Checking typenum v1.19.0
|
|
114
|
+
Checking zerocopy v0.8.27
|
|
115
|
+
Checking num-traits v0.2.19
|
|
135
116
|
Compiling schemars v0.8.22
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
Compiling data-encoding v2.9.0
|
|
139
|
-
Compiling either v1.15.0
|
|
140
|
-
Compiling cpufeatures v0.2.17
|
|
141
|
-
Compiling ethnum v1.5.2
|
|
142
|
-
Compiling escape-bytes v0.1.1
|
|
143
|
-
Compiling generic-array v0.14.9
|
|
144
|
-
Compiling ahash v0.8.12
|
|
145
|
-
Compiling num-traits v0.2.19
|
|
146
|
-
Compiling rustc_version v0.4.1
|
|
147
|
-
Checking once_cell v1.21.3
|
|
117
|
+
Checking zeroize v1.8.2
|
|
118
|
+
Checking cpufeatures v0.2.17
|
|
148
119
|
Checking base16ct v0.2.0
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
120
|
+
Checking either v1.15.0
|
|
121
|
+
Checking once_cell v1.21.3
|
|
122
|
+
Checking data-encoding v2.9.0
|
|
123
|
+
Checking libm v0.2.15
|
|
152
124
|
Compiling thiserror v1.0.69
|
|
153
|
-
Compiling hashbrown v0.16.0
|
|
154
|
-
Checking num-integer v0.1.46
|
|
155
|
-
Checking indexmap-nostd v0.4.0
|
|
156
|
-
Compiling curve25519-dalek v4.1.3
|
|
157
|
-
Checking getrandom v0.2.16
|
|
158
125
|
Checking downcast-rs v1.2.1
|
|
159
|
-
|
|
160
|
-
Checking
|
|
161
|
-
Checking
|
|
162
|
-
Checking
|
|
163
|
-
|
|
164
|
-
Checking
|
|
165
|
-
|
|
166
|
-
Checking ppv-lite86 v0.2.21
|
|
167
|
-
Checking wasmi_core v0.13.0
|
|
126
|
+
Checking equivalent v1.0.2
|
|
127
|
+
Checking hashbrown v0.16.0
|
|
128
|
+
Checking indexmap-nostd v0.4.0
|
|
129
|
+
Checking spin v0.9.8
|
|
130
|
+
Checking escape-bytes v0.1.1
|
|
131
|
+
Checking der v0.7.10
|
|
132
|
+
Checking itertools v0.10.5
|
|
168
133
|
Checking byteorder v1.5.0
|
|
169
|
-
Compiling block-buffer v0.10.4
|
|
170
|
-
Compiling crypto-common v0.1.6
|
|
171
|
-
Checking group v0.13.0
|
|
172
|
-
Compiling syn v2.0.108
|
|
173
|
-
Checking hashbrown v0.13.2
|
|
174
|
-
Checking rand_chacha v0.3.1
|
|
175
|
-
Compiling digest v0.10.7
|
|
176
|
-
Checking smallvec v1.15.1
|
|
177
134
|
Checking hex v0.4.3
|
|
178
|
-
Checking rand v0.8.5
|
|
179
|
-
Compiling sha2 v0.10.9
|
|
180
|
-
Checking spin v0.9.8
|
|
181
|
-
Compiling wasmparser v0.116.1
|
|
182
|
-
Compiling heapless v0.8.0
|
|
183
135
|
Checking wasmi_arena v0.4.1
|
|
136
|
+
Checking ethnum v1.5.2
|
|
137
|
+
Checking semver v1.0.27
|
|
138
|
+
Checking generic-array v0.14.9
|
|
139
|
+
Checking wasmparser-nostd v0.100.2
|
|
140
|
+
Checking base64 v0.22.1
|
|
141
|
+
Checking smallvec v1.15.1
|
|
184
142
|
Checking hash32 v0.3.1
|
|
185
143
|
Checking stable_deref_trait v1.2.1
|
|
186
|
-
|
|
187
|
-
Compiling static_assertions v1.1.0
|
|
188
|
-
Compiling soroban-env-host v25.0.1
|
|
144
|
+
Checking num-integer v0.1.46
|
|
189
145
|
Checking keccak v0.1.5
|
|
190
|
-
|
|
146
|
+
Compiling soroban-env-host v25.0.1
|
|
147
|
+
Checking static_assertions v1.1.0
|
|
148
|
+
Checking heapless v0.8.0
|
|
149
|
+
Checking indexmap v2.12.0
|
|
150
|
+
Checking ryu v1.0.20
|
|
151
|
+
Checking memchr v2.7.6
|
|
191
152
|
Checking hex-literal v0.4.1
|
|
192
|
-
|
|
193
|
-
Checking
|
|
194
|
-
|
|
153
|
+
Checking num-bigint v0.4.6
|
|
154
|
+
Checking itoa v1.0.15
|
|
155
|
+
Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
156
|
+
Checking unicode-ident v1.0.22
|
|
157
|
+
Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
158
|
+
Checking crypto-common v0.1.6
|
|
159
|
+
Checking block-buffer v0.10.4
|
|
160
|
+
Checking sec1 v0.7.3
|
|
161
|
+
Checking wasmi_core v0.13.0
|
|
162
|
+
Checking proc-macro2 v1.0.103
|
|
163
|
+
Checking heck v0.5.0
|
|
164
|
+
Checking digest v0.10.7
|
|
165
|
+
Checking wasmparser v0.116.1
|
|
195
166
|
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
196
167
|
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
197
|
-
Checking
|
|
198
|
-
Checking
|
|
199
|
-
Checking
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
Compiling ark-ff-asm v0.4.2
|
|
204
|
-
Compiling darling_core v0.21.3
|
|
205
|
-
Compiling darling_core v0.20.11
|
|
206
|
-
Compiling macro-string v0.1.4
|
|
207
|
-
Compiling serde_derive v1.0.228
|
|
208
|
-
Compiling zeroize_derive v1.4.2
|
|
209
|
-
Compiling cfg_eval v0.1.2
|
|
210
|
-
Compiling num-derive v0.4.2
|
|
211
|
-
Compiling thiserror-impl v1.0.69
|
|
212
|
-
Compiling curve25519-dalek-derive v0.1.1
|
|
213
|
-
Compiling soroban-builtin-sdk-macros v25.0.1
|
|
214
|
-
Compiling bytes-lit v0.0.5
|
|
215
|
-
Compiling visibility v0.1.1
|
|
216
|
-
Checking zeroize v1.8.2
|
|
217
|
-
Checking der v0.7.10
|
|
218
|
-
Checking crypto-bigint v0.5.5
|
|
219
|
-
Checking sec1 v0.7.3
|
|
220
|
-
Checking ark-serialize v0.4.2
|
|
221
|
-
Checking signature v2.2.0
|
|
168
|
+
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
169
|
+
Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
|
|
170
|
+
Checking itertools v0.14.0
|
|
171
|
+
Checking getrandom v0.2.16
|
|
172
|
+
Checking quote v1.0.41
|
|
173
|
+
Checking sha2 v0.10.9
|
|
222
174
|
Checking hmac v0.12.1
|
|
175
|
+
Checking curve25519-dalek v4.1.3
|
|
223
176
|
Checking sha3 v0.10.8
|
|
224
|
-
Checking
|
|
177
|
+
Checking ppv-lite86 v0.2.21
|
|
178
|
+
Checking ahash v0.8.12
|
|
225
179
|
Checking rfc6979 v0.4.0
|
|
226
|
-
Checking
|
|
227
|
-
|
|
228
|
-
Checking
|
|
180
|
+
Checking syn v2.0.108
|
|
181
|
+
Checking rand_core v0.6.4
|
|
182
|
+
Checking hashbrown v0.13.2
|
|
183
|
+
Checking rand_chacha v0.3.1
|
|
184
|
+
Checking ff v0.13.1
|
|
185
|
+
Checking crypto-bigint v0.5.5
|
|
186
|
+
Checking signature v2.2.0
|
|
187
|
+
Checking ed25519 v2.2.3
|
|
188
|
+
Checking group v0.13.0
|
|
189
|
+
Checking serde_json v1.0.145
|
|
190
|
+
Checking serde v1.0.228
|
|
191
|
+
Checking rand v0.8.5
|
|
229
192
|
Checking ed25519-dalek v2.2.0
|
|
193
|
+
Checking soroban-wasmi v0.31.1-soroban.20.0.1
|
|
194
|
+
Checking ark-std v0.4.0
|
|
195
|
+
Checking elliptic-curve v0.13.8
|
|
196
|
+
Checking ark-serialize v0.4.2
|
|
197
|
+
Checking ark-ff v0.4.2
|
|
230
198
|
Checking ecdsa v0.16.9
|
|
231
199
|
Checking primeorder v0.13.6
|
|
232
|
-
Compiling darling_macro v0.21.3
|
|
233
|
-
Compiling crate-git-revision v0.0.6
|
|
234
|
-
Checking k256 v0.13.4
|
|
235
200
|
Checking p256 v0.13.2
|
|
236
|
-
|
|
201
|
+
Checking k256 v0.13.4
|
|
202
|
+
Compiling crate-git-revision v0.0.6
|
|
237
203
|
Compiling stellar-strkey v0.0.13
|
|
238
204
|
Compiling stellar-xdr v25.0.0
|
|
239
205
|
Compiling soroban-env-common v25.0.1
|
|
240
206
|
Compiling stellar-strkey v0.0.16
|
|
241
207
|
Compiling soroban-sdk v25.1.1
|
|
242
|
-
Compiling darling v0.21.3
|
|
243
|
-
Compiling serde_with_macros v3.15.1
|
|
244
|
-
Checking ark-poly v0.4.2
|
|
245
208
|
Compiling serde_with v3.15.1
|
|
209
|
+
Checking ark-poly v0.4.2
|
|
246
210
|
Checking ark-ec v0.4.2
|
|
247
|
-
Checking ark-bls12-381 v0.4.0
|
|
248
211
|
Checking ark-bn254 v0.4.0
|
|
212
|
+
Checking ark-bls12-381 v0.4.0
|
|
249
213
|
Compiling soroban-spec v25.1.1
|
|
250
214
|
Compiling soroban-env-macros v25.0.1
|
|
251
215
|
Compiling soroban-spec-rust v25.1.1
|
|
@@ -254,23 +218,23 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
254
218
|
Checking fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
255
219
|
Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
256
220
|
Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
257
|
-
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
258
|
-
Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
259
221
|
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
222
|
+
Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
260
223
|
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
224
|
+
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
261
225
|
Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
262
226
|
Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
263
227
|
Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
264
|
-
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
265
228
|
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
229
|
+
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
266
230
|
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
267
231
|
Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
268
|
-
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
269
232
|
Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
233
|
+
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
270
234
|
Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
271
235
|
Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
272
|
-
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
273
|
-
Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
274
236
|
Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
275
|
-
|
|
276
|
-
|
|
237
|
+
Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
238
|
+
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
239
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 54s
|
|
240
|
+
⏱️ bash -c cargo clippy -- -D warnings: 5:56.426 (m:ss.mmm)
|