@layerzerolabs/protocol-stellar-v2 0.2.64 → 0.2.65

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