@layerzerolabs/protocol-stellar-v2 0.2.77 → 0.2.79

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.
@@ -15,7 +15,7 @@
15
15
  ✅ stellar-25.1.0 (Latest stable release)
16
16
  🔧 stellar version: 25.1.0
17
17
  $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-1
18
- (node:81303) [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.
18
+ (node:19703) [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.
19
19
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
20
20
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
21
21
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -36,40 +36,40 @@ ebe71df0d5a0: Pulling fs layer
36
36
  8ab2295f3fb3: Pulling fs layer
37
37
  6da477ce4021: Pulling fs layer
38
38
  411ca42f331d: Pulling fs layer
39
- 72197a14cd4f: Waiting
40
- 97ed36c5fb07: Waiting
41
39
  493a5d82164a: Waiting
42
40
  f54b29cca981: Waiting
43
41
  2c1ce468d9f3: Waiting
44
42
  d47cd8933eb7: Waiting
45
43
  ebe71df0d5a0: Waiting
46
- 6da477ce4021: Waiting
47
44
  8ab2295f3fb3: Waiting
48
45
  411ca42f331d: Waiting
46
+ 72197a14cd4f: Waiting
47
+ 97ed36c5fb07: Waiting
48
+ 6da477ce4021: Waiting
49
49
  f6bd9104d248: Verifying Checksum
50
50
  f6bd9104d248: Download complete
51
51
  72197a14cd4f: Verifying Checksum
52
52
  72197a14cd4f: Download complete
53
53
  f6bd9104d248: Pull complete
54
+ 97ed36c5fb07: Verifying Checksum
54
55
  97ed36c5fb07: Download complete
55
56
  493a5d82164a: Verifying Checksum
56
57
  493a5d82164a: Download complete
57
58
  8bfa393fce63: Verifying Checksum
58
59
  8bfa393fce63: Download complete
59
- 2c1ce468d9f3: Download complete
60
- d47cd8933eb7: Download complete
60
+ 2c1ce468d9f3: Verifying Checksum
61
+ 4617420e017b: Verifying Checksum
62
+ 4617420e017b: Download complete
61
63
  ebe71df0d5a0: Verifying Checksum
62
64
  ebe71df0d5a0: Download complete
63
- f54b29cca981: Verifying Checksum
64
- f54b29cca981: Download complete
65
- 8ab2295f3fb3: Verifying Checksum
65
+ d47cd8933eb7: Download complete
66
66
  8ab2295f3fb3: Download complete
67
67
  6da477ce4021: Verifying Checksum
68
68
  6da477ce4021: Download complete
69
- 4617420e017b: Verifying Checksum
70
- 4617420e017b: Download complete
71
69
  411ca42f331d: Verifying Checksum
72
70
  411ca42f331d: Download complete
71
+ f54b29cca981: Verifying Checksum
72
+ f54b29cca981: Download complete
73
73
  4617420e017b: Pull complete
74
74
  8bfa393fce63: Pull complete
75
75
  72197a14cd4f: Pull complete
@@ -111,7 +111,7 @@ info: installing component 'rustfmt'
111
111
  1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
112
112
 
113
113
  info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
114
- âŗ 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.260s
114
+ âŗ 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.888s
115
115
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup
116
116
  đŸ“Ļ Using 4 default volume(s) for stellar
117
117
  ✅ stellar-25.1.0 (Latest stable release)
@@ -124,228 +124,228 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
124
124
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/endpoint-v2/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
125
125
  Updating crates.io index
126
126
  Downloading crates ...
127
- Downloaded block-buffer v0.10.4
127
+ Downloaded crypto-common v0.1.6
128
+ Downloaded cfg_eval v0.1.2
129
+ Downloaded ed25519 v2.2.3
130
+ Downloaded elliptic-curve v0.13.8
131
+ Downloaded pkcs8 v0.10.2
132
+ Downloaded soroban-builtin-sdk-macros v25.0.1
133
+ Downloaded itoa v1.0.15
134
+ Downloaded ark-poly v0.4.2
135
+ Downloaded soroban-spec v25.1.1
136
+ Downloaded base16ct v0.2.0
128
137
  Downloaded dtor v0.1.1
129
- Downloaded indexmap-nostd v0.4.0
130
- Downloaded ecdsa v0.16.9
131
- Downloaded quote v1.0.41
132
- Downloaded darling v0.20.11
133
- Downloaded num-conv v0.1.0
134
- Downloaded downcast-rs v1.2.1
135
- Downloaded base64ct v1.8.0
136
- Downloaded version_check v0.9.5
137
- Downloaded wasmparser-nostd v0.100.2
138
- Downloaded time-core v0.1.6
139
- Downloaded schemars v0.8.22
140
- Downloaded wasmi_arena v0.4.1
141
- Downloaded stable_deref_trait v1.2.1
138
+ Downloaded serde_with_macros v3.15.1
139
+ Downloaded ref-cast-impl v1.0.25
140
+ Downloaded libc v0.2.177
141
+ Downloaded indexmap v1.9.3
142
+ Downloaded ryu v1.0.20
142
143
  Downloaded rand_chacha v0.3.1
143
- Downloaded hmac v0.12.1
144
- Downloaded subtle v2.6.1
145
- Downloaded autocfg v1.5.0
146
- Downloaded wasmparser v0.116.1
147
- Downloaded time-macros v0.2.24
148
- Downloaded zerocopy v0.8.27
149
- Downloaded syn v2.0.108
150
- Downloaded unicode-ident v1.0.22
144
+ Downloaded num-traits v0.2.19
145
+ Downloaded prettyplease v0.2.37
146
+ Downloaded once_cell v1.21.3
151
147
  Downloaded thiserror-impl v1.0.69
152
- Downloaded ahash v0.8.12
153
- Downloaded schemars v0.9.0
154
- Downloaded typenum v1.19.0
148
+ Downloaded primeorder v0.13.6
149
+ Downloaded wasmparser v0.116.1
150
+ Downloaded p256 v0.13.2
155
151
  Downloaded rand_core v0.6.4
156
- Downloaded num-bigint v0.4.6
157
- Downloaded zeroize v1.8.2
158
- Downloaded serde_with v3.15.1
152
+ Downloaded heck v0.5.0
159
153
  Downloaded zeroize_derive v1.4.2
160
- Downloaded strsim v0.11.1
161
- Downloaded curve25519-dalek v4.1.3
162
- Downloaded ark-bls12-381 v0.4.0
163
- Downloaded chrono v0.4.42
154
+ Downloaded ark-std v0.4.0
155
+ Downloaded zeroize v1.8.2
156
+ Downloaded stellar-xdr v25.0.0
157
+ Downloaded soroban-sdk-macros v25.1.1
158
+ Downloaded wasmi_core v0.13.0
159
+ Downloaded syn v1.0.109
160
+ Downloaded typenum v1.19.0
161
+ Downloaded zerocopy v0.8.27
162
+ Downloaded time-macros v0.2.24
163
+ Downloaded version_check v0.9.5
164
+ Downloaded stable_deref_trait v1.2.1
165
+ Downloaded wasmparser-nostd v0.100.2
166
+ Downloaded rand v0.8.5
167
+ Downloaded schemars v0.9.0
168
+ Downloaded time v0.3.44
164
169
  Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
165
- Downloaded soroban-sdk v25.1.1
166
- Downloaded soroban-env-common v25.0.1
167
- Downloaded itertools v0.14.0
168
- Downloaded serde_with_macros v3.15.1
170
+ Downloaded num-bigint v0.4.6
169
171
  Downloaded hashbrown v0.16.0
170
- Downloaded ryu v1.0.20
171
- Downloaded rustc_version v0.4.1
172
- Downloaded libc v0.2.177
173
- Downloaded num-traits v0.2.19
174
- Downloaded serde_core v1.0.228
172
+ Downloaded ark-ff v0.4.2
175
173
  Downloaded hashbrown v0.13.2
176
- Downloaded itertools v0.10.5
177
- Downloaded indexmap v2.12.0
178
- Downloaded base64 v0.22.1
179
- Downloaded base16ct v0.2.0
180
- Downloaded thiserror v1.0.69
181
- Downloaded syn v1.0.109
182
- Downloaded schemars v1.0.5
183
- Downloaded sha3 v0.10.8
184
- Downloaded rand v0.8.5
185
- Downloaded k256 v0.13.4
186
- Downloaded ident_case v1.0.1
187
- Downloaded ethnum v1.5.2
188
174
  Downloaded hashbrown v0.12.3
189
- Downloaded crypto-bigint v0.5.5
190
- Downloaded const-oid v0.9.6
191
- Downloaded time v0.3.44
175
+ Downloaded der v0.7.10
176
+ Downloaded wasmi_arena v0.4.1
192
177
  Downloaded serde_json v1.0.145
178
+ Downloaded k256 v0.13.4
179
+ Downloaded ethnum v1.5.2
180
+ Downloaded curve25519-dalek-derive v0.1.1
181
+ Downloaded syn v2.0.108
182
+ Downloaded crate-git-revision v0.0.6
183
+ Downloaded block-buffer v0.10.4
184
+ Downloaded soroban-env-macros v25.0.1
185
+ Downloaded signature v2.2.0
186
+ Downloaded serde_derive v1.0.228
187
+ Downloaded hash32 v0.3.1
188
+ Downloaded cfg-if v1.0.4
189
+ Downloaded autocfg v1.5.0
190
+ Downloaded subtle v2.6.1
191
+ Downloaded static_assertions v1.1.0
192
+ Downloaded spin v0.9.8
193
+ Downloaded soroban-env-common v25.0.1
193
194
  Downloaded sec1 v0.7.3
194
- Downloaded p256 v0.13.2
195
+ Downloaded num-conv v0.1.0
196
+ Downloaded macro-string v0.1.4
197
+ Downloaded ident_case v1.0.1
198
+ Downloaded hex v0.4.3
199
+ Downloaded downcast-rs v1.2.1
200
+ Downloaded digest v0.10.7
201
+ Downloaded darling v0.21.3
202
+ Downloaded arbitrary v1.3.2
203
+ Downloaded sha3 v0.10.8
204
+ Downloaded sha2 v0.10.9
205
+ Downloaded schemars v0.8.22
206
+ Downloaded rfc6979 v0.4.0
207
+ Downloaded proc-macro2 v1.0.103
208
+ Downloaded ppv-lite86 v0.2.21
195
209
  Downloaded num-integer v0.1.46
196
- Downloaded memchr v2.7.6
197
- Downloaded libm v0.2.15
198
- Downloaded prettyplease v0.2.37
199
- Downloaded heapless v0.8.0
210
+ Downloaded escape-bytes v0.1.1
211
+ Downloaded dyn-clone v1.0.20
212
+ Downloaded ark-ff-asm v0.4.2
213
+ Downloaded soroban-ledger-snapshot v25.1.1
214
+ Downloaded serde_with v3.15.1
200
215
  Downloaded spki v0.7.3
201
- Downloaded soroban-spec v25.1.1
202
- Downloaded soroban-env-macros v25.0.1
203
- Downloaded sha2 v0.10.9
216
+ Downloaded soroban-sdk v25.1.1
217
+ Downloaded serde v1.0.228
218
+ Downloaded schemars v1.0.5
219
+ Downloaded visibility v0.1.1
220
+ Downloaded thiserror v1.0.69
221
+ Downloaded strsim v0.11.1
222
+ Downloaded soroban-env-host v25.0.1
223
+ Downloaded soroban-env-guest v25.0.1
224
+ Downloaded serde_core v1.0.228
225
+ Downloaded smallvec v1.15.1
204
226
  Downloaded semver v1.0.27
205
- Downloaded once_cell v1.21.3
227
+ Downloaded cpufeatures v0.2.17
228
+ Downloaded stellar-strkey v0.0.16
229
+ Downloaded stellar-strkey v0.0.13
230
+ Downloaded soroban-spec-rust v25.1.1
231
+ Downloaded unicode-ident v1.0.22
232
+ Downloaded time-core v0.1.6
233
+ Downloaded rustc_version v0.4.1
234
+ Downloaded ref-cast v1.0.25
235
+ Downloaded itertools v0.10.5
236
+ Downloaded keccak v0.1.5
206
237
  Downloaded iana-time-zone v0.1.64
207
- Downloaded group v0.13.0
208
- Downloaded generic-array v0.14.9
209
- Downloaded either v1.15.0
238
+ Downloaded hmac v0.12.1
239
+ Downloaded equivalent v1.0.2
240
+ Downloaded ed25519-dalek v2.2.0
241
+ Downloaded darling_core v0.21.3
242
+ Downloaded ark-serialize v0.4.2
243
+ Downloaded indexmap-nostd v0.4.0
210
244
  Downloaded deranged v0.5.5
245
+ Downloaded ark-ff-macros v0.4.2
246
+ Downloaded ark-ec v0.4.2
247
+ Downloaded paste v1.0.15
248
+ Downloaded num-derive v0.4.2
249
+ Downloaded ff v0.13.1
250
+ Downloaded either v1.15.0
251
+ Downloaded curve25519-dalek v4.1.3
211
252
  Downloaded data-encoding v2.9.0
212
- Downloaded static_assertions v1.1.0
213
- Downloaded soroban-env-host v25.0.1
214
- Downloaded signature v2.2.0
215
- Downloaded serde v1.0.228
216
- Downloaded primeorder v0.13.6
217
- Downloaded pkcs8 v0.10.2
218
- Downloaded indexmap v1.9.3
219
- Downloaded heck v0.5.0
220
- Downloaded ed25519-dalek v2.2.0
253
+ Downloaded chrono v0.4.42
254
+ Downloaded base64ct v1.8.0
255
+ Downloaded ark-bls12-381 v0.4.0
256
+ Downloaded memchr v2.7.6
257
+ Downloaded libm v0.2.15
258
+ Downloaded itertools v0.14.0
259
+ Downloaded indexmap v2.12.0
221
260
  Downloaded darling_core v0.20.11
222
- Downloaded crypto-common v0.1.6
223
- Downloaded num-derive v0.4.2
224
- Downloaded hex-literal v0.4.1
225
- Downloaded hex v0.4.3
226
- Downloaded curve25519-dalek-derive v0.1.1
227
- Downloaded visibility v0.1.1
228
- Downloaded stellar-strkey v0.0.16
229
- Downloaded dtor-proc-macro v0.0.6
230
- Downloaded derivative v2.2.0
231
- Downloaded darling_macro v0.21.3
232
- Downloaded arbitrary v1.3.2
233
- Downloaded powerfmt v0.2.0
234
- Downloaded fnv v1.0.7
235
261
  Downloaded ctor v0.5.0
262
+ Downloaded crypto-bigint v0.5.5
236
263
  Downloaded bytes-lit v0.0.5
237
- Downloaded spin v0.9.8
264
+ Downloaded ark-bn254 v0.4.0
238
265
  Downloaded getrandom v0.2.16
239
- Downloaded dyn-clone v1.0.20
240
- Downloaded stellar-strkey v0.0.13
241
- Downloaded proc-macro2 v1.0.103
242
- Downloaded ppv-lite86 v0.2.21
243
- Downloaded macro-string v0.1.4
244
- Downloaded der v0.7.10
245
- Downloaded soroban-ledger-snapshot v25.1.1
246
- Downloaded soroban-builtin-sdk-macros v25.0.1
247
- Downloaded serde_derive v1.0.228
248
- Downloaded derive_arbitrary v1.3.2
266
+ Downloaded generic-array v0.14.9
267
+ Downloaded derivative v2.2.0
268
+ Downloaded const-oid v0.9.6
269
+ Downloaded base64 v0.22.1
270
+ Downloaded powerfmt v0.2.0
271
+ Downloaded hex-literal v0.4.1
272
+ Downloaded heapless v0.8.0
273
+ Downloaded fnv v1.0.7
274
+ Downloaded dtor-proc-macro v0.0.6
275
+ Downloaded darling_macro v0.21.3
249
276
  Downloaded darling_macro v0.20.11
250
- Downloaded darling_core v0.21.3
251
- Downloaded cfg-if v1.0.4
252
- Downloaded ark-ff v0.4.2
253
- Downloaded itoa v1.0.15
254
- Downloaded hash32 v0.3.1
255
- Downloaded elliptic-curve v0.13.8
256
- Downloaded cpufeatures v0.2.17
277
+ Downloaded quote v1.0.41
257
278
  Downloaded byteorder v1.5.0
258
- Downloaded ark-poly v0.4.2
259
- Downloaded smallvec v1.15.1
260
- Downloaded ref-cast v1.0.25
261
- Downloaded digest v0.10.7
262
- Downloaded wasmi_core v0.13.0
263
- Downloaded ref-cast-impl v1.0.25
264
- Downloaded escape-bytes v0.1.1
265
- Downloaded soroban-spec-rust v25.1.1
266
- Downloaded soroban-sdk-macros v25.1.1
267
- Downloaded soroban-env-guest v25.0.1
268
- Downloaded rfc6979 v0.4.0
269
- Downloaded paste v1.0.15
270
- Downloaded ff v0.13.1
271
- Downloaded equivalent v1.0.2
272
- Downloaded ed25519 v2.2.3
273
- Downloaded darling v0.21.3
274
- Downloaded ctor-proc-macro v0.0.6
275
- Downloaded ark-std v0.4.0
276
- Downloaded ark-ff-asm v0.4.2
277
- Downloaded keccak v0.1.5
278
- Downloaded cfg_eval v0.1.2
279
- Downloaded ark-serialize v0.4.2
280
- Downloaded ark-bn254 v0.4.0
281
- Downloaded crate-git-revision v0.0.6
282
279
  Downloaded ark-serialize-derive v0.4.2
283
- Downloaded ark-ff-macros v0.4.2
284
- Downloaded stellar-xdr v25.0.0
285
- Downloaded ark-ec v0.4.2
280
+ Downloaded ahash v0.8.12
281
+ Downloaded group v0.13.0
282
+ Downloaded ecdsa v0.16.9
283
+ Downloaded derive_arbitrary v1.3.2
284
+ Downloaded darling v0.20.11
285
+ Downloaded ctor-proc-macro v0.0.6
286
286
  Compiling proc-macro2 v1.0.103
287
287
  Compiling quote v1.0.41
288
288
  Compiling unicode-ident v1.0.22
289
289
  Compiling serde_core v1.0.228
290
290
  Compiling serde v1.0.228
291
291
  Compiling serde_json v1.0.145
292
- Compiling memchr v2.7.6
293
292
  Compiling ryu v1.0.20
294
293
  Compiling itoa v1.0.15
295
- Compiling strsim v0.11.1
296
- Compiling ident_case v1.0.1
294
+ Compiling memchr v2.7.6
297
295
  Compiling fnv v1.0.7
298
- Compiling version_check v0.9.5
296
+ Compiling ident_case v1.0.1
297
+ Compiling strsim v0.11.1
299
298
  Compiling typenum v1.19.0
299
+ Compiling version_check v0.9.5
300
300
  Compiling autocfg v1.5.0
301
301
  Compiling schemars v0.8.22
302
302
  Compiling dyn-clone v1.0.20
303
- Compiling data-encoding v2.9.0
304
303
  Compiling cpufeatures v0.2.17
304
+ Compiling data-encoding v2.9.0
305
305
  Compiling cfg-if v1.0.4
306
306
  Compiling either v1.15.0
307
307
  Compiling ethnum v1.5.2
308
308
  Compiling escape-bytes v0.1.1
309
- Compiling generic-array v0.14.9
310
- Compiling num-traits v0.2.19
311
309
  Compiling semver v1.0.27
312
- Compiling thiserror v1.0.69
313
310
  Compiling hashbrown v0.16.0
314
311
  Compiling equivalent v1.0.2
312
+ Compiling thiserror v1.0.69
315
313
  Compiling prettyplease v0.2.37
316
- Compiling byteorder v1.5.0
317
314
  Compiling base64 v0.22.1
315
+ Compiling byteorder v1.5.0
318
316
  Compiling heapless v0.8.0
319
- Compiling itertools v0.10.5
320
- Compiling rustc_version v0.4.1
321
- Compiling heck v0.5.0
322
317
  Compiling static_assertions v1.1.0
318
+ Compiling heck v0.5.0
323
319
  Compiling stable_deref_trait v1.2.1
324
320
  Compiling hash32 v0.3.1
325
- Compiling indexmap v2.12.0
321
+ Compiling generic-array v0.14.9
322
+ Compiling itertools v0.10.5
326
323
  Compiling itertools v0.14.0
324
+ Compiling num-traits v0.2.19
325
+ Compiling rustc_version v0.4.1
326
+ Compiling indexmap v2.12.0
327
+ Compiling syn v2.0.108
328
+ Compiling num-integer v0.1.46
329
+ Compiling wasmparser v0.116.1
327
330
  Compiling crypto-common v0.1.6
328
331
  Compiling block-buffer v0.10.4
329
- Compiling num-integer v0.1.46
332
+ Compiling num-bigint v0.4.6
330
333
  Compiling digest v0.10.7
331
- Compiling wasmparser v0.116.1
332
334
  Compiling sha2 v0.10.9
333
- Compiling syn v2.0.108
334
- Compiling num-bigint v0.4.6
335
- Compiling serde_derive v1.0.228
336
335
  Compiling darling_core v0.21.3
336
+ Compiling darling_core v0.20.11
337
+ Compiling macro-string v0.1.4
338
+ Compiling serde_derive v1.0.228
337
339
  Compiling cfg_eval v0.1.2
338
340
  Compiling thiserror-impl v1.0.69
339
341
  Compiling num-derive v0.4.2
340
- Compiling darling_core v0.20.11
341
- Compiling macro-string v0.1.4
342
342
  Compiling bytes-lit v0.0.5
343
343
  Compiling visibility v0.1.1
344
344
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
345
- Compiling darling_macro v0.21.3
346
345
  Compiling darling_macro v0.20.11
347
- Compiling darling v0.21.3
346
+ Compiling darling_macro v0.21.3
348
347
  Compiling darling v0.20.11
348
+ Compiling darling v0.21.3
349
349
  Compiling serde_with_macros v3.15.1
350
350
  Compiling crate-git-revision v0.0.6
351
351
  Compiling hex v0.4.3
@@ -358,11 +358,11 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
358
358
  Compiling soroban-spec v25.1.1
359
359
  Compiling soroban-env-macros v25.0.1
360
360
  Compiling soroban-spec-rust v25.1.1
361
- Compiling soroban-sdk-macros v25.1.1
362
361
  Compiling soroban-env-guest v25.0.1
362
+ Compiling soroban-sdk-macros v25.1.1
363
363
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
364
364
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
365
- Finished `release` profile [optimized] target(s) in 1m 14s
365
+ Finished `release` profile [optimized] target(s) in 31.04s
366
366
  â„šī¸ Build Summary:
367
367
  Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
368
368
  Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
@@ -433,14 +433,14 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
433
433
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/layerzero-views/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
434
434
  Compiling byteorder v1.5.0
435
435
  Compiling escape-bytes v0.1.1
436
+ Compiling stable_deref_trait v1.2.1
436
437
  Compiling ethnum v1.5.2
437
438
  Compiling static_assertions v1.1.0
438
- Compiling num-traits v0.2.19
439
- Compiling stable_deref_trait v1.2.1
440
439
  Compiling data-encoding v2.9.0
441
440
  Compiling cfg-if v1.0.4
442
- Compiling hash32 v0.3.1
441
+ Compiling num-traits v0.2.19
443
442
  Compiling stellar-xdr v25.0.0
443
+ Compiling hash32 v0.3.1
444
444
  Compiling heapless v0.8.0
445
445
  Compiling stellar-strkey v0.0.16
446
446
  Compiling soroban-env-common v25.0.1
@@ -451,7 +451,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
451
451
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
452
452
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
453
453
  Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
454
- Finished `release` profile [optimized] target(s) in 18.95s
454
+ Finished `release` profile [optimized] target(s) in 8.62s
455
455
  â„šī¸ Build Summary:
456
456
  Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
457
457
  Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
@@ -484,7 +484,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
484
484
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/uln-302/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
485
485
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
486
486
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
487
- Finished `release` profile [optimized] target(s) in 2.56s
487
+ Finished `release` profile [optimized] target(s) in 1.09s
488
488
  â„šī¸ Build Summary:
489
489
  Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
490
490
  Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
@@ -532,7 +532,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
532
532
 
533
533
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/upgrader/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
534
534
  Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
535
- Finished `release` profile [optimized] target(s) in 0.53s
535
+ Finished `release` profile [optimized] target(s) in 0.26s
536
536
  â„šī¸ Build Summary:
537
537
  Wasm File: target/wasm32v1-none/release/upgrader.wasm (7575 bytes)
538
538
  Wasm Hash: 7796fed7be887c8f281a3c6e043203c0597969b65d23d5c1f9d767b62dfba062
@@ -544,7 +544,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
544
544
 
545
545
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/blocked-message-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
546
546
  Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
547
- Finished `release` profile [optimized] target(s) in 0.59s
547
+ Finished `release` profile [optimized] target(s) in 0.29s
548
548
  â„šī¸ Build Summary:
549
549
  Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15398 bytes)
550
550
  Wasm Hash: 0a8ee862d5fa45a3dca9c2dc8ba111b83e9ab333a78d89273ae0a111211445d1
@@ -561,7 +561,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
561
561
 
562
562
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/simple-message-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
563
563
  Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
564
- Finished `release` profile [optimized] target(s) in 0.99s
564
+ Finished `release` profile [optimized] target(s) in 0.47s
565
565
  â„šī¸ Build Summary:
566
566
  Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
567
567
  Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
@@ -602,7 +602,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
602
602
 
603
603
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/treasury/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
604
604
  Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
605
- Finished `release` profile [optimized] target(s) in 1.46s
605
+ Finished `release` profile [optimized] target(s) in 0.45s
606
606
  â„šī¸ Build Summary:
607
607
  Wasm File: target/wasm32v1-none/release/treasury.wasm (29508 bytes)
608
608
  Wasm Hash: 0eb3a9c49b66b4af26b0a95337a334b31d981a89258d0fbe0b8d7390a36fc2aa
@@ -635,7 +635,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
635
635
  Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
636
636
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
637
637
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
638
- Finished `release` profile [optimized] target(s) in 3.58s
638
+ Finished `release` profile [optimized] target(s) in 1.29s
639
639
  â„šī¸ Build Summary:
640
640
  Wasm File: target/wasm32v1-none/release/counter.wasm (52090 bytes)
641
641
  Wasm Hash: 43eaef63b2e9e04f75e0883fd19f1f160774f520df637f68e5902ec780425a7d
@@ -693,7 +693,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
693
693
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
694
694
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
695
695
  Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
696
- Finished `release` profile [optimized] target(s) in 3.14s
696
+ Finished `release` profile [optimized] target(s) in 1.20s
697
697
  â„šī¸ Build Summary:
698
698
  Wasm File: target/wasm32v1-none/release/dvn.wasm (59983 bytes)
699
699
  Wasm Hash: 870de1c00c6617b1110f387e299a869ed6a8e8399c5c0a4c20bc3e4ff6816ae0
@@ -756,7 +756,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
756
756
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/dvn-fee-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
757
757
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
758
758
  Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
759
- Finished `release` profile [optimized] target(s) in 1.21s
759
+ Finished `release` profile [optimized] target(s) in 0.61s
760
760
  â„šī¸ Build Summary:
761
761
  Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
762
762
  Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
@@ -783,7 +783,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
783
783
 
784
784
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/executor/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
785
785
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
786
- Finished `release` profile [optimized] target(s) in 1.59s
786
+ Finished `release` profile [optimized] target(s) in 0.76s
787
787
  â„šī¸ Build Summary:
788
788
  Wasm File: target/wasm32v1-none/release/executor.wasm (59531 bytes)
789
789
  Wasm Hash: 8a2b3fd944612968801d015af20b843db0552affc8e79ef2775f7f21fd7f34cf
@@ -842,7 +842,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
842
842
 
843
843
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/executor-fee-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
844
844
  Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
845
- Finished `release` profile [optimized] target(s) in 0.95s
845
+ Finished `release` profile [optimized] target(s) in 0.42s
846
846
  â„šī¸ Build Summary:
847
847
  Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
848
848
  Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
@@ -872,7 +872,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
872
872
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
873
873
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
874
874
  Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
875
- Finished `release` profile [optimized] target(s) in 2.57s
875
+ Finished `release` profile [optimized] target(s) in 0.97s
876
876
  â„šī¸ Build Summary:
877
877
  Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25110 bytes)
878
878
  Wasm Hash: 1c0928af078a4a9beff5e04647240b9fecca7a805b751c803f96ff92f75b9a08
@@ -887,7 +887,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
887
887
 
888
888
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/price-feed/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
889
889
  Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
890
- Finished `release` profile [optimized] target(s) in 1.19s
890
+ Finished `release` profile [optimized] target(s) in 0.58s
891
891
  â„šī¸ Build Summary:
892
892
  Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
893
893
  Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
@@ -928,7 +928,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
928
928
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/oft/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
929
929
  Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
930
930
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
931
- Finished `release` profile [optimized] target(s) in 2.17s
931
+ Finished `release` profile [optimized] target(s) in 1.28s
932
932
  â„šī¸ Build Summary:
933
933
  Wasm File: target/wasm32v1-none/release/oft.wasm (78174 bytes)
934
934
  Wasm Hash: 3e612f54cad802dd02eaf63d481f189ca658c6d761837cde79600406ae8c1f47
@@ -999,7 +999,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
999
999
 
1000
1000
  â„šī¸ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/sac-manager/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
1001
1001
  Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
1002
- Finished `release` profile [optimized] target(s) in 0.83s
1002
+ Finished `release` profile [optimized] target(s) in 0.45s
1003
1003
  â„šī¸ Build Summary:
1004
1004
  Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
1005
1005
  Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
@@ -1035,7 +1035,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
1035
1035
  â€ĸ underlying_sac
1036
1036
  ✅ Build Complete
1037
1037
 
1038
- âŗ stellar contract build: 2:27.393 (m:ss.mmm)
1038
+ âŗ stellar contract build: 1:05.303 (m:ss.mmm)
1039
1039
   WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
1040
1040
 
1041
1041
  > @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
@@ -1047,7 +1047,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
1047
1047
  ✅ stellar-25.1.0 (Latest stable release)
1048
1048
  🔧 stellar version: 25.1.0
1049
1049
  $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-1
1050
- (node:125461) [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.
1050
+ (node:32086) [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.
1051
1051
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
1052
1052
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
1053
1053
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -1065,7 +1065,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
1065
1065
 
1066
1066
  1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
1067
1067
 
1068
- âŗ 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.085s
1068
+ âŗ 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: 868.288ms
1069
1069
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup
1070
1070
  đŸ“Ļ Using 4 default volume(s) for stellar
1071
1071
  ✅ stellar-25.1.0 (Latest stable release)
@@ -1078,92 +1078,92 @@ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws
1078
1078
  $ 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 run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml'
1079
1079
  Updating crates.io index
1080
1080
  Downloading crates ...
1081
- Downloaded serde_with_macros v3.17.0
1081
+ Downloaded block-buffer v0.9.0
1082
1082
  Downloaded deranged v0.5.8
1083
- Downloaded toml_write v0.1.2
1084
- Downloaded serde_spanned v0.6.9
1085
- Downloaded proc-macro2 v1.0.106
1086
- Downloaded opaque-debug v0.3.1
1083
+ Downloaded generic-array v0.14.7
1087
1084
  Downloaded crypto-common v0.1.7
1088
- Downloaded time-macros v0.2.27
1089
- Downloaded zmij v1.0.21
1085
+ Downloaded data-encoding v2.10.0
1086
+ Downloaded digest v0.9.0
1090
1087
  Downloaded unicode-ident v1.0.24
1091
1088
  Downloaded time-core v0.1.8
1092
- Downloaded memchr v2.8.0
1093
- Downloaded serde_with v3.17.0
1094
- Downloaded time v0.3.47
1095
- Downloaded syn v2.0.117
1089
+ Downloaded serde_spanned v0.6.9
1096
1090
  Downloaded quote v1.0.44
1097
- Downloaded toml_datetime v0.6.11
1091
+ Downloaded opaque-debug v0.3.1
1092
+ Downloaded proc-macro2 v1.0.106
1093
+ Downloaded glob v0.3.3
1094
+ Downloaded time-macros v0.2.27
1098
1095
  Downloaded include_dir v0.7.4
1099
- Downloaded generic-array v0.14.7
1100
- Downloaded toml_edit v0.22.27
1101
- Downloaded soroban-spec-typescript v25.1.0
1096
+ Downloaded base64 v0.21.7
1102
1097
  Downloaded serde_json v1.0.149
1098
+ Downloaded toml_write v0.1.2
1099
+ Downloaded anyhow v1.0.102
1100
+ Downloaded toml_datetime v0.6.11
1101
+ Downloaded include_dir_macros v0.7.4
1103
1102
  Downloaded num-conv v0.2.0
1104
- Downloaded itoa v1.0.17
1105
- Downloaded glob v0.3.3
1106
- Downloaded winnow v0.7.14
1107
- Downloaded block-buffer v0.9.0
1103
+ Downloaded toml v0.8.23
1108
1104
  Downloaded schemars v1.2.1
1109
- Downloaded chrono v0.4.44
1105
+ Downloaded time v0.3.47
1106
+ Downloaded soroban-spec-typescript v25.1.0
1107
+ Downloaded memchr v2.8.0
1110
1108
  Downloaded indexmap v2.13.0
1109
+ Downloaded chrono v0.4.44
1110
+ Downloaded zmij v1.0.21
1111
+ Downloaded toml_edit v0.22.27
1112
+ Downloaded heck v0.4.1
1111
1113
  Downloaded hashbrown v0.16.1
1112
- Downloaded base64 v0.21.7
1113
- Downloaded toml v0.8.23
1114
+ Downloaded winnow v0.7.14
1115
+ Downloaded syn v2.0.117
1114
1116
  Downloaded sha2 v0.9.9
1115
1117
  Downloaded iana-time-zone v0.1.65
1116
- Downloaded heck v0.4.1
1117
- Downloaded anyhow v1.0.102
1118
- Downloaded data-encoding v2.10.0
1119
- Downloaded include_dir_macros v0.7.4
1120
- Downloaded digest v0.9.0
1118
+ Downloaded serde_with_macros v3.17.0
1119
+ Downloaded itoa v1.0.17
1120
+ Downloaded serde_with v3.17.0
1121
1121
  Compiling unicode-ident v1.0.24
1122
1122
  Compiling proc-macro2 v1.0.106
1123
1123
  Compiling quote v1.0.44
1124
1124
  Compiling zmij v1.0.21
1125
- Compiling serde_json v1.0.149
1126
1125
  Compiling serde_core v1.0.228
1126
+ Compiling serde_json v1.0.149
1127
+ Compiling itoa v1.0.17
1128
+ Compiling typenum v1.19.0
1127
1129
  Compiling version_check v0.9.5
1128
1130
  Compiling memchr v2.8.0
1129
- Compiling typenum v1.19.0
1130
- Compiling itoa v1.0.17
1131
1131
  Compiling serde v1.0.228
1132
1132
  Compiling ident_case v1.0.1
1133
- Compiling fnv v1.0.7
1134
1133
  Compiling strsim v0.11.1
1134
+ Compiling fnv v1.0.7
1135
+ Compiling hashbrown v0.16.1
1135
1136
  Compiling schemars v0.8.22
1136
1137
  Compiling equivalent v1.0.2
1137
- Compiling hashbrown v0.16.1
1138
+ Compiling cpufeatures v0.2.17
1138
1139
  Compiling dyn-clone v1.0.20
1139
1140
  Compiling cfg-if v1.0.4
1140
- Compiling cpufeatures v0.2.17
1141
- Compiling data-encoding v2.10.0
1142
- Compiling generic-array v0.14.7
1143
1141
  Compiling thiserror v1.0.69
1144
- Compiling ethnum v1.5.2
1145
- Compiling escape-bytes v0.1.1
1146
- Compiling prettyplease v0.2.37
1142
+ Compiling data-encoding v2.10.0
1147
1143
  Compiling base64 v0.22.1
1148
1144
  Compiling semver v1.0.27
1149
- Compiling either v1.15.0
1145
+ Compiling prettyplease v0.2.37
1146
+ Compiling escape-bytes v0.1.1
1147
+ Compiling ethnum v1.5.2
1148
+ Compiling opaque-debug v0.3.1
1150
1149
  Compiling winnow v0.7.14
1151
- Compiling toml_write v0.1.2
1152
1150
  Compiling glob v0.3.3
1153
- Compiling opaque-debug v0.3.1
1154
1151
  Compiling anyhow v1.0.102
1155
- Compiling itertools v0.10.5
1152
+ Compiling either v1.15.0
1153
+ Compiling toml_write v0.1.2
1156
1154
  Compiling heck v0.4.1
1157
1155
  Compiling base64 v0.21.7
1158
- Compiling syn v2.0.117
1156
+ Compiling generic-array v0.14.7
1157
+ Compiling itertools v0.10.5
1159
1158
  Compiling indexmap v2.13.0
1160
- Compiling wasmparser v0.116.1
1159
+ Compiling syn v2.0.117
1161
1160
  Compiling include_dir_macros v0.7.4
1161
+ Compiling wasmparser v0.116.1
1162
+ Compiling include_dir v0.7.4
1162
1163
  Compiling crypto-common v0.1.7
1163
1164
  Compiling block-buffer v0.10.4
1164
- Compiling block-buffer v0.9.0
1165
1165
  Compiling digest v0.9.0
1166
- Compiling include_dir v0.7.4
1166
+ Compiling block-buffer v0.9.0
1167
1167
  Compiling digest v0.10.7
1168
1168
  Compiling sha2 v0.9.9
1169
1169
  Compiling sha2 v0.10.9
@@ -1174,19 +1174,19 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
1174
1174
  Compiling darling_macro v0.21.3
1175
1175
  Compiling crate-git-revision v0.0.6
1176
1176
  Compiling darling v0.21.3
1177
+ Compiling serde_with_macros v3.17.0
1177
1178
  Compiling stellar-strkey v0.0.13
1178
1179
  Compiling stellar-xdr v25.0.0
1179
- Compiling serde_with_macros v3.17.0
1180
1180
  Compiling hex v0.4.3
1181
- Compiling serde_spanned v0.6.9
1182
1181
  Compiling toml_datetime v0.6.11
1182
+ Compiling serde_spanned v0.6.9
1183
1183
  Compiling toml_edit v0.22.27
1184
1184
  Compiling serde_with v3.17.0
1185
1185
  Compiling toml v0.8.23
1186
1186
  Compiling soroban-spec v25.1.1
1187
1187
  Compiling soroban-spec-typescript v25.1.0
1188
1188
  Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
1189
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.70s
1189
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.63s
1190
1190
  Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
1191
1191
  Generating TypeScript bindings for 16 contract(s)...
1192
1192
 
@@ -1306,4 +1306,4 @@ Generated files in sdk/src/generated:
1306
1306
  - oft.ts
1307
1307
  - sac_manager.ts
1308
1308
  - layerzero_view.ts
1309
- âŗ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 58.283s
1309
+ âŗ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 26.308s