@layerzerolabs/protocol-stellar-v2 0.2.48 → 0.2.49

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