@layerzerolabs/protocol-stellar-v2 0.2.48 → 0.2.50

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.
Files changed (48) hide show
  1. package/.turbo/turbo-build.log +231 -231
  2. package/.turbo/turbo-lint.log +98 -304
  3. package/.turbo/turbo-test.log +1799 -1735
  4. package/contracts/common-macros/src/rbac.rs +1 -1
  5. package/contracts/common-macros/src/tests/rbac.rs +123 -20
  6. package/contracts/common-macros/src/tests/snapshots/common_macros__tests__rbac__snapshot_authorizer_role.snap +21 -0
  7. package/contracts/common-macros/src/tests/snapshots/common_macros__tests__rbac__snapshot_preserve_function_signature.snap +6 -2
  8. package/contracts/macro-integration-tests/tests/runtime/oapp/mod.rs +1 -22
  9. package/contracts/macro-integration-tests/tests/runtime/oapp/oapp_core.rs +1 -3
  10. package/contracts/macro-integration-tests/tests/runtime/oapp/options_type3.rs +1 -4
  11. package/contracts/macro-integration-tests/tests/runtime/oapp/receiver.rs +1 -5
  12. package/contracts/macro-integration-tests/tests/runtime/oapp/sender.rs +0 -1
  13. package/contracts/macro-integration-tests/tests/ui/rbac/pass/basic.rs +9 -0
  14. package/contracts/oapps/counter/integration_tests/utils.rs +1 -3
  15. package/contracts/oapps/counter/src/tests/mod.rs +1 -17
  16. package/contracts/oapps/counter/src/tests/test_counter.rs +0 -2
  17. package/contracts/oapps/oapp/src/oapp_core.rs +5 -8
  18. package/contracts/oapps/oapp/src/oapp_options_type3.rs +4 -4
  19. package/contracts/oapps/oapp/src/tests/mod.rs +0 -21
  20. package/contracts/oapps/oapp/src/tests/oapp_core.rs +0 -1
  21. package/contracts/oapps/oapp/src/tests/oapp_options_type3.rs +0 -1
  22. package/contracts/oapps/oapp/src/tests/oapp_receiver.rs +0 -1
  23. package/contracts/oapps/oapp/src/tests/oapp_sender.rs +0 -1
  24. package/contracts/oapps/oft/integration-tests/setup.rs +1 -17
  25. package/contracts/oapps/oft/integration-tests/utils.rs +5 -18
  26. package/contracts/oapps/oft/src/extensions/oft_fee.rs +8 -8
  27. package/contracts/oapps/oft/src/tests/extensions/oft_fee.rs +3 -3
  28. package/contracts/oapps/oft-core/integration-tests/setup.rs +1 -22
  29. package/contracts/oapps/oft-core/src/oft_core.rs +5 -5
  30. package/contracts/oapps/oft-core/src/tests/test_msg_inspector.rs +3 -3
  31. package/contracts/oapps/oft-core/src/tests/test_utils.rs +1 -28
  32. package/contracts/oapps/sac-manager/src/sac_manager.rs +4 -4
  33. package/contracts/oapps/sac-manager/src/tests/test_helper.rs +2 -2
  34. package/contracts/utils/src/rbac.rs +13 -3
  35. package/contracts/utils/src/tests/rbac.rs +1 -1
  36. package/package.json +4 -4
  37. package/sdk/.turbo/turbo-test.log +281 -290
  38. package/sdk/dist/generated/counter.d.ts +6 -6
  39. package/sdk/dist/generated/counter.js +6 -6
  40. package/sdk/dist/generated/oft.d.ts +11 -11
  41. package/sdk/dist/generated/oft.js +10 -10
  42. package/sdk/dist/generated/sac_manager.d.ts +3 -3
  43. package/sdk/dist/generated/sac_manager.js +3 -3
  44. package/sdk/package.json +1 -1
  45. package/sdk/test/counter-sml.test.ts +0 -18
  46. package/sdk/test/counter-uln.test.ts +0 -18
  47. package/sdk/test/oft-sml.test.ts +1 -21
  48. package/sdk/test/sac-manager.test.ts +6 -1
@@ -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: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.
17
+ (node:14356) [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,37 +37,37 @@ efd28cb7ba78: Pulling fs layer
37
37
  14f775f5d67b: Pulling fs layer
38
38
  3f562c99cbe3: Pulling fs layer
39
39
  5fa3a944df97: Pulling fs layer
40
- 14f775f5d67b: Waiting
41
- 3f562c99cbe3: Waiting
40
+ 92a1b3d31b96: Waiting
41
+ fb456ca5475e: Waiting
42
+ 2c1ce468d9f3: Waiting
43
+ 3e1d87a413fa: Waiting
42
44
  963aa7b66e91: Waiting
43
- 5fa3a944df97: Waiting
44
45
  efd28cb7ba78: Waiting
45
46
  a0f6971ecbd3: Waiting
46
- 3e1d87a413fa: Waiting
47
- 92a1b3d31b96: Waiting
48
- 2c1ce468d9f3: Waiting
49
- fb456ca5475e: Waiting
47
+ 3f562c99cbe3: Waiting
48
+ 5fa3a944df97: Waiting
49
+ 14f775f5d67b: Waiting
50
50
  f6bd9104d248: Verifying Checksum
51
51
  f6bd9104d248: Download complete
52
52
  f6bd9104d248: Pull complete
53
53
  3e1d87a413fa: Verifying Checksum
54
54
  3e1d87a413fa: Download complete
55
- a0f6971ecbd3: Verifying Checksum
56
- a0f6971ecbd3: Download complete
57
- 4617420e017b: Verifying Checksum
58
- 4617420e017b: Download complete
59
55
  beaaf8a7146e: Verifying Checksum
60
56
  beaaf8a7146e: Download complete
57
+ 4617420e017b: Verifying Checksum
58
+ 4617420e017b: Download complete
59
+ a0f6971ecbd3: Verifying Checksum
60
+ a0f6971ecbd3: Download complete
61
61
  2c1ce468d9f3: Verifying Checksum
62
62
  2c1ce468d9f3: Download complete
63
63
  92a1b3d31b96: Verifying Checksum
64
64
  92a1b3d31b96: Download complete
65
+ efd28cb7ba78: Verifying Checksum
65
66
  efd28cb7ba78: Download complete
66
67
  963aa7b66e91: Verifying Checksum
67
68
  963aa7b66e91: Download complete
68
69
  fb456ca5475e: Verifying Checksum
69
70
  fb456ca5475e: Download complete
70
- 14f775f5d67b: Verifying Checksum
71
71
  14f775f5d67b: Download complete
72
72
  3f562c99cbe3: Verifying Checksum
73
73
  3f562c99cbe3: Download complete
@@ -115,7 +115,7 @@ info: installing component 'rustfmt'
115
115
 
116
116
  info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
117
117
  info: checking for self-update
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
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: 14.204s
119
119
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
120
120
  📦 Using 4 default cache volume(s) for stellar
121
121
  ✅ stellar-25.1.0 (Latest stable release)
@@ -129,223 +129,223 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
129
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
130
130
  Updating crates.io index
131
131
  Downloading crates ...
132
- Downloaded darling_macro v0.20.11
133
- Downloaded ark-serialize-derive v0.4.2
134
- Downloaded arbitrary v1.3.2
135
132
  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
133
+ Downloaded ark-bn254 v0.4.0
134
+ Downloaded ark-poly v0.4.2
135
+ Downloaded ark-ff v0.4.2
136
+ Downloaded ref-cast-impl v1.0.25
137
+ Downloaded arbitrary v1.3.2
138
+ Downloaded ahash v0.8.12
139
+ Downloaded indexmap v1.9.3
140
+ Downloaded ident_case v1.0.1
141
+ Downloaded libm v0.2.15
142
+ Downloaded wasmi_core v0.13.0
143
+ Downloaded sec1 v0.7.3
144
+ Downloaded time-core v0.1.6
145
+ Downloaded serde_with_macros v3.15.1
140
146
  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
144
- Downloaded wasmi_arena v0.4.1
145
- Downloaded zeroize_derive v1.4.2
146
147
  Downloaded zeroize v1.8.2
147
- Downloaded soroban-env-macros v25.0.1
148
- Downloaded typenum v1.19.0
149
- Downloaded schemars v0.8.22
148
+ Downloaded visibility v0.1.1
149
+ Downloaded soroban-builtin-sdk-macros v25.0.1
150
+ Downloaded p256 v0.13.2
151
+ Downloaded zeroize_derive v1.4.2
150
152
  Downloaded wasmparser-nostd v0.100.2
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
155
- Downloaded hashbrown v0.16.0
156
- Downloaded syn v1.0.109
157
153
  Downloaded zerocopy v0.8.27
154
+ Downloaded stable_deref_trait v1.2.1
155
+ Downloaded soroban-sdk v25.1.1
156
+ Downloaded syn v1.0.109
157
+ Downloaded serde v1.0.228
158
+ Downloaded sha3 v0.10.8
159
+ Downloaded signature v2.2.0
160
+ Downloaded soroban-env-guest v25.0.1
161
+ Downloaded semver v1.0.27
162
+ Downloaded serde_json v1.0.145
163
+ Downloaded memchr v2.7.6
158
164
  Downloaded curve25519-dalek v4.1.3
165
+ Downloaded soroban-spec-rust v25.1.1
166
+ Downloaded wasmi_arena v0.4.1
167
+ Downloaded thiserror-impl v1.0.69
159
168
  Downloaded syn v2.0.108
160
- Downloaded libm v0.2.15
161
- Downloaded ark-bls12-381 v0.4.0
162
- Downloaded itertools v0.14.0
163
- Downloaded chrono v0.4.42
169
+ Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
170
+ Downloaded unicode-ident v1.0.22
171
+ Downloaded time-macros v0.2.24
172
+ Downloaded thiserror v1.0.69
164
173
  Downloaded num-bigint v0.4.6
165
- Downloaded itertools v0.10.5
166
- Downloaded indexmap v2.12.0
167
- Downloaded hashbrown v0.12.3
168
- Downloaded rand v0.8.5
169
- Downloaded k256 v0.13.4
174
+ Downloaded libc v0.2.177
175
+ Downloaded spin v0.9.8
176
+ Downloaded serde_core v1.0.228
177
+ Downloaded chrono v0.4.42
178
+ Downloaded subtle v2.6.1
179
+ Downloaded sha2 v0.10.9
180
+ Downloaded soroban-env-host v25.0.1
170
181
  Downloaded ed25519-dalek v2.2.0
171
- Downloaded serde_json v1.0.145
182
+ Downloaded ryu v1.0.20
183
+ Downloaded rand v0.8.5
184
+ Downloaded primeorder v0.13.6
172
185
  Downloaded prettyplease v0.2.37
173
- Downloaded num-traits v0.2.19
174
- Downloaded memchr v2.7.6
175
- Downloaded indexmap v1.9.3
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
186
+ Downloaded pkcs8 v0.10.2
187
+ Downloaded hashbrown v0.16.0
188
+ Downloaded const-oid v0.9.6
189
+ Downloaded stellar-strkey v0.0.16
190
+ Downloaded spki v0.7.3
191
+ Downloaded soroban-sdk-macros v25.1.1
192
+ Downloaded soroban-env-macros v25.0.1
193
+ Downloaded serde_derive v1.0.228
194
+ Downloaded rand_core v0.6.4
182
195
  Downloaded proc-macro2 v1.0.103
183
- Downloaded p256 v0.13.2
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
188
- Downloaded either v1.15.0
189
- Downloaded derivative v2.2.0
190
- Downloaded serde_core v1.0.228
196
+ Downloaded stellar-xdr v25.0.0
197
+ Downloaded powerfmt v0.2.0
191
198
  Downloaded num-integer v0.1.46
192
- Downloaded libc v0.2.177
193
- Downloaded iana-time-zone v0.1.64
194
- Downloaded hmac v0.12.1
195
- Downloaded group v0.13.0
199
+ Downloaded version_check v0.9.5
200
+ Downloaded serde_with v3.15.1
201
+ Downloaded itertools v0.14.0
202
+ Downloaded indexmap v2.12.0
196
203
  Downloaded ff v0.13.1
197
204
  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
205
+ Downloaded wasmparser v0.116.1
206
+ Downloaded derive_arbitrary v1.3.2
207
+ Downloaded der v0.7.10
208
+ Downloaded darling v0.20.11
209
+ Downloaded curve25519-dalek-derive v0.1.1
210
+ Downloaded ctor v0.5.0
211
+ Downloaded cfg-if v1.0.4
212
+ Downloaded ark-serialize-derive v0.4.2
213
+ Downloaded typenum v1.19.0
214
+ Downloaded strsim v0.11.1
215
+ Downloaded soroban-spec v25.1.1
216
+ Downloaded ref-cast v1.0.25
203
217
  Downloaded quote v1.0.41
204
- Downloaded primeorder v0.13.6
218
+ Downloaded hashbrown v0.13.2
219
+ Downloaded hashbrown v0.12.3
220
+ Downloaded dyn-clone v1.0.20
221
+ Downloaded autocfg v1.5.0
222
+ Downloaded soroban-env-common v25.0.1
223
+ Downloaded itertools v0.10.5
224
+ Downloaded heapless v0.8.0
225
+ Downloaded dtor-proc-macro v0.0.6
226
+ Downloaded base64 v0.22.1
227
+ Downloaded ark-serialize v0.4.2
228
+ Downloaded schemars v1.0.5
229
+ Downloaded ethnum v1.5.2
230
+ Downloaded either v1.15.0
231
+ Downloaded darling_core v0.21.3
232
+ Downloaded darling_core v0.20.11
233
+ Downloaded time v0.3.44
234
+ Downloaded stellar-strkey v0.0.13
235
+ Downloaded smallvec v1.15.1
236
+ Downloaded keccak v0.1.5
237
+ Downloaded digest v0.10.7
238
+ Downloaded darling v0.21.3
239
+ Downloaded crate-git-revision v0.0.6
240
+ Downloaded bytes-lit v0.0.5
241
+ Downloaded block-buffer v0.10.4
242
+ Downloaded schemars v0.8.22
205
243
  Downloaded ppv-lite86 v0.2.21
206
- Downloaded pkcs8 v0.10.2
207
244
  Downloaded paste v1.0.15
245
+ Downloaded num-traits v0.2.19
246
+ Downloaded num-conv v0.1.0
247
+ Downloaded itoa v1.0.15
208
248
  Downloaded indexmap-nostd v0.4.0
209
- Downloaded ident_case v1.0.1
210
- Downloaded generic-array v0.14.9
211
- Downloaded fnv v1.0.7
212
- Downloaded equivalent v1.0.2
249
+ Downloaded iana-time-zone v0.1.64
250
+ Downloaded hmac v0.12.1
251
+ Downloaded hex v0.4.3
252
+ Downloaded heck v0.5.0
253
+ Downloaded group v0.13.0
254
+ Downloaded elliptic-curve v0.13.8
213
255
  Downloaded ed25519 v2.2.3
256
+ Downloaded ecdsa v0.16.9
214
257
  Downloaded dtor v0.1.1
215
258
  Downloaded downcast-rs v1.2.1
216
- Downloaded digest v0.10.7
259
+ Downloaded derivative v2.2.0
260
+ Downloaded deranged v0.5.5
261
+ Downloaded darling_macro v0.21.3
262
+ Downloaded darling_macro v0.20.11
263
+ Downloaded crypto-common v0.1.6
264
+ Downloaded cpufeatures v0.2.17
217
265
  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
266
+ Downloaded base64ct v1.8.0
267
+ Downloaded soroban-ledger-snapshot v25.1.1
268
+ Downloaded schemars v0.9.0
228
269
  Downloaded rustc_version v0.4.1
229
270
  Downloaded rfc6979 v0.4.0
230
- Downloaded powerfmt v0.2.0
271
+ Downloaded rand_chacha v0.3.1
272
+ Downloaded once_cell v1.21.3
231
273
  Downloaded num-derive v0.4.2
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
274
  Downloaded macro-string v0.1.4
275
+ Downloaded k256 v0.13.4
242
276
  Downloaded hex-literal v0.4.1
243
- Downloaded heck v0.5.0
244
277
  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
248
- Downloaded version_check v0.9.5
249
- Downloaded time-core v0.1.6
250
- Downloaded stable_deref_trait v1.2.1
251
- Downloaded soroban-builtin-sdk-macros v25.0.1
252
- Downloaded ryu v1.0.20
253
- Downloaded itoa v1.0.15
254
- Downloaded dyn-clone v1.0.20
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
261
- Downloaded ctor v0.5.0
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
278
+ Downloaded getrandom v0.2.16
279
+ Downloaded generic-array v0.14.9
280
+ Downloaded fnv v1.0.7
281
+ Downloaded equivalent v1.0.2
270
282
  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
274
- Downloaded schemars v0.9.0
275
- Downloaded stellar-xdr v25.0.0
276
- Downloaded cpufeatures v0.2.17
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
286
- Downloaded ark-ff v0.4.2
283
+ Downloaded ctor-proc-macro v0.0.6
284
+ Downloaded crypto-bigint v0.5.5
285
+ Downloaded base16ct v0.2.0
287
286
  Downloaded cfg_eval v0.1.2
288
- Downloaded ark-poly v0.4.2
289
- Downloaded ahash v0.8.12
290
- Downloaded ark-bn254 v0.4.0
287
+ Downloaded ark-std v0.4.0
288
+ Downloaded ark-bls12-381 v0.4.0
289
+ Downloaded ark-ec v0.4.2
290
+ Downloaded ark-ff-asm v0.4.2
291
291
  Compiling proc-macro2 v1.0.103
292
- Compiling unicode-ident v1.0.22
293
292
  Compiling quote v1.0.41
293
+ Compiling unicode-ident v1.0.22
294
294
  Compiling serde_core v1.0.228
295
295
  Compiling serde v1.0.228
296
296
  Compiling serde_json v1.0.145
297
- Compiling memchr v2.7.6
298
297
  Compiling ryu v1.0.20
298
+ Compiling memchr v2.7.6
299
299
  Compiling itoa v1.0.15
300
+ Compiling ident_case v1.0.1
300
301
  Compiling strsim v0.11.1
301
302
  Compiling fnv v1.0.7
302
- Compiling ident_case v1.0.1
303
303
  Compiling version_check v0.9.5
304
304
  Compiling typenum v1.19.0
305
305
  Compiling autocfg v1.5.0
306
306
  Compiling schemars v0.8.22
307
307
  Compiling dyn-clone v1.0.20
308
+ Compiling cfg-if v1.0.4
308
309
  Compiling data-encoding v2.9.0
309
310
  Compiling cpufeatures v0.2.17
310
- Compiling cfg-if v1.0.4
311
+ Compiling either v1.15.0
311
312
  Compiling ethnum v1.5.2
312
313
  Compiling escape-bytes v0.1.1
313
- Compiling either v1.15.0
314
314
  Compiling semver v1.0.27
315
+ Compiling hashbrown v0.16.0
315
316
  Compiling thiserror v1.0.69
316
- Compiling equivalent v1.0.2
317
317
  Compiling generic-array v0.14.9
318
- Compiling hashbrown v0.16.0
318
+ Compiling equivalent v1.0.2
319
319
  Compiling prettyplease v0.2.37
320
+ Compiling heapless v0.8.0
320
321
  Compiling num-traits v0.2.19
321
- Compiling base64 v0.22.1
322
322
  Compiling byteorder v1.5.0
323
- Compiling heapless v0.8.0
324
323
  Compiling itertools v0.10.5
325
- Compiling static_assertions v1.1.0
324
+ Compiling base64 v0.22.1
326
325
  Compiling rustc_version v0.4.1
327
- Compiling heck v0.5.0
326
+ Compiling static_assertions v1.1.0
328
327
  Compiling hash32 v0.3.1
329
328
  Compiling stable_deref_trait v1.2.1
329
+ Compiling heck v0.5.0
330
330
  Compiling itertools v0.14.0
331
331
  Compiling indexmap v2.12.0
332
332
  Compiling syn v2.0.108
333
+ Compiling crypto-common v0.1.6
334
+ Compiling block-buffer v0.10.4
333
335
  Compiling num-integer v0.1.46
334
336
  Compiling wasmparser v0.116.1
335
- Compiling num-bigint v0.4.6
336
- Compiling block-buffer v0.10.4
337
- Compiling crypto-common v0.1.6
338
337
  Compiling digest v0.10.7
339
338
  Compiling sha2 v0.10.9
339
+ Compiling num-bigint v0.4.6
340
340
  Compiling darling_core v0.21.3
341
341
  Compiling darling_core v0.20.11
342
342
  Compiling macro-string v0.1.4
343
343
  Compiling serde_derive v1.0.228
344
344
  Compiling cfg_eval v0.1.2
345
- Compiling num-derive v0.4.2
346
345
  Compiling thiserror-impl v1.0.69
347
- Compiling visibility v0.1.1
346
+ Compiling num-derive v0.4.2
348
347
  Compiling bytes-lit v0.0.5
348
+ Compiling visibility v0.1.1
349
349
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
350
350
  Compiling darling_macro v0.20.11
351
351
  Compiling darling_macro v0.21.3
@@ -367,7 +367,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
367
367
  Compiling soroban-env-guest v25.0.1
368
368
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
369
369
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
370
- Finished `release` profile [optimized] target(s) in 31.94s
370
+ Finished `release` profile [optimized] target(s) in 32.12s
371
371
  ℹ️ Build Summary:
372
372
  Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
373
373
  Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
@@ -436,8 +436,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
436
436
  ✅ Build Complete
437
437
 
438
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
439
- Compiling byteorder v1.5.0
440
439
  Compiling escape-bytes v0.1.1
440
+ Compiling byteorder v1.5.0
441
441
  Compiling stable_deref_trait v1.2.1
442
442
  Compiling ethnum v1.5.2
443
443
  Compiling num-traits v0.2.19
@@ -456,7 +456,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
456
456
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
457
457
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
458
458
  Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
459
- Finished `release` profile [optimized] target(s) in 8.89s
459
+ Finished `release` profile [optimized] target(s) in 8.77s
460
460
  ℹ️ Build Summary:
461
461
  Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
462
462
  Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
@@ -489,7 +489,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
489
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
490
490
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
491
491
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
492
- Finished `release` profile [optimized] target(s) in 1.12s
492
+ Finished `release` profile [optimized] target(s) in 1.11s
493
493
  ℹ️ Build Summary:
494
494
  Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
495
495
  Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
@@ -566,7 +566,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
566
566
 
567
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
568
568
  Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
569
- Finished `release` profile [optimized] target(s) in 0.49s
569
+ Finished `release` profile [optimized] target(s) in 0.48s
570
570
  ℹ️ Build Summary:
571
571
  Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
572
572
  Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
@@ -640,11 +640,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
640
640
  Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
641
641
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
642
642
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
643
- Finished `release` profile [optimized] target(s) in 1.34s
643
+ Finished `release` profile [optimized] target(s) in 1.31s
644
644
  ℹ️ Build Summary:
645
- Wasm File: target/wasm32v1-none/release/counter.wasm (51648 bytes)
646
- Wasm Hash: aecc6c77b8c73f2c5e5739b84fa2c5097530fec00f68d31103d5ca1ac0d241ff
647
- Wasm Size: 51648 bytes
645
+ Wasm File: target/wasm32v1-none/release/counter.wasm (52094 bytes)
646
+ Wasm Hash: fb3b11042a126ff4b28846ebf439eb6877da62b9033f5cceab4e0f65a943575b
647
+ Wasm Size: 52094 bytes
648
648
  Exported Functions: 46 found
649
649
  • __constructor
650
650
  • accept_ownership
@@ -698,7 +698,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
698
698
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
699
699
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
700
700
  Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
701
- Finished `release` profile [optimized] target(s) in 1.18s
701
+ Finished `release` profile [optimized] target(s) in 1.15s
702
702
  ℹ️ Build Summary:
703
703
  Wasm File: target/wasm32v1-none/release/dvn.wasm (56968 bytes)
704
704
  Wasm Hash: 0b95d8f0155be47dec46abd2914d176eb571e37e7db011c76517dbfdbb56b093
@@ -758,7 +758,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
758
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
759
759
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
760
760
  Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
761
- Finished `release` profile [optimized] target(s) in 0.63s
761
+ Finished `release` profile [optimized] target(s) in 0.61s
762
762
  ℹ️ Build Summary:
763
763
  Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
764
764
  Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
@@ -785,7 +785,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
785
785
 
786
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
787
787
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
788
- Finished `release` profile [optimized] target(s) in 0.80s
788
+ Finished `release` profile [optimized] target(s) in 0.78s
789
789
  ℹ️ Build Summary:
790
790
  Wasm File: target/wasm32v1-none/release/executor.wasm (59292 bytes)
791
791
  Wasm Hash: 936ada7ca624b7776f737743d2aa24207a3785f964a03174de6ecef6d1888172
@@ -844,7 +844,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
844
844
 
845
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
846
846
  Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
847
- Finished `release` profile [optimized] target(s) in 0.44s
847
+ Finished `release` profile [optimized] target(s) in 0.43s
848
848
  ℹ️ Build Summary:
849
849
  Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
850
850
  Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
@@ -874,7 +874,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
874
874
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
875
875
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
876
876
  Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
877
- Finished `release` profile [optimized] target(s) in 1.01s
877
+ Finished `release` profile [optimized] target(s) in 0.98s
878
878
  ℹ️ Build Summary:
879
879
  Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25861 bytes)
880
880
  Wasm Hash: 0b467a6655e22fdc3bb5d7ca32c3df86fe38a5856570be78f07c1cac18ccc6cd
@@ -931,11 +931,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
931
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
932
932
  Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
933
933
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
934
- Finished `release` profile [optimized] target(s) in 1.30s
934
+ Finished `release` profile [optimized] target(s) in 1.29s
935
935
  ℹ️ Build Summary:
936
- Wasm File: target/wasm32v1-none/release/oft.wasm (77486 bytes)
937
- Wasm Hash: 5371eeb1640c49457df62f428fb213f7f186dcd7f0235cbfde0d2d80160499c9
938
- Wasm Size: 77486 bytes
936
+ Wasm File: target/wasm32v1-none/release/oft.wasm (78054 bytes)
937
+ Wasm Hash: 66b8fc024be5e12530d2895a74b36e6244eaedcde669aa06df4880577b869578
938
+ Wasm Size: 78054 bytes
939
939
  Exported Functions: 61 found
940
940
  • __constructor
941
941
  • accept_ownership
@@ -1004,9 +1004,9 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1004
1004
  Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
1005
1005
  Finished `release` profile [optimized] target(s) in 0.46s
1006
1006
  ℹ️ Build Summary:
1007
- Wasm File: target/wasm32v1-none/release/sac_manager.wasm (23520 bytes)
1008
- Wasm Hash: aa38e04ee0060ed167a7e944ff54f92a9b508c36097a26fa2a5eb522fc070278
1009
- Wasm Size: 23520 bytes
1007
+ Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
1008
+ Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
1009
+ Wasm Size: 24101 bytes
1010
1010
  Exported Functions: 28 found
1011
1011
  • __constructor
1012
1012
  • accept_ownership
@@ -1038,7 +1038,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1038
1038
  • underlying_sac
1039
1039
  ✅ Build Complete
1040
1040
 
1041
- ⏱️ stellar contract build: 1:04.917 (m:ss.mmm)
1041
+ ⏱️ stellar contract build: 1:07.002 (m:ss.mmm)
1042
1042
   WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
1043
1043
 
1044
1044
  > @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
@@ -1049,7 +1049,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1049
1049
  🔧 User volumes override 1 default volume(s)
1050
1050
  ✅ stellar-25.1.0 (Latest stable release)
1051
1051
  🔧 stellar version: 25.1.0
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.
1052
+ (node:22521) [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.
1053
1053
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
1054
1054
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
1055
1055
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -1070,7 +1070,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
1070
1070
  1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
1071
1071
 
1072
1072
  info: checking for self-update
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
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: 840.401ms
1074
1074
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
1075
1075
  📦 Using 4 default cache volume(s) for stellar
1076
1076
  ✅ stellar-25.1.0 (Latest stable release)
@@ -1084,84 +1084,84 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
1084
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'
1085
1085
  Updating crates.io index
1086
1086
  Downloading crates ...
1087
- Downloaded block-buffer v0.9.0
1088
- Downloaded anyhow v1.0.102
1089
- Downloaded time-core v0.1.8
1090
- Downloaded serde_spanned v0.6.9
1087
+ Downloaded generic-array v0.14.7
1088
+ Downloaded digest v0.9.0
1089
+ Downloaded deranged v0.5.8
1090
+ Downloaded sha2 v0.9.9
1091
1091
  Downloaded toml_write v0.1.2
1092
- Downloaded toml_datetime v0.6.11
1093
1092
  Downloaded zmij v1.0.21
1094
- Downloaded toml_edit v0.22.27
1095
1093
  Downloaded unicode-ident v1.0.24
1096
- Downloaded schemars v1.2.1
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
1094
  Downloaded winnow v0.7.14
1095
+ Downloaded toml_edit v0.22.27
1096
+ Downloaded quote v1.0.44
1097
+ Downloaded toml_datetime v0.6.11
1102
1098
  Downloaded time v0.3.47
1103
- Downloaded chrono v0.4.44
1104
- Downloaded memchr v2.8.0
1105
- Downloaded toml v0.8.23
1099
+ Downloaded serde_with v3.17.0
1100
+ Downloaded serde_spanned v0.6.9
1101
+ Downloaded serde_json v1.0.149
1106
1102
  Downloaded serde_with_macros v3.17.0
1107
- Downloaded syn v2.0.117
1108
- Downloaded soroban-spec-typescript v25.1.0
1103
+ Downloaded memchr v2.8.0
1109
1104
  Downloaded glob v0.3.3
1110
1105
  Downloaded base64 v0.21.7
1111
- Downloaded time-macros v0.2.27
1112
- Downloaded sha2 v0.9.9
1113
- Downloaded quote v1.0.44
1106
+ Downloaded syn v2.0.117
1107
+ Downloaded soroban-spec-typescript v25.1.0
1108
+ Downloaded opaque-debug v0.3.1
1109
+ Downloaded num-conv v0.2.0
1110
+ Downloaded hashbrown v0.16.1
1114
1111
  Downloaded itoa v1.0.17
1112
+ Downloaded include_dir v0.7.4
1113
+ Downloaded schemars v1.2.1
1114
+ Downloaded indexmap v2.13.0
1115
1115
  Downloaded iana-time-zone v0.1.65
1116
+ Downloaded toml v0.8.23
1117
+ Downloaded time-core v0.1.8
1118
+ Downloaded include_dir_macros v0.7.4
1116
1119
  Downloaded heck v0.4.1
1117
- Downloaded generic-array v0.14.7
1118
- Downloaded digest v0.9.0
1119
- Downloaded num-conv v0.2.0
1120
- Downloaded include_dir v0.7.4
1120
+ Downloaded time-macros v0.2.27
1121
1121
  Downloaded data-encoding v2.10.0
1122
- Downloaded include_dir_macros v0.7.4
1123
- Downloaded deranged v0.5.8
1122
+ Downloaded block-buffer v0.9.0
1123
+ Downloaded proc-macro2 v1.0.106
1124
+ Downloaded anyhow v1.0.102
1124
1125
  Downloaded crypto-common v0.1.7
1125
- Downloaded opaque-debug v0.3.1
1126
- Downloaded hashbrown v0.16.1
1126
+ Downloaded chrono v0.4.44
1127
1127
  Compiling unicode-ident v1.0.24
1128
1128
  Compiling proc-macro2 v1.0.106
1129
1129
  Compiling quote v1.0.44
1130
1130
  Compiling zmij v1.0.21
1131
- Compiling serde_core v1.0.228
1132
1131
  Compiling serde_json v1.0.149
1132
+ Compiling serde_core v1.0.228
1133
+ Compiling version_check v0.9.5
1133
1134
  Compiling memchr v2.8.0
1134
1135
  Compiling itoa v1.0.17
1135
- Compiling version_check v0.9.5
1136
1136
  Compiling typenum v1.19.0
1137
1137
  Compiling serde v1.0.228
1138
1138
  Compiling fnv v1.0.7
1139
1139
  Compiling strsim v0.11.1
1140
1140
  Compiling ident_case v1.0.1
1141
- Compiling hashbrown v0.16.1
1142
1141
  Compiling equivalent v1.0.2
1143
1142
  Compiling schemars v0.8.22
1143
+ Compiling hashbrown v0.16.1
1144
1144
  Compiling cfg-if v1.0.4
1145
1145
  Compiling dyn-clone v1.0.20
1146
1146
  Compiling cpufeatures v0.2.17
1147
1147
  Compiling thiserror v1.0.69
1148
- Compiling data-encoding v2.10.0
1149
1148
  Compiling generic-array v0.14.7
1150
- Compiling base64 v0.22.1
1151
- Compiling ethnum v1.5.2
1152
- Compiling prettyplease v0.2.37
1149
+ Compiling data-encoding v2.10.0
1153
1150
  Compiling escape-bytes v0.1.1
1151
+ Compiling ethnum v1.5.2
1154
1152
  Compiling semver v1.0.27
1155
- Compiling winnow v0.7.14
1156
- Compiling anyhow v1.0.102
1153
+ Compiling base64 v0.22.1
1154
+ Compiling prettyplease v0.2.37
1155
+ Compiling either v1.15.0
1157
1156
  Compiling toml_write v0.1.2
1158
- Compiling opaque-debug v0.3.1
1157
+ Compiling anyhow v1.0.102
1159
1158
  Compiling glob v0.3.3
1160
- Compiling either v1.15.0
1161
- Compiling base64 v0.21.7
1159
+ Compiling winnow v0.7.14
1160
+ Compiling opaque-debug v0.3.1
1161
+ Compiling itertools v0.10.5
1162
1162
  Compiling heck v0.4.1
1163
+ Compiling base64 v0.21.7
1163
1164
  Compiling indexmap v2.13.0
1164
- Compiling itertools v0.10.5
1165
1165
  Compiling syn v2.0.117
1166
1166
  Compiling include_dir_macros v0.7.4
1167
1167
  Compiling wasmparser v0.116.1
@@ -1170,13 +1170,13 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1170
1170
  Compiling block-buffer v0.9.0
1171
1171
  Compiling digest v0.9.0
1172
1172
  Compiling include_dir v0.7.4
1173
- Compiling sha2 v0.9.9
1174
1173
  Compiling digest v0.10.7
1174
+ Compiling sha2 v0.9.9
1175
1175
  Compiling sha2 v0.10.9
1176
1176
  Compiling darling_core v0.21.3
1177
1177
  Compiling serde_derive v1.0.228
1178
- Compiling thiserror-impl v1.0.69
1179
1178
  Compiling cfg_eval v0.1.2
1179
+ Compiling thiserror-impl v1.0.69
1180
1180
  Compiling darling_macro v0.21.3
1181
1181
  Compiling crate-git-revision v0.0.6
1182
1182
  Compiling darling v0.21.3
@@ -1184,15 +1184,15 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1184
1184
  Compiling stellar-strkey v0.0.13
1185
1185
  Compiling stellar-xdr v25.0.0
1186
1186
  Compiling hex v0.4.3
1187
- Compiling serde_spanned v0.6.9
1188
1187
  Compiling toml_datetime v0.6.11
1188
+ Compiling serde_spanned v0.6.9
1189
1189
  Compiling toml_edit v0.22.27
1190
1190
  Compiling serde_with v3.17.0
1191
1191
  Compiling toml v0.8.23
1192
1192
  Compiling soroban-spec v25.1.1
1193
1193
  Compiling soroban-spec-typescript v25.1.0
1194
1194
  Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
1195
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.64s
1195
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.25s
1196
1196
  Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
1197
1197
  Generating TypeScript bindings for 16 contract(s)...
1198
1198
 
@@ -1271,19 +1271,19 @@ Processing contract: price_feed
1271
1271
  Processing contract: counter
1272
1272
  WASM: target/wasm32v1-none/release/counter.wasm
1273
1273
  Output: sdk/src/generated/counter.ts
1274
- WASM size: 51648 bytes (50.44 KB)
1274
+ WASM size: 52094 bytes (50.87 KB)
1275
1275
  Generating bindings...
1276
1276
  Generated: sdk/src/generated/counter.ts
1277
1277
  Processing contract: oft
1278
1278
  WASM: target/wasm32v1-none/release/oft.wasm
1279
1279
  Output: sdk/src/generated/oft.ts
1280
- WASM size: 77486 bytes (75.67 KB)
1280
+ WASM size: 78054 bytes (76.22 KB)
1281
1281
  Generating bindings...
1282
1282
  Generated: sdk/src/generated/oft.ts
1283
1283
  Processing contract: sac_manager
1284
1284
  WASM: target/wasm32v1-none/release/sac_manager.wasm
1285
1285
  Output: sdk/src/generated/sac_manager.ts
1286
- WASM size: 23520 bytes (22.97 KB)
1286
+ WASM size: 24101 bytes (23.54 KB)
1287
1287
  Generating bindings...
1288
1288
  Generated: sdk/src/generated/sac_manager.ts
1289
1289
  Processing contract: layerzero_views
@@ -1312,4 +1312,4 @@ Generated files in sdk/src/generated:
1312
1312
  - oft.ts
1313
1313
  - sac_manager.ts
1314
1314
  - layerzero_view.ts
1315
- ⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 27.211s
1315
+ ⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 26.887s