@layerzerolabs/protocol-stellar-v2 0.2.46 → 0.2.47

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.
@@ -14,7 +14,7 @@
14
14
  🔧 User volumes override 1 default volume(s)
15
15
  ✅ stellar-25.1.0 (Latest stable release)
16
16
  🔧 stellar version: 25.1.0
17
- (node:13315) [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.
17
+ (node:14881) [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
18
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
19
19
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
20
20
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -37,16 +37,16 @@ efd28cb7ba78: Pulling fs layer
37
37
  14f775f5d67b: Pulling fs layer
38
38
  3f562c99cbe3: Pulling fs layer
39
39
  5fa3a944df97: Pulling fs layer
40
- fb456ca5475e: Waiting
41
- 2c1ce468d9f3: Waiting
42
- 3e1d87a413fa: Waiting
40
+ 14f775f5d67b: Waiting
41
+ 3f562c99cbe3: Waiting
43
42
  963aa7b66e91: Waiting
44
- 92a1b3d31b96: Waiting
43
+ 5fa3a944df97: Waiting
45
44
  efd28cb7ba78: Waiting
46
45
  a0f6971ecbd3: Waiting
47
- 14f775f5d67b: Waiting
48
- 5fa3a944df97: Waiting
49
- 3f562c99cbe3: Waiting
46
+ 3e1d87a413fa: Waiting
47
+ 92a1b3d31b96: Waiting
48
+ 2c1ce468d9f3: Waiting
49
+ fb456ca5475e: Waiting
50
50
  f6bd9104d248: Verifying Checksum
51
51
  f6bd9104d248: Download complete
52
52
  f6bd9104d248: Pull complete
@@ -54,22 +54,25 @@ f6bd9104d248: Pull complete
54
54
  3e1d87a413fa: Download complete
55
55
  a0f6971ecbd3: Verifying Checksum
56
56
  a0f6971ecbd3: Download complete
57
- beaaf8a7146e: Verifying Checksum
58
- beaaf8a7146e: Download complete
59
57
  4617420e017b: Verifying Checksum
60
58
  4617420e017b: Download complete
61
- 92a1b3d31b96: Verifying Checksum
62
- 92a1b3d31b96: Download complete
59
+ beaaf8a7146e: Verifying Checksum
60
+ beaaf8a7146e: Download complete
63
61
  2c1ce468d9f3: Verifying Checksum
64
62
  2c1ce468d9f3: Download complete
63
+ 92a1b3d31b96: Verifying Checksum
64
+ 92a1b3d31b96: Download complete
65
65
  efd28cb7ba78: Download complete
66
- 14f775f5d67b: Download complete
67
66
  963aa7b66e91: Verifying Checksum
68
67
  963aa7b66e91: Download complete
68
+ fb456ca5475e: Verifying Checksum
69
+ fb456ca5475e: Download complete
70
+ 14f775f5d67b: Verifying Checksum
71
+ 14f775f5d67b: Download complete
72
+ 3f562c99cbe3: Verifying Checksum
69
73
  3f562c99cbe3: Download complete
70
74
  5fa3a944df97: Verifying Checksum
71
75
  5fa3a944df97: Download complete
72
- fb456ca5475e: Download complete
73
76
  4617420e017b: Pull complete
74
77
  beaaf8a7146e: Pull complete
75
78
  3e1d87a413fa: Pull complete
@@ -112,7 +115,7 @@ info: installing component 'rustfmt'
112
115
 
113
116
  info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
114
117
  info: checking for self-update
115
- âąī¸ 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: 15.945s
118
+ âąī¸ 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: 15.924s
116
119
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
117
120
  đŸ“Ļ Using 4 default cache volume(s) for stellar
118
121
  ✅ stellar-25.1.0 (Latest stable release)
@@ -126,213 +129,213 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
126
129
  â„šī¸ 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
127
130
  Updating crates.io index
128
131
  Downloading crates ...
129
- Downloaded macro-string v0.1.4
130
- Downloaded itoa v1.0.15
131
- Downloaded rustc_version v0.4.1
132
- Downloaded ref-cast v1.0.25
133
- Downloaded proc-macro2 v1.0.103
134
- Downloaded ryu v1.0.20
135
- Downloaded ark-poly v0.4.2
136
- Downloaded zeroize v1.8.2
137
- Downloaded spin v0.9.8
138
- Downloaded keccak v0.1.5
139
- Downloaded hex v0.4.3
132
+ Downloaded darling_macro v0.20.11
133
+ Downloaded ark-serialize-derive v0.4.2
134
+ Downloaded arbitrary v1.3.2
135
+ Downloaded ark-ff-macros v0.4.2
136
+ Downloaded ark-ff-asm v0.4.2
137
+ Downloaded darling_macro v0.21.3
138
+ Downloaded base16ct v0.2.0
139
+ Downloaded ctor-proc-macro v0.0.6
140
+ Downloaded static_assertions v1.1.0
141
+ Downloaded soroban-env-common v25.0.1
142
+ Downloaded subtle v2.6.1
143
+ Downloaded soroban-spec v25.1.1
140
144
  Downloaded wasmi_arena v0.4.1
141
- Downloaded soroban-ledger-snapshot v25.1.1
142
- Downloaded unicode-ident v1.0.22
143
145
  Downloaded zeroize_derive v1.4.2
144
- Downloaded strsim v0.11.1
145
- Downloaded soroban-spec v25.1.1
146
- Downloaded wasmparser v0.116.1
146
+ Downloaded zeroize v1.8.2
147
+ Downloaded soroban-env-macros v25.0.1
147
148
  Downloaded typenum v1.19.0
148
- Downloaded rand_chacha v0.3.1
149
- Downloaded once_cell v1.21.3
150
- Downloaded zerocopy v0.8.27
151
- Downloaded prettyplease v0.2.37
152
- Downloaded hmac v0.12.1
149
+ Downloaded schemars v0.8.22
153
150
  Downloaded wasmparser-nostd v0.100.2
154
- Downloaded num-bigint v0.4.6
155
- Downloaded itertools v0.10.5
156
- Downloaded libm v0.2.15
157
- Downloaded syn v1.0.109
158
- Downloaded itertools v0.14.0
151
+ Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
152
+ Downloaded time v0.3.44
153
+ Downloaded wasmparser v0.116.1
154
+ Downloaded hashbrown v0.13.2
159
155
  Downloaded hashbrown v0.16.0
160
- Downloaded soroban-env-host v25.0.1
156
+ Downloaded syn v1.0.109
157
+ Downloaded zerocopy v0.8.27
158
+ Downloaded curve25519-dalek v4.1.3
161
159
  Downloaded syn v2.0.108
162
- Downloaded hashbrown v0.13.2
160
+ Downloaded libm v0.2.15
161
+ Downloaded ark-bls12-381 v0.4.0
162
+ Downloaded itertools v0.14.0
163
163
  Downloaded chrono v0.4.42
164
+ Downloaded num-bigint v0.4.6
165
+ Downloaded itertools v0.10.5
164
166
  Downloaded indexmap v2.12.0
165
- Downloaded base64 v0.22.1
166
- Downloaded curve25519-dalek v4.1.3
167
- Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
168
- Downloaded memchr v2.7.6
167
+ Downloaded hashbrown v0.12.3
168
+ Downloaded rand v0.8.5
169
169
  Downloaded k256 v0.13.4
170
170
  Downloaded ed25519-dalek v2.2.0
171
- Downloaded der v0.7.10
172
- Downloaded heapless v0.8.0
173
- Downloaded ethnum v1.5.2
174
- Downloaded base64ct v1.8.0
175
- Downloaded p256 v0.13.2
171
+ Downloaded serde_json v1.0.145
172
+ Downloaded prettyplease v0.2.37
176
173
  Downloaded num-traits v0.2.19
174
+ Downloaded memchr v2.7.6
175
+ Downloaded indexmap v1.9.3
177
176
  Downloaded sha3 v0.10.8
177
+ Downloaded heapless v0.8.0
178
+ Downloaded soroban-env-host v25.0.1
179
+ Downloaded elliptic-curve v0.13.8
180
+ Downloaded der v0.7.10
181
+ Downloaded crypto-bigint v0.5.5
182
+ Downloaded proc-macro2 v1.0.103
183
+ Downloaded p256 v0.13.2
178
184
  Downloaded getrandom v0.2.16
185
+ Downloaded ethnum v1.5.2
186
+ Downloaded darling_core v0.20.11
187
+ Downloaded once_cell v1.21.3
179
188
  Downloaded either v1.15.0
180
189
  Downloaded derivative v2.2.0
181
- Downloaded darling v0.20.11
182
- Downloaded byteorder v1.5.0
183
- Downloaded autocfg v1.5.0
184
- Downloaded ark-std v0.4.0
185
- Downloaded serde_with v3.15.1
186
- Downloaded serde_json v1.0.145
187
- Downloaded rand v0.8.5
188
- Downloaded ppv-lite86 v0.2.21
189
- Downloaded paste v1.0.15
190
- Downloaded generic-array v0.14.9
191
- Downloaded deranged v0.5.5
192
- Downloaded cfg_eval v0.1.2
190
+ Downloaded serde_core v1.0.228
191
+ Downloaded num-integer v0.1.46
193
192
  Downloaded libc v0.2.177
194
- Downloaded cfg-if v1.0.4
195
- Downloaded bytes-lit v0.0.5
196
- Downloaded base16ct v0.2.0
197
- Downloaded hashbrown v0.12.3
193
+ Downloaded iana-time-zone v0.1.64
194
+ Downloaded hmac v0.12.1
195
+ Downloaded group v0.13.0
198
196
  Downloaded ff v0.13.1
199
- Downloaded data-encoding v2.9.0
200
- Downloaded ark-serialize-derive v0.4.2
197
+ Downloaded escape-bytes v0.1.1
198
+ Downloaded ecdsa v0.16.9
199
+ Downloaded deranged v0.5.5
200
+ Downloaded darling_core v0.21.3
201
+ Downloaded serde_with_macros v3.15.1
202
+ Downloaded rand_chacha v0.3.1
201
203
  Downloaded quote v1.0.41
202
- Downloaded dtor-proc-macro v0.0.6
203
- Downloaded downcast-rs v1.2.1
204
- Downloaded curve25519-dalek-derive v0.1.1
205
- Downloaded crate-git-revision v0.0.6
206
- Downloaded block-buffer v0.10.4
207
- Downloaded ark-serialize v0.4.2
208
- Downloaded time v0.3.44
209
- Downloaded smallvec v1.15.1
210
- Downloaded sec1 v0.7.3
204
+ Downloaded primeorder v0.13.6
205
+ Downloaded ppv-lite86 v0.2.21
211
206
  Downloaded pkcs8 v0.10.2
212
- Downloaded num-derive v0.4.2
213
- Downloaded iana-time-zone v0.1.64
214
- Downloaded crypto-bigint v0.5.5
215
- Downloaded spki v0.7.3
216
- Downloaded serde v1.0.228
207
+ Downloaded paste v1.0.15
217
208
  Downloaded indexmap-nostd v0.4.0
218
209
  Downloaded ident_case v1.0.1
219
- Downloaded derive_arbitrary v1.3.2
220
- Downloaded soroban-env-common v25.0.1
221
- Downloaded serde_with_macros v3.15.1
222
- Downloaded serde_derive v1.0.228
210
+ Downloaded generic-array v0.14.9
211
+ Downloaded fnv v1.0.7
223
212
  Downloaded equivalent v1.0.2
224
- Downloaded wasmi_core v0.13.0
225
- Downloaded visibility v0.1.1
226
- Downloaded subtle v2.6.1
213
+ Downloaded ed25519 v2.2.3
214
+ Downloaded dtor v0.1.1
215
+ Downloaded downcast-rs v1.2.1
216
+ Downloaded digest v0.10.7
217
+ Downloaded byteorder v1.5.0
218
+ Downloaded base64 v0.22.1
219
+ Downloaded unicode-ident v1.0.22
220
+ Downloaded time-macros v0.2.24
221
+ Downloaded thiserror-impl v1.0.69
222
+ Downloaded stellar-strkey v0.0.16
223
+ Downloaded stellar-strkey v0.0.13
224
+ Downloaded spki v0.7.3
225
+ Downloaded soroban-spec-rust v25.1.1
226
+ Downloaded sha2 v0.10.9
227
+ Downloaded serde v1.0.228
228
+ Downloaded rustc_version v0.4.1
229
+ Downloaded rfc6979 v0.4.0
227
230
  Downloaded powerfmt v0.2.0
231
+ Downloaded num-derive v0.4.2
228
232
  Downloaded num-conv v0.1.0
233
+ Downloaded keccak v0.1.5
234
+ Downloaded hex v0.4.3
235
+ Downloaded derive_arbitrary v1.3.2
236
+ Downloaded wasmi_core v0.13.0
237
+ Downloaded visibility v0.1.1
238
+ Downloaded thiserror v1.0.69
239
+ Downloaded soroban-ledger-snapshot v25.1.1
240
+ Downloaded ref-cast-impl v1.0.25
241
+ Downloaded macro-string v0.1.4
229
242
  Downloaded hex-literal v0.4.1
230
- Downloaded ecdsa v0.16.9
231
- Downloaded soroban-env-guest v25.0.1
232
- Downloaded sha2 v0.10.9
233
- Downloaded semver v1.0.27
234
- Downloaded schemars v1.0.5
235
- Downloaded stellar-xdr v25.0.0
236
- Downloaded primeorder v0.13.6
243
+ Downloaded heck v0.5.0
244
+ Downloaded hash32 v0.3.1
245
+ Downloaded dtor-proc-macro v0.0.6
246
+ Downloaded autocfg v1.5.0
247
+ Downloaded ark-ec v0.4.2
237
248
  Downloaded version_check v0.9.5
238
- Downloaded time-macros v0.2.24
239
249
  Downloaded time-core v0.1.6
240
- Downloaded soroban-sdk v25.1.1
241
- Downloaded thiserror-impl v1.0.69
242
- Downloaded thiserror v1.0.69
243
- Downloaded stellar-strkey v0.0.13
244
- Downloaded static_assertions v1.1.0
245
250
  Downloaded stable_deref_trait v1.2.1
246
- Downloaded soroban-spec-rust v25.1.1
247
- Downloaded soroban-sdk-macros v25.1.1
248
- Downloaded soroban-env-macros v25.0.1
249
251
  Downloaded soroban-builtin-sdk-macros v25.0.1
250
- Downloaded signature v2.2.0
251
- Downloaded schemars v0.8.22
252
- Downloaded heck v0.5.0
253
- Downloaded group v0.13.0
254
- Downloaded dtor v0.1.1
255
- Downloaded darling_core v0.21.3
256
- Downloaded darling v0.21.3
257
- Downloaded hash32 v0.3.1
258
- Downloaded escape-bytes v0.1.1
259
- Downloaded elliptic-curve v0.13.8
260
- Downloaded ed25519 v2.2.3
252
+ Downloaded ryu v1.0.20
253
+ Downloaded itoa v1.0.15
261
254
  Downloaded dyn-clone v1.0.20
262
- Downloaded darling_macro v0.21.3
263
- Downloaded darling_core v0.20.11
255
+ Downloaded const-oid v0.9.6
256
+ Downloaded ark-std v0.4.0
257
+ Downloaded soroban-sdk-macros v25.1.1
258
+ Downloaded ref-cast v1.0.25
259
+ Downloaded darling v0.20.11
260
+ Downloaded curve25519-dalek-derive v0.1.1
264
261
  Downloaded ctor v0.5.0
265
- Downloaded serde_core v1.0.228
266
- Downloaded rfc6979 v0.4.0
267
- Downloaded rand_core v0.6.4
268
- Downloaded digest v0.10.7
269
- Downloaded darling_macro v0.20.11
270
- Downloaded ctor-proc-macro v0.0.6
271
- Downloaded ark-bls12-381 v0.4.0
272
- Downloaded stellar-strkey v0.0.16
262
+ Downloaded crypto-common v0.1.6
263
+ Downloaded block-buffer v0.10.4
264
+ Downloaded strsim v0.11.1
265
+ Downloaded spin v0.9.8
266
+ Downloaded soroban-sdk v25.1.1
267
+ Downloaded soroban-env-guest v25.0.1
268
+ Downloaded smallvec v1.15.1
269
+ Downloaded signature v2.2.0
270
+ Downloaded data-encoding v2.9.0
271
+ Downloaded bytes-lit v0.0.5
272
+ Downloaded serde_with v3.15.1
273
+ Downloaded sec1 v0.7.3
273
274
  Downloaded schemars v0.9.0
274
- Downloaded ref-cast-impl v1.0.25
275
+ Downloaded stellar-xdr v25.0.0
275
276
  Downloaded cpufeatures v0.2.17
276
- Downloaded const-oid v0.9.6
277
+ Downloaded cfg-if v1.0.4
278
+ Downloaded serde_derive v1.0.228
279
+ Downloaded semver v1.0.27
280
+ Downloaded schemars v1.0.5
281
+ Downloaded rand_core v0.6.4
282
+ Downloaded darling v0.21.3
283
+ Downloaded base64ct v1.8.0
284
+ Downloaded crate-git-revision v0.0.6
285
+ Downloaded ark-serialize v0.4.2
277
286
  Downloaded ark-ff v0.4.2
278
- Downloaded ark-ec v0.4.2
287
+ Downloaded cfg_eval v0.1.2
288
+ Downloaded ark-poly v0.4.2
279
289
  Downloaded ahash v0.8.12
280
- Downloaded num-integer v0.1.46
281
- Downloaded indexmap v1.9.3
282
- Downloaded arbitrary v1.3.2
283
290
  Downloaded ark-bn254 v0.4.0
284
- Downloaded fnv v1.0.7
285
- Downloaded crypto-common v0.1.6
286
- Downloaded ark-ff-macros v0.4.2
287
- Downloaded ark-ff-asm v0.4.2
288
291
  Compiling proc-macro2 v1.0.103
289
- Compiling quote v1.0.41
290
292
  Compiling unicode-ident v1.0.22
293
+ Compiling quote v1.0.41
291
294
  Compiling serde_core v1.0.228
292
295
  Compiling serde v1.0.228
293
296
  Compiling serde_json v1.0.145
294
297
  Compiling memchr v2.7.6
295
- Compiling itoa v1.0.15
296
298
  Compiling ryu v1.0.20
299
+ Compiling itoa v1.0.15
297
300
  Compiling strsim v0.11.1
298
301
  Compiling fnv v1.0.7
299
302
  Compiling ident_case v1.0.1
300
- Compiling typenum v1.19.0
301
303
  Compiling version_check v0.9.5
304
+ Compiling typenum v1.19.0
302
305
  Compiling autocfg v1.5.0
303
306
  Compiling schemars v0.8.22
304
307
  Compiling dyn-clone v1.0.20
308
+ Compiling data-encoding v2.9.0
305
309
  Compiling cpufeatures v0.2.17
306
310
  Compiling cfg-if v1.0.4
307
- Compiling data-encoding v2.9.0
308
- Compiling either v1.15.0
309
- Compiling escape-bytes v0.1.1
310
311
  Compiling ethnum v1.5.2
312
+ Compiling escape-bytes v0.1.1
313
+ Compiling either v1.15.0
311
314
  Compiling semver v1.0.27
312
315
  Compiling thiserror v1.0.69
313
- Compiling hashbrown v0.16.0
314
316
  Compiling equivalent v1.0.2
315
- Compiling prettyplease v0.2.37
316
317
  Compiling generic-array v0.14.9
318
+ Compiling hashbrown v0.16.0
319
+ Compiling prettyplease v0.2.37
317
320
  Compiling num-traits v0.2.19
318
321
  Compiling base64 v0.22.1
322
+ Compiling byteorder v1.5.0
319
323
  Compiling heapless v0.8.0
320
324
  Compiling itertools v0.10.5
321
- Compiling byteorder v1.5.0
322
- Compiling heck v0.5.0
325
+ Compiling static_assertions v1.1.0
323
326
  Compiling rustc_version v0.4.1
327
+ Compiling heck v0.5.0
324
328
  Compiling hash32 v0.3.1
325
- Compiling static_assertions v1.1.0
326
329
  Compiling stable_deref_trait v1.2.1
327
330
  Compiling itertools v0.14.0
328
331
  Compiling indexmap v2.12.0
329
332
  Compiling syn v2.0.108
330
333
  Compiling num-integer v0.1.46
331
- Compiling crypto-common v0.1.6
332
- Compiling block-buffer v0.10.4
333
334
  Compiling wasmparser v0.116.1
334
- Compiling digest v0.10.7
335
335
  Compiling num-bigint v0.4.6
336
+ Compiling block-buffer v0.10.4
337
+ Compiling crypto-common v0.1.6
338
+ Compiling digest v0.10.7
336
339
  Compiling sha2 v0.10.9
337
340
  Compiling darling_core v0.21.3
338
341
  Compiling darling_core v0.20.11
@@ -364,7 +367,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
364
367
  Compiling soroban-env-guest v25.0.1
365
368
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
366
369
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
367
- Finished `release` profile [optimized] target(s) in 31.81s
370
+ Finished `release` profile [optimized] target(s) in 31.94s
368
371
  â„šī¸ Build Summary:
369
372
  Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
370
373
  Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
@@ -433,10 +436,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
433
436
  ✅ Build Complete
434
437
 
435
438
  â„šī¸ 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
436
- Compiling escape-bytes v0.1.1
437
439
  Compiling byteorder v1.5.0
438
- Compiling ethnum v1.5.2
440
+ Compiling escape-bytes v0.1.1
439
441
  Compiling stable_deref_trait v1.2.1
442
+ Compiling ethnum v1.5.2
440
443
  Compiling num-traits v0.2.19
441
444
  Compiling static_assertions v1.1.0
442
445
  Compiling data-encoding v2.9.0
@@ -453,7 +456,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
453
456
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
454
457
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
455
458
  Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
456
- Finished `release` profile [optimized] target(s) in 8.66s
459
+ Finished `release` profile [optimized] target(s) in 8.89s
457
460
  â„šī¸ Build Summary:
458
461
  Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
459
462
  Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
@@ -486,7 +489,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
486
489
  â„šī¸ 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
487
490
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
488
491
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
489
- Finished `release` profile [optimized] target(s) in 1.09s
492
+ Finished `release` profile [optimized] target(s) in 1.12s
490
493
  â„šī¸ Build Summary:
491
494
  Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
492
495
  Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
@@ -534,7 +537,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
534
537
 
535
538
  â„šī¸ 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
536
539
  Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
537
- Finished `release` profile [optimized] target(s) in 0.26s
540
+ Finished `release` profile [optimized] target(s) in 0.27s
538
541
  â„šī¸ Build Summary:
539
542
  Wasm File: target/wasm32v1-none/release/upgrader.wasm (7575 bytes)
540
543
  Wasm Hash: 7796fed7be887c8f281a3c6e043203c0597969b65d23d5c1f9d767b62dfba062
@@ -546,7 +549,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
546
549
 
547
550
  â„šī¸ 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
548
551
  Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
549
- Finished `release` profile [optimized] target(s) in 0.29s
552
+ Finished `release` profile [optimized] target(s) in 0.30s
550
553
  â„šī¸ Build Summary:
551
554
  Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15398 bytes)
552
555
  Wasm Hash: 0a8ee862d5fa45a3dca9c2dc8ba111b83e9ab333a78d89273ae0a111211445d1
@@ -563,7 +566,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
563
566
 
564
567
  â„šī¸ 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
565
568
  Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
566
- Finished `release` profile [optimized] target(s) in 0.48s
569
+ Finished `release` profile [optimized] target(s) in 0.49s
567
570
  â„šī¸ Build Summary:
568
571
  Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
569
572
  Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
@@ -604,7 +607,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
604
607
 
605
608
  â„šī¸ 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
606
609
  Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
607
- Finished `release` profile [optimized] target(s) in 0.44s
610
+ Finished `release` profile [optimized] target(s) in 0.45s
608
611
  â„šī¸ Build Summary:
609
612
  Wasm File: target/wasm32v1-none/release/treasury.wasm (29508 bytes)
610
613
  Wasm Hash: 0eb3a9c49b66b4af26b0a95337a334b31d981a89258d0fbe0b8d7390a36fc2aa
@@ -637,7 +640,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
637
640
  Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
638
641
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
639
642
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
640
- Finished `release` profile [optimized] target(s) in 1.30s
643
+ Finished `release` profile [optimized] target(s) in 1.34s
641
644
  â„šī¸ Build Summary:
642
645
  Wasm File: target/wasm32v1-none/release/counter.wasm (51648 bytes)
643
646
  Wasm Hash: aecc6c77b8c73f2c5e5739b84fa2c5097530fec00f68d31103d5ca1ac0d241ff
@@ -695,7 +698,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
695
698
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
696
699
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
697
700
  Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
698
- Finished `release` profile [optimized] target(s) in 1.14s
701
+ Finished `release` profile [optimized] target(s) in 1.18s
699
702
  â„šī¸ Build Summary:
700
703
  Wasm File: target/wasm32v1-none/release/dvn.wasm (56968 bytes)
701
704
  Wasm Hash: 0b95d8f0155be47dec46abd2914d176eb571e37e7db011c76517dbfdbb56b093
@@ -755,12 +758,12 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
755
758
  â„šī¸ 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
756
759
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
757
760
  Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
758
- Finished `release` profile [optimized] target(s) in 0.60s
761
+ Finished `release` profile [optimized] target(s) in 0.63s
759
762
  â„šī¸ Build Summary:
760
- Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22523 bytes)
761
- Wasm Hash: 002118d4c869e210b4f7400541ebe3641ddbe39f43de5cb342b763f1a617c758
762
- Wasm Size: 22523 bytes
763
- Exported Functions: 16 found
763
+ Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
764
+ Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
765
+ Wasm Size: 22652 bytes
766
+ Exported Functions: 17 found
764
767
  â€ĸ __constructor
765
768
  â€ĸ accept_ownership
766
769
  â€ĸ authorizer
@@ -777,11 +780,12 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
777
780
  â€ĸ transfer_ownership
778
781
  â€ĸ ttl_configs
779
782
  â€ĸ upgrade
783
+ â€ĸ version
780
784
  ✅ Build Complete
781
785
 
782
786
  â„šī¸ 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
783
787
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
784
- Finished `release` profile [optimized] target(s) in 0.77s
788
+ Finished `release` profile [optimized] target(s) in 0.80s
785
789
  â„šī¸ Build Summary:
786
790
  Wasm File: target/wasm32v1-none/release/executor.wasm (59292 bytes)
787
791
  Wasm Hash: 936ada7ca624b7776f737743d2aa24207a3785f964a03174de6ecef6d1888172
@@ -840,7 +844,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
840
844
 
841
845
  â„šī¸ 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
842
846
  Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
843
- Finished `release` profile [optimized] target(s) in 0.42s
847
+ Finished `release` profile [optimized] target(s) in 0.44s
844
848
  â„šī¸ Build Summary:
845
849
  Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
846
850
  Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
@@ -870,7 +874,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
870
874
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
871
875
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
872
876
  Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
873
- Finished `release` profile [optimized] target(s) in 0.98s
877
+ Finished `release` profile [optimized] target(s) in 1.01s
874
878
  â„šī¸ Build Summary:
875
879
  Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25861 bytes)
876
880
  Wasm Hash: 0b467a6655e22fdc3bb5d7ca32c3df86fe38a5856570be78f07c1cac18ccc6cd
@@ -886,11 +890,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
886
890
 
887
891
  â„šī¸ 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
888
892
  Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
889
- Finished `release` profile [optimized] target(s) in 0.59s
893
+ Finished `release` profile [optimized] target(s) in 0.60s
890
894
  â„šī¸ Build Summary:
891
- Wasm File: target/wasm32v1-none/release/price_feed.wasm (33612 bytes)
892
- Wasm Hash: 009d6d308d7b1b7f884c4be86ca40f22525c64034528ad39b3c59711d53bca1e
893
- Wasm Size: 33612 bytes
895
+ Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
896
+ Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
897
+ Wasm Size: 33739 bytes
894
898
  Exported Functions: 30 found
895
899
  â€ĸ __constructor
896
900
  â€ĸ accept_ownership
@@ -927,7 +931,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
927
931
  â„šī¸ 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
928
932
  Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
929
933
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
930
- Finished `release` profile [optimized] target(s) in 1.27s
934
+ Finished `release` profile [optimized] target(s) in 1.30s
931
935
  â„šī¸ Build Summary:
932
936
  Wasm File: target/wasm32v1-none/release/oft.wasm (77486 bytes)
933
937
  Wasm Hash: 5371eeb1640c49457df62f428fb213f7f186dcd7f0235cbfde0d2d80160499c9
@@ -998,7 +1002,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
998
1002
 
999
1003
  â„šī¸ 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
1000
1004
  Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
1001
- Finished `release` profile [optimized] target(s) in 0.44s
1005
+ Finished `release` profile [optimized] target(s) in 0.46s
1002
1006
  â„šī¸ Build Summary:
1003
1007
  Wasm File: target/wasm32v1-none/release/sac_manager.wasm (23520 bytes)
1004
1008
  Wasm Hash: aa38e04ee0060ed167a7e944ff54f92a9b508c36097a26fa2a5eb522fc070278
@@ -1034,7 +1038,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1034
1038
  â€ĸ underlying_sac
1035
1039
  ✅ Build Complete
1036
1040
 
1037
- âąī¸ stellar contract build: 1:05.289 (m:ss.mmm)
1041
+ âąī¸ stellar contract build: 1:04.917 (m:ss.mmm)
1038
1042
   WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
1039
1043
 
1040
1044
  > @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
@@ -1045,7 +1049,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1045
1049
  🔧 User volumes override 1 default volume(s)
1046
1050
  ✅ stellar-25.1.0 (Latest stable release)
1047
1051
  🔧 stellar version: 25.1.0
1048
- (node:21376) [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.
1052
+ (node:22964) [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.
1049
1053
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
1050
1054
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
1051
1055
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -1066,7 +1070,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
1066
1070
  1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
1067
1071
 
1068
1072
  info: checking for self-update
1069
- âąī¸ 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: 674.984ms
1073
+ âąī¸ 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: 743.556ms
1070
1074
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
1071
1075
  đŸ“Ļ Using 4 default cache volume(s) for stellar
1072
1076
  ✅ stellar-25.1.0 (Latest stable release)
@@ -1080,105 +1084,105 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
1080
1084
  $ 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 run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml'
1081
1085
  Updating crates.io index
1082
1086
  Downloading crates ...
1083
- Downloaded crypto-common v0.1.7
1084
- Downloaded deranged v0.5.8
1085
- Downloaded data-encoding v2.10.0
1086
- Downloaded digest v0.9.0
1087
1087
  Downloaded block-buffer v0.9.0
1088
1088
  Downloaded anyhow v1.0.102
1089
- Downloaded generic-array v0.14.7
1090
- Downloaded base64 v0.21.7
1091
- Downloaded chrono v0.4.44
1092
- Downloaded zmij v1.0.21
1089
+ Downloaded time-core v0.1.8
1090
+ Downloaded serde_spanned v0.6.9
1093
1091
  Downloaded toml_write v0.1.2
1094
- Downloaded unicode-ident v1.0.24
1092
+ Downloaded toml_datetime v0.6.11
1093
+ Downloaded zmij v1.0.21
1095
1094
  Downloaded toml_edit v0.22.27
1096
- Downloaded winnow v0.7.14
1097
- Downloaded serde_with v3.17.0
1098
- Downloaded indexmap v2.13.0
1095
+ Downloaded unicode-ident v1.0.24
1099
1096
  Downloaded schemars v1.2.1
1100
- Downloaded syn v2.0.117
1101
- Downloaded soroban-spec-typescript v25.1.0
1102
- Downloaded hashbrown v0.16.1
1103
- Downloaded quote v1.0.44
1104
- Downloaded serde_json v1.0.149
1105
1097
  Downloaded proc-macro2 v1.0.106
1098
+ Downloaded serde_with v3.17.0
1099
+ Downloaded serde_json v1.0.149
1100
+ Downloaded indexmap v2.13.0
1101
+ Downloaded winnow v0.7.14
1106
1102
  Downloaded time v0.3.47
1103
+ Downloaded chrono v0.4.44
1107
1104
  Downloaded memchr v2.8.0
1108
- Downloaded itoa v1.0.17
1109
- Downloaded iana-time-zone v0.1.65
1110
1105
  Downloaded toml v0.8.23
1111
- Downloaded time-core v0.1.8
1112
- Downloaded include_dir_macros v0.7.4
1106
+ Downloaded serde_with_macros v3.17.0
1107
+ Downloaded syn v2.0.117
1108
+ Downloaded soroban-spec-typescript v25.1.0
1109
+ Downloaded glob v0.3.3
1110
+ Downloaded base64 v0.21.7
1113
1111
  Downloaded time-macros v0.2.27
1114
1112
  Downloaded sha2 v0.9.9
1113
+ Downloaded quote v1.0.44
1114
+ Downloaded itoa v1.0.17
1115
+ Downloaded iana-time-zone v0.1.65
1116
+ Downloaded heck v0.4.1
1117
+ Downloaded generic-array v0.14.7
1118
+ Downloaded digest v0.9.0
1115
1119
  Downloaded num-conv v0.2.0
1116
1120
  Downloaded include_dir v0.7.4
1117
- Downloaded heck v0.4.1
1118
- Downloaded glob v0.3.3
1119
- Downloaded toml_datetime v0.6.11
1120
- Downloaded serde_with_macros v3.17.0
1121
- Downloaded serde_spanned v0.6.9
1121
+ Downloaded data-encoding v2.10.0
1122
+ Downloaded include_dir_macros v0.7.4
1123
+ Downloaded deranged v0.5.8
1124
+ Downloaded crypto-common v0.1.7
1122
1125
  Downloaded opaque-debug v0.3.1
1126
+ Downloaded hashbrown v0.16.1
1123
1127
  Compiling unicode-ident v1.0.24
1124
1128
  Compiling proc-macro2 v1.0.106
1125
1129
  Compiling quote v1.0.44
1126
1130
  Compiling zmij v1.0.21
1127
- Compiling serde_json v1.0.149
1128
1131
  Compiling serde_core v1.0.228
1129
- Compiling typenum v1.19.0
1132
+ Compiling serde_json v1.0.149
1130
1133
  Compiling memchr v2.8.0
1131
- Compiling version_check v0.9.5
1132
1134
  Compiling itoa v1.0.17
1135
+ Compiling version_check v0.9.5
1136
+ Compiling typenum v1.19.0
1133
1137
  Compiling serde v1.0.228
1134
- Compiling ident_case v1.0.1
1135
- Compiling strsim v0.11.1
1136
1138
  Compiling fnv v1.0.7
1137
- Compiling equivalent v1.0.2
1139
+ Compiling strsim v0.11.1
1140
+ Compiling ident_case v1.0.1
1138
1141
  Compiling hashbrown v0.16.1
1142
+ Compiling equivalent v1.0.2
1139
1143
  Compiling schemars v0.8.22
1140
- Compiling dyn-clone v1.0.20
1141
1144
  Compiling cfg-if v1.0.4
1142
- Compiling generic-array v0.14.7
1145
+ Compiling dyn-clone v1.0.20
1143
1146
  Compiling cpufeatures v0.2.17
1144
- Compiling data-encoding v2.10.0
1145
1147
  Compiling thiserror v1.0.69
1146
- Compiling prettyplease v0.2.37
1148
+ Compiling data-encoding v2.10.0
1149
+ Compiling generic-array v0.14.7
1150
+ Compiling base64 v0.22.1
1147
1151
  Compiling ethnum v1.5.2
1152
+ Compiling prettyplease v0.2.37
1148
1153
  Compiling escape-bytes v0.1.1
1149
- Compiling base64 v0.22.1
1150
1154
  Compiling semver v1.0.27
1151
- Compiling opaque-debug v0.3.1
1152
- Compiling either v1.15.0
1153
- Compiling glob v0.3.3
1154
- Compiling toml_write v0.1.2
1155
1155
  Compiling winnow v0.7.14
1156
1156
  Compiling anyhow v1.0.102
1157
- Compiling itertools v0.10.5
1157
+ Compiling toml_write v0.1.2
1158
+ Compiling opaque-debug v0.3.1
1159
+ Compiling glob v0.3.3
1160
+ Compiling either v1.15.0
1158
1161
  Compiling base64 v0.21.7
1159
1162
  Compiling heck v0.4.1
1160
1163
  Compiling indexmap v2.13.0
1164
+ Compiling itertools v0.10.5
1161
1165
  Compiling syn v2.0.117
1162
1166
  Compiling include_dir_macros v0.7.4
1163
- Compiling include_dir v0.7.4
1164
1167
  Compiling wasmparser v0.116.1
1165
- Compiling crypto-common v0.1.7
1166
1168
  Compiling block-buffer v0.10.4
1169
+ Compiling crypto-common v0.1.7
1167
1170
  Compiling block-buffer v0.9.0
1168
1171
  Compiling digest v0.9.0
1169
- Compiling digest v0.10.7
1172
+ Compiling include_dir v0.7.4
1170
1173
  Compiling sha2 v0.9.9
1174
+ Compiling digest v0.10.7
1171
1175
  Compiling sha2 v0.10.9
1172
1176
  Compiling darling_core v0.21.3
1173
1177
  Compiling serde_derive v1.0.228
1174
- Compiling cfg_eval v0.1.2
1175
1178
  Compiling thiserror-impl v1.0.69
1179
+ Compiling cfg_eval v0.1.2
1176
1180
  Compiling darling_macro v0.21.3
1177
1181
  Compiling crate-git-revision v0.0.6
1178
1182
  Compiling darling v0.21.3
1183
+ Compiling serde_with_macros v3.17.0
1179
1184
  Compiling stellar-strkey v0.0.13
1180
1185
  Compiling stellar-xdr v25.0.0
1181
- Compiling serde_with_macros v3.17.0
1182
1186
  Compiling hex v0.4.3
1183
1187
  Compiling serde_spanned v0.6.9
1184
1188
  Compiling toml_datetime v0.6.11
@@ -1188,7 +1192,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1188
1192
  Compiling soroban-spec v25.1.1
1189
1193
  Compiling soroban-spec-typescript v25.1.0
1190
1194
  Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
1191
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.72s
1195
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.64s
1192
1196
  Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
1193
1197
  Generating TypeScript bindings for 16 contract(s)...
1194
1198
 
@@ -1237,7 +1241,7 @@ Processing contract: dvn
1237
1241
  Processing contract: dvn_fee_lib
1238
1242
  WASM: target/wasm32v1-none/release/dvn_fee_lib.wasm
1239
1243
  Output: sdk/src/generated/dvn_fee_lib.ts
1240
- WASM size: 22523 bytes (22.00 KB)
1244
+ WASM size: 22652 bytes (22.12 KB)
1241
1245
  Generating bindings...
1242
1246
  Generated: sdk/src/generated/dvn_fee_lib.ts
1243
1247
  Processing contract: executor
@@ -1261,7 +1265,7 @@ Processing contract: executor_helper
1261
1265
  Processing contract: price_feed
1262
1266
  WASM: target/wasm32v1-none/release/price_feed.wasm
1263
1267
  Output: sdk/src/generated/price_feed.ts
1264
- WASM size: 33612 bytes (32.82 KB)
1268
+ WASM size: 33739 bytes (32.95 KB)
1265
1269
  Generating bindings...
1266
1270
  Generated: sdk/src/generated/price_feed.ts
1267
1271
  Processing contract: counter
@@ -1308,4 +1312,4 @@ Generated files in sdk/src/generated:
1308
1312
  - oft.ts
1309
1313
  - sac_manager.ts
1310
1314
  - layerzero_view.ts
1311
- âąī¸ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 26.568s
1315
+ âąī¸ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 27.211s