@layerzerolabs/protocol-stellar-v2 0.2.88 → 0.2.90

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.
@@ -8,7 +8,7 @@
8
8
  ✅ stellar-25.1.0 (Latest stable release)
9
9
  🔧 stellar version: 25.1.0
10
10
  $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
11
- (node:70466) [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
+ (node:99568) [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.
12
12
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
13
13
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
14
14
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -20,13 +20,25 @@ To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-in
20
20
  $ docker run --rm --add-host=host.docker.internal:host-gateway -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-rustup:/cache/rustup -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 bash -c $'mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy'
21
21
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
22
22
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
23
- info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
24
- info: component 'rust-std' for target 'wasm32v1-none' is up to date
25
- info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
23
+ info: downloading component 'cargo'
24
+ info: downloading component 'clippy'
25
+ info: downloading component 'rust-docs'
26
+ info: downloading component 'rust-std' for 'wasm32v1-none'
27
+ info: downloading component 'rust-std'
28
+ info: downloading component 'rustc'
29
+ info: downloading component 'rustfmt'
30
+ info: installing component 'cargo'
31
+ info: installing component 'clippy'
32
+ info: installing component 'rust-docs'
33
+ info: installing component 'rust-std' for 'wasm32v1-none'
34
+ info: installing component 'rust-std'
35
+ info: installing component 'rustc'
36
+ info: installing component 'rustfmt'
26
37
 
27
- 1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
38
+ 1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
28
39
 
29
- bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 598.563ms
40
+ info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
41
+ ⏳ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 15.497s
30
42
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup
31
43
  📦 Using 4 default volume(s) for stellar
32
44
  ✅ stellar-25.1.0 (Latest stable release)
@@ -37,111 +49,300 @@ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws
37
49
  🌍 Using 5 default environment variable(s) for stellar
38
50
  📜 Executing custom script: cargo clippy -- -D warnings
39
51
  $ docker run --rm --add-host=host.docker.internal:host-gateway -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-patch-2 bash -c $'cargo clippy -- -D warnings'
52
+ Updating crates.io index
40
53
  Blocking waiting for file lock on package cache
41
54
  Blocking waiting for file lock on package cache
55
+ Downloading crates ...
56
+ Downloaded derive_arbitrary v1.3.2
57
+ Downloaded itoa v1.0.15
58
+ Downloaded rfc6979 v0.4.0
59
+ Downloaded subtle v2.6.1
60
+ Downloaded ref-cast v1.0.25
61
+ Downloaded thiserror v1.0.69
62
+ Downloaded rustc_version v0.4.1
63
+ Downloaded arbitrary v1.3.2
64
+ Downloaded ahash v0.8.12
65
+ Downloaded rand_core v0.6.4
66
+ Downloaded dtor v0.1.1
67
+ Downloaded schemars v0.8.22
68
+ Downloaded schemars v0.9.0
69
+ Downloaded stellar-strkey v0.0.13
70
+ Downloaded spki v0.7.3
71
+ Downloaded darling v0.21.3
72
+ Downloaded powerfmt v0.2.0
73
+ Downloaded schemars v1.0.5
74
+ Downloaded time-core v0.1.6
75
+ Downloaded crate-git-revision v0.0.6
76
+ Downloaded paste v1.0.15
77
+ Downloaded soroban-spec-rust v25.1.1
78
+ Downloaded wasmi_arena v0.4.1
79
+ Downloaded group v0.13.0
80
+ Downloaded quote v1.0.41
81
+ Downloaded zeroize_derive v1.4.2
82
+ Downloaded indexmap v1.9.3
83
+ Downloaded zeroize v1.8.2
84
+ Downloaded wasmi_core v0.13.0
85
+ Downloaded semver v1.0.27
86
+ Downloaded time-macros v0.2.24
87
+ Downloaded libm v0.2.15
88
+ Downloaded unicode-ident v1.0.22
89
+ Downloaded serde_with_macros v3.15.1
90
+ Downloaded chrono v0.4.42
91
+ Downloaded typenum v1.19.0
92
+ Downloaded soroban-env-common v25.0.1
93
+ Downloaded serde_derive v1.0.228
94
+ Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
95
+ Downloaded wasmparser-nostd v0.100.2
96
+ Downloaded time v0.3.44
97
+ Downloaded wasmparser v0.116.1
98
+ Downloaded serde_with v3.15.1
99
+ Downloaded soroban-sdk v25.1.1
100
+ Downloaded ark-bls12-381 v0.4.0
101
+ Downloaded zerocopy v0.8.27
102
+ Downloaded syn v1.0.109
103
+ Downloaded serde_json v1.0.145
104
+ Downloaded syn v2.0.108
105
+ Downloaded serde v1.0.228
106
+ Downloaded curve25519-dalek v4.1.3
107
+ Downloaded serde_core v1.0.228
108
+ Downloaded spin v0.9.8
109
+ Downloaded stellar-strkey v0.0.16
110
+ Downloaded smallvec v1.15.1
111
+ Downloaded sha2 v0.10.9
112
+ Downloaded hashbrown v0.16.0
113
+ Downloaded soroban-env-macros v25.0.1
114
+ Downloaded indexmap v2.12.0
115
+ Downloaded hashbrown v0.12.3
116
+ Downloaded sec1 v0.7.3
117
+ Downloaded num-bigint v0.4.6
118
+ Downloaded itertools v0.14.0
119
+ Downloaded itertools v0.10.5
120
+ Downloaded hashbrown v0.13.2
121
+ Downloaded thiserror-impl v1.0.69
122
+ Downloaded libc v0.2.177
123
+ Downloaded prettyplease v0.2.37
124
+ Downloaded soroban-env-host v25.0.1
125
+ Downloaded ed25519-dalek v2.2.0
126
+ Downloaded crypto-bigint v0.5.5
127
+ Downloaded visibility v0.1.1
128
+ Downloaded version_check v0.9.5
129
+ Downloaded static_assertions v1.1.0
130
+ Downloaded soroban-ledger-snapshot v25.1.1
131
+ Downloaded rand v0.8.5
132
+ Downloaded memchr v2.7.6
133
+ Downloaded k256 v0.13.4
134
+ Downloaded ethnum v1.5.2
135
+ Downloaded sha3 v0.10.8
136
+ Downloaded elliptic-curve v0.13.8
137
+ Downloaded darling_core v0.20.11
138
+ Downloaded heapless v0.8.0
139
+ Downloaded derivative v2.2.0
140
+ Downloaded const-oid v0.9.6
141
+ Downloaded ark-ec v0.4.2
142
+ Downloaded stable_deref_trait v1.2.1
143
+ Downloaded soroban-spec v25.1.1
144
+ Downloaded soroban-builtin-sdk-macros v25.0.1
145
+ Downloaded proc-macro2 v1.0.103
146
+ Downloaded p256 v0.13.2
147
+ Downloaded once_cell v1.21.3
148
+ Downloaded num-traits v0.2.19
149
+ Downloaded num-integer v0.1.46
150
+ Downloaded iana-time-zone v0.1.64
151
+ Downloaded hmac v0.12.1
152
+ Downloaded getrandom v0.2.16
153
+ Downloaded dtor-proc-macro v0.0.6
154
+ Downloaded data-encoding v2.9.0
155
+ Downloaded pkcs8 v0.10.2
156
+ Downloaded equivalent v1.0.2
157
+ Downloaded digest v0.10.7
158
+ Downloaded base64ct v1.8.0
159
+ Downloaded rand_chacha v0.3.1
160
+ Downloaded ppv-lite86 v0.2.21
161
+ Downloaded num-derive v0.4.2
162
+ Downloaded macro-string v0.1.4
163
+ Downloaded keccak v0.1.5
164
+ Downloaded heck v0.5.0
165
+ Downloaded ed25519 v2.2.3
166
+ Downloaded downcast-rs v1.2.1
167
+ Downloaded darling_macro v0.21.3
168
+ Downloaded block-buffer v0.10.4
169
+ Downloaded base16ct v0.2.0
170
+ Downloaded ark-serialize-derive v0.4.2
171
+ Downloaded soroban-sdk-macros v25.1.1
172
+ Downloaded dyn-clone v1.0.20
173
+ Downloaded ark-ff v0.4.2
174
+ Downloaded bytes-lit v0.0.5
175
+ Downloaded ark-ff-macros v0.4.2
176
+ Downloaded ark-ff-asm v0.4.2
177
+ Downloaded strsim v0.11.1
178
+ Downloaded signature v2.2.0
179
+ Downloaded num-conv v0.1.0
180
+ Downloaded indexmap-nostd v0.4.0
181
+ Downloaded ident_case v1.0.1
182
+ Downloaded hex-literal v0.4.1
183
+ Downloaded fnv v1.0.7
184
+ Downloaded escape-bytes v0.1.1
185
+ Downloaded crypto-common v0.1.6
186
+ Downloaded cfg_eval v0.1.2
187
+ Downloaded hex v0.4.3
188
+ Downloaded hash32 v0.3.1
189
+ Downloaded generic-array v0.14.9
190
+ Downloaded ff v0.13.1
191
+ Downloaded either v1.15.0
192
+ Downloaded deranged v0.5.5
193
+ Downloaded der v0.7.10
194
+ Downloaded darling_core v0.21.3
195
+ Downloaded base64 v0.22.1
196
+ Downloaded darling v0.20.11
197
+ Downloaded cpufeatures v0.2.17
198
+ Downloaded cfg-if v1.0.4
199
+ Downloaded byteorder v1.5.0
200
+ Downloaded ark-serialize v0.4.2
201
+ Downloaded ryu v1.0.20
202
+ Downloaded darling_macro v0.20.11
203
+ Downloaded ctor v0.5.0
204
+ Downloaded ark-std v0.4.0
205
+ Downloaded ref-cast-impl v1.0.25
206
+ Downloaded primeorder v0.13.6
207
+ Downloaded ecdsa v0.16.9
208
+ Downloaded curve25519-dalek-derive v0.1.1
209
+ Downloaded ctor-proc-macro v0.0.6
210
+ Downloaded autocfg v1.5.0
211
+ Downloaded ark-poly v0.4.2
212
+ Downloaded ark-bn254 v0.4.0
213
+ Downloaded stellar-xdr v25.0.0
42
214
  Blocking waiting for file lock on package cache
43
- Blocking waiting for file lock on package cache
44
- Blocking waiting for file lock on build directory
215
+ Compiling proc-macro2 v1.0.103
216
+ Compiling quote v1.0.41
217
+ Compiling unicode-ident v1.0.22
218
+ Compiling version_check v0.9.5
219
+ Compiling typenum v1.19.0
220
+ Compiling serde_core v1.0.228
221
+ Compiling serde v1.0.228
222
+ Compiling serde_json v1.0.145
223
+ Compiling ryu v1.0.20
224
+ Compiling memchr v2.7.6
225
+ Compiling itoa v1.0.15
45
226
  Checking cfg-if v1.0.4
46
227
  Checking subtle v2.6.1
228
+ Compiling autocfg v1.5.0
47
229
  Compiling libc v0.2.177
48
230
  Checking const-oid v0.9.6
49
- Checking cpufeatures v0.2.17
50
- Compiling serde_core v1.0.228
231
+ Compiling strsim v0.11.1
232
+ Compiling ident_case v1.0.1
233
+ Compiling fnv v1.0.7
234
+ Compiling zerocopy v0.8.27
235
+ Compiling syn v1.0.109
236
+ Compiling semver v1.0.27
237
+ Compiling paste v1.0.15
51
238
  Compiling schemars v0.8.22
239
+ Compiling dyn-clone v1.0.20
240
+ Compiling cpufeatures v0.2.17
241
+ Compiling either v1.15.0
242
+ Compiling data-encoding v2.9.0
243
+ Compiling ethnum v1.5.2
244
+ Compiling escape-bytes v0.1.1
52
245
  Checking base16ct v0.2.0
53
246
  Checking once_cell v1.21.3
54
- Checking either v1.15.0
55
- Checking data-encoding v2.9.0
56
- Checking equivalent v1.0.2
57
- Checking indexmap-nostd v0.4.0
58
- Checking typenum v1.19.0
59
- Checking zerocopy v0.8.27
247
+ Compiling libm v0.2.15
60
248
  Compiling thiserror v1.0.69
61
- Checking hashbrown v0.16.0
249
+ Compiling hashbrown v0.16.0
250
+ Compiling equivalent v1.0.2
251
+ Compiling prettyplease v0.2.37
252
+ Checking indexmap-nostd v0.4.0
62
253
  Checking downcast-rs v1.2.1
63
- Checking base64 v0.22.1
64
- Checking escape-bytes v0.1.1
65
- Checking num-traits v0.2.19
66
- Checking libm v0.2.15
254
+ Checking wasmi_arena v0.4.1
67
255
  Checking smallvec v1.15.1
256
+ Compiling itertools v0.10.5
68
257
  Checking spin v0.9.8
258
+ Compiling rustc_version v0.4.1
259
+ Compiling heapless v0.8.0
69
260
  Checking byteorder v1.5.0
70
- Checking zeroize v1.8.2
71
- Checking wasmi_arena v0.4.1
72
- Checking semver v1.0.27
261
+ Checking base64 v0.22.1
73
262
  Checking hex v0.4.3
74
- Checking ethnum v1.5.2
263
+ Compiling generic-array v0.14.9
264
+ Compiling ahash v0.8.12
265
+ Checking static_assertions v1.1.0
75
266
  Checking keccak v0.1.5
267
+ Checking hash32 v0.3.1
268
+ Compiling heck v0.5.0
76
269
  Checking stable_deref_trait v1.2.1
77
270
  Compiling soroban-env-host v25.0.1
78
- Checking static_assertions v1.1.0
79
- Checking ryu v1.0.20
80
- Checking memchr v2.7.6
81
- Checking itoa v1.0.15
82
- Checking hex-literal v0.4.1
83
- Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
84
- Checking unicode-ident v1.0.22
85
- Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
86
271
  Checking wasmparser-nostd v0.100.2
87
- Checking heck v0.5.0
272
+ Checking hex-literal v0.4.1
88
273
  Checking indexmap v2.12.0
89
- Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
274
+ Compiling itertools v0.14.0
275
+ Compiling num-traits v0.2.19
276
+ Compiling curve25519-dalek v4.1.3
277
+ Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
90
278
  Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
91
- Checking hash32 v0.3.1
92
279
  Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
93
- Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
280
+ Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
281
+ Checking wasmparser v0.116.1
282
+ Checking getrandom v0.2.16
283
+ Checking rand_core v0.6.4
284
+ Checking syn v2.0.108
285
+ Checking ff v0.13.1
286
+ Compiling crypto-common v0.1.6
287
+ Compiling block-buffer v0.10.4
94
288
  Checking num-integer v0.1.46
95
289
  Checking wasmi_core v0.13.0
96
- Checking itertools v0.10.5
97
- Checking proc-macro2 v1.0.103
98
- Checking heapless v0.8.0
99
- Checking wasmparser v0.116.1
290
+ Checking group v0.13.0
291
+ Compiling digest v0.10.7
100
292
  Checking ppv-lite86 v0.2.21
101
- Checking ahash v0.8.12
102
293
  Checking num-bigint v0.4.6
103
- Checking soroban-wasmi v0.31.1-soroban.20.0.1
104
- Checking generic-array v0.14.9
105
- Checking der v0.7.10
106
- Checking itertools v0.14.0
294
+ Compiling sha2 v0.10.9
107
295
  Checking hashbrown v0.13.2
108
- Checking getrandom v0.2.16
109
- Checking quote v1.0.41
110
- Checking rand_core v0.6.4
111
296
  Checking rand_chacha v0.3.1
112
- Checking ff v0.13.1
113
- Checking group v0.13.0
114
297
  Checking rand v0.8.5
115
- Checking syn v2.0.108
116
- Checking block-buffer v0.10.4
117
- Checking crypto-common v0.1.6
118
- Checking crypto-bigint v0.5.5
119
- Checking sec1 v0.7.3
120
298
  Checking ark-std v0.4.0
121
- Checking digest v0.10.7
122
- Checking sha2 v0.10.9
123
- Checking signature v2.2.0
299
+ Checking soroban-wasmi v0.31.1-soroban.20.0.1
300
+ Checking oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
301
+ Checking common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
302
+ Compiling ark-serialize-derive v0.4.2
303
+ Compiling ark-ff-macros v0.4.2
304
+ Compiling ark-ff-asm v0.4.2
305
+ Compiling derivative v2.2.0
306
+ Compiling darling_core v0.21.3
307
+ Compiling darling_core v0.20.11
308
+ Compiling macro-string v0.1.4
309
+ Compiling serde_derive v1.0.228
310
+ Compiling zeroize_derive v1.4.2
311
+ Compiling cfg_eval v0.1.2
312
+ Compiling num-derive v0.4.2
313
+ Compiling thiserror-impl v1.0.69
314
+ Compiling curve25519-dalek-derive v0.1.1
315
+ Compiling soroban-builtin-sdk-macros v25.0.1
316
+ Compiling bytes-lit v0.0.5
317
+ Compiling visibility v0.1.1
318
+ Checking zeroize v1.8.2
319
+ Checking der v0.7.10
320
+ Checking sec1 v0.7.3
321
+ Checking crypto-bigint v0.5.5
124
322
  Checking ark-serialize v0.4.2
323
+ Checking signature v2.2.0
125
324
  Checking hmac v0.12.1
126
- Checking curve25519-dalek v4.1.3
127
325
  Checking sha3 v0.10.8
128
- Checking serde_json v1.0.145
129
- Checking serde v1.0.228
130
326
  Checking rfc6979 v0.4.0
131
327
  Checking ed25519 v2.2.3
132
328
  Checking ark-ff v0.4.2
329
+ Compiling darling_macro v0.20.11
330
+ Compiling crate-git-revision v0.0.6
331
+ Compiling darling_macro v0.21.3
133
332
  Checking elliptic-curve v0.13.8
134
- Checking ecdsa v0.16.9
135
- Checking primeorder v0.13.6
136
333
  Checking ed25519-dalek v2.2.0
137
- Checking k256 v0.13.4
138
- Checking p256 v0.13.2
139
- Compiling crate-git-revision v0.0.6
140
334
  Compiling stellar-strkey v0.0.13
141
335
  Compiling stellar-xdr v25.0.0
142
336
  Compiling soroban-env-common v25.0.1
143
337
  Compiling stellar-strkey v0.0.16
144
338
  Compiling soroban-sdk v25.1.1
339
+ Checking ecdsa v0.16.9
340
+ Checking primeorder v0.13.6
341
+ Checking k256 v0.13.4
342
+ Checking p256 v0.13.2
343
+ Compiling darling v0.20.11
344
+ Compiling darling v0.21.3
345
+ Compiling serde_with_macros v3.15.1
145
346
  Compiling serde_with v3.15.1
146
347
  Checking ark-poly v0.4.2
147
348
  Checking ark-ec v0.4.2
@@ -162,16 +363,16 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
162
363
  Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
163
364
  Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
164
365
  Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
165
- Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
166
366
  Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
167
- Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
168
- Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
169
- Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
367
+ Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
170
368
  Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
369
+ Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
370
+ Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
371
+ Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
171
372
  Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
172
373
  Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
173
374
  Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
174
375
  Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
175
376
  Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
176
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 48s
177
- ⏳ bash -c cargo clippy -- -D warnings: 3:49.420 (m:ss.mmm)
377
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
378
+ ⏳ bash -c cargo clippy -- -D warnings: 1:20.592 (m:ss.mmm)