@layerzerolabs/protocol-stellar-v2 0.2.49 â 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.
- package/.turbo/turbo-build.log +227 -224
- package/.turbo/turbo-lint.log +63 -62
- package/.turbo/turbo-test.log +1769 -1925
- package/contracts/oapps/sac-manager/src/sac_manager.rs +4 -4
- package/contracts/oapps/sac-manager/src/tests/test_helper.rs +2 -2
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +263 -260
- package/sdk/dist/generated/sac_manager.d.ts +3 -3
- package/sdk/dist/generated/sac_manager.js +3 -3
- package/sdk/package.json +1 -1
- package/sdk/test/oft-sml.test.ts +1 -1
- package/sdk/test/sac-manager.test.ts +6 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -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:
|
|
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)
|
|
@@ -36,37 +36,40 @@ 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
|
|
40
39
|
5fa3a944df97: Pulling fs layer
|
|
41
|
-
a0f6971ecbd3: Waiting
|
|
42
|
-
fb456ca5475e: Waiting
|
|
43
40
|
92a1b3d31b96: Waiting
|
|
44
|
-
|
|
41
|
+
fb456ca5475e: Waiting
|
|
45
42
|
2c1ce468d9f3: Waiting
|
|
43
|
+
3e1d87a413fa: Waiting
|
|
44
|
+
963aa7b66e91: Waiting
|
|
46
45
|
efd28cb7ba78: Waiting
|
|
46
|
+
a0f6971ecbd3: Waiting
|
|
47
47
|
3f562c99cbe3: Waiting
|
|
48
48
|
5fa3a944df97: Waiting
|
|
49
|
+
14f775f5d67b: Waiting
|
|
49
50
|
f6bd9104d248: Verifying Checksum
|
|
50
51
|
f6bd9104d248: Download complete
|
|
51
52
|
f6bd9104d248: Pull complete
|
|
52
53
|
3e1d87a413fa: Verifying Checksum
|
|
53
54
|
3e1d87a413fa: Download complete
|
|
54
|
-
a0f6971ecbd3: Verifying Checksum
|
|
55
|
-
a0f6971ecbd3: Download complete
|
|
56
55
|
beaaf8a7146e: Verifying Checksum
|
|
57
56
|
beaaf8a7146e: Download complete
|
|
58
57
|
4617420e017b: Verifying Checksum
|
|
59
58
|
4617420e017b: Download complete
|
|
59
|
+
a0f6971ecbd3: Verifying Checksum
|
|
60
|
+
a0f6971ecbd3: Download complete
|
|
61
|
+
2c1ce468d9f3: Verifying Checksum
|
|
62
|
+
2c1ce468d9f3: Download complete
|
|
60
63
|
92a1b3d31b96: Verifying Checksum
|
|
61
64
|
92a1b3d31b96: Download complete
|
|
62
|
-
2c1ce468d9f3: Download complete
|
|
63
65
|
efd28cb7ba78: Verifying Checksum
|
|
64
66
|
efd28cb7ba78: Download complete
|
|
65
|
-
14f775f5d67b: Download complete
|
|
66
67
|
963aa7b66e91: Verifying Checksum
|
|
67
68
|
963aa7b66e91: Download complete
|
|
68
69
|
fb456ca5475e: Verifying Checksum
|
|
69
70
|
fb456ca5475e: Download complete
|
|
71
|
+
14f775f5d67b: Download complete
|
|
72
|
+
3f562c99cbe3: Verifying Checksum
|
|
70
73
|
3f562c99cbe3: Download complete
|
|
71
74
|
5fa3a944df97: Verifying Checksum
|
|
72
75
|
5fa3a944df97: Download 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:
|
|
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
|
|
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,165 +129,165 @@ $ 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
|
|
130
|
-
Downloaded
|
|
132
|
+
Downloaded ark-ff-macros v0.4.2
|
|
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
|
|
131
143
|
Downloaded sec1 v0.7.3
|
|
132
|
-
Downloaded
|
|
133
|
-
Downloaded
|
|
134
|
-
Downloaded
|
|
135
|
-
Downloaded unicode-ident v1.0.22
|
|
136
|
-
Downloaded zeroize_derive v1.4.2
|
|
144
|
+
Downloaded time-core v0.1.6
|
|
145
|
+
Downloaded serde_with_macros v3.15.1
|
|
146
|
+
Downloaded static_assertions v1.1.0
|
|
137
147
|
Downloaded zeroize v1.8.2
|
|
138
|
-
Downloaded
|
|
139
|
-
Downloaded soroban-sdk-macros v25.
|
|
140
|
-
Downloaded
|
|
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
|
|
141
152
|
Downloaded wasmparser-nostd v0.100.2
|
|
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
153
|
Downloaded zerocopy v0.8.27
|
|
147
|
-
Downloaded
|
|
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
|
|
148
162
|
Downloaded serde_json v1.0.145
|
|
149
|
-
Downloaded wasmparser v0.116.1
|
|
150
163
|
Downloaded memchr v2.7.6
|
|
151
|
-
Downloaded
|
|
152
|
-
Downloaded
|
|
153
|
-
Downloaded
|
|
154
|
-
Downloaded
|
|
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
|
|
155
168
|
Downloaded syn v2.0.108
|
|
156
|
-
Downloaded
|
|
157
|
-
Downloaded
|
|
158
|
-
Downloaded
|
|
159
|
-
Downloaded
|
|
160
|
-
Downloaded
|
|
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
|
|
173
|
+
Downloaded num-bigint v0.4.6
|
|
161
174
|
Downloaded libc v0.2.177
|
|
162
|
-
Downloaded
|
|
163
|
-
Downloaded
|
|
164
|
-
Downloaded
|
|
165
|
-
Downloaded
|
|
166
|
-
Downloaded
|
|
167
|
-
Downloaded itertools v0.10.5
|
|
168
|
-
Downloaded hashbrown v0.12.3
|
|
169
|
-
Downloaded generic-array v0.14.9
|
|
170
|
-
Downloaded darling v0.20.11
|
|
171
|
-
Downloaded once_cell v1.21.3
|
|
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
|
|
172
180
|
Downloaded soroban-env-host v25.0.1
|
|
173
|
-
Downloaded
|
|
174
|
-
Downloaded
|
|
181
|
+
Downloaded ed25519-dalek v2.2.0
|
|
182
|
+
Downloaded ryu v1.0.20
|
|
183
|
+
Downloaded rand v0.8.5
|
|
184
|
+
Downloaded primeorder v0.13.6
|
|
185
|
+
Downloaded prettyplease v0.2.37
|
|
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
|
|
195
|
+
Downloaded proc-macro2 v1.0.103
|
|
196
|
+
Downloaded stellar-xdr v25.0.0
|
|
197
|
+
Downloaded powerfmt v0.2.0
|
|
198
|
+
Downloaded num-integer v0.1.46
|
|
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
|
|
203
|
+
Downloaded ff v0.13.1
|
|
204
|
+
Downloaded escape-bytes v0.1.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
|
|
217
|
+
Downloaded quote v1.0.41
|
|
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
|
|
175
225
|
Downloaded dtor-proc-macro v0.0.6
|
|
176
|
-
Downloaded
|
|
177
|
-
Downloaded
|
|
178
|
-
Downloaded
|
|
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
|
|
179
239
|
Downloaded crate-git-revision v0.0.6
|
|
180
240
|
Downloaded bytes-lit v0.0.5
|
|
181
|
-
Downloaded
|
|
182
|
-
Downloaded
|
|
183
|
-
Downloaded
|
|
184
|
-
Downloaded
|
|
185
|
-
Downloaded
|
|
186
|
-
Downloaded
|
|
187
|
-
Downloaded
|
|
188
|
-
Downloaded macro-string v0.1.4
|
|
241
|
+
Downloaded block-buffer v0.10.4
|
|
242
|
+
Downloaded schemars v0.8.22
|
|
243
|
+
Downloaded ppv-lite86 v0.2.21
|
|
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
|
|
189
248
|
Downloaded indexmap-nostd v0.4.0
|
|
190
|
-
Downloaded hex-literal v0.4.1
|
|
191
|
-
Downloaded derive_arbitrary v1.3.2
|
|
192
|
-
Downloaded crypto-bigint v0.5.5
|
|
193
|
-
Downloaded itertools v0.14.0
|
|
194
249
|
Downloaded iana-time-zone v0.1.64
|
|
250
|
+
Downloaded hmac v0.12.1
|
|
195
251
|
Downloaded hex v0.4.3
|
|
196
252
|
Downloaded heck v0.5.0
|
|
197
|
-
Downloaded hash32 v0.3.1
|
|
198
|
-
Downloaded escape-bytes v0.1.1
|
|
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
|
|
206
|
-
Downloaded ppv-lite86 v0.2.21
|
|
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
|
|
218
|
-
Downloaded ident_case v1.0.1
|
|
219
253
|
Downloaded group v0.13.0
|
|
220
|
-
Downloaded
|
|
221
|
-
Downloaded
|
|
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
|
|
254
|
+
Downloaded elliptic-curve v0.13.8
|
|
255
|
+
Downloaded ed25519 v2.2.3
|
|
228
256
|
Downloaded ecdsa v0.16.9
|
|
229
|
-
Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
|
|
230
|
-
Downloaded ff v0.13.1
|
|
231
257
|
Downloaded dtor v0.1.1
|
|
232
|
-
Downloaded
|
|
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
|
|
258
|
+
Downloaded downcast-rs v1.2.1
|
|
242
259
|
Downloaded derivative v2.2.0
|
|
243
|
-
Downloaded
|
|
244
|
-
Downloaded
|
|
245
|
-
Downloaded
|
|
246
|
-
Downloaded
|
|
247
|
-
Downloaded
|
|
248
|
-
Downloaded
|
|
249
|
-
Downloaded
|
|
250
|
-
Downloaded time-core v0.1.6
|
|
251
|
-
Downloaded thiserror-impl v1.0.69
|
|
252
|
-
Downloaded thiserror v1.0.69
|
|
253
|
-
Downloaded stellar-strkey v0.0.13
|
|
254
|
-
Downloaded static_assertions v1.1.0
|
|
255
|
-
Downloaded stable_deref_trait v1.2.1
|
|
256
|
-
Downloaded soroban-spec-rust v25.1.1
|
|
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
|
|
265
|
+
Downloaded byteorder v1.5.0
|
|
266
|
+
Downloaded base64ct v1.8.0
|
|
257
267
|
Downloaded soroban-ledger-snapshot v25.1.1
|
|
258
|
-
Downloaded
|
|
259
|
-
Downloaded
|
|
260
|
-
Downloaded serde v1.0.228
|
|
261
|
-
Downloaded semver v1.0.27
|
|
262
|
-
Downloaded schemars v1.0.5
|
|
263
|
-
Downloaded stellar-xdr v25.0.0
|
|
268
|
+
Downloaded schemars v0.9.0
|
|
269
|
+
Downloaded rustc_version v0.4.1
|
|
264
270
|
Downloaded rfc6979 v0.4.0
|
|
271
|
+
Downloaded rand_chacha v0.3.1
|
|
272
|
+
Downloaded once_cell v1.21.3
|
|
273
|
+
Downloaded num-derive v0.4.2
|
|
274
|
+
Downloaded macro-string v0.1.4
|
|
275
|
+
Downloaded k256 v0.13.4
|
|
276
|
+
Downloaded hex-literal v0.4.1
|
|
277
|
+
Downloaded hash32 v0.3.1
|
|
278
|
+
Downloaded getrandom v0.2.16
|
|
279
|
+
Downloaded generic-array v0.14.9
|
|
280
|
+
Downloaded fnv v1.0.7
|
|
265
281
|
Downloaded equivalent v1.0.2
|
|
266
|
-
Downloaded
|
|
267
|
-
Downloaded
|
|
268
|
-
Downloaded
|
|
269
|
-
Downloaded
|
|
270
|
-
Downloaded
|
|
271
|
-
Downloaded version_check v0.9.5
|
|
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
|
|
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
|
|
281
|
-
Downloaded ryu v1.0.20
|
|
282
|
+
Downloaded data-encoding v2.9.0
|
|
283
|
+
Downloaded ctor-proc-macro v0.0.6
|
|
284
|
+
Downloaded crypto-bigint v0.5.5
|
|
285
|
+
Downloaded base16ct v0.2.0
|
|
286
|
+
Downloaded cfg_eval v0.1.2
|
|
282
287
|
Downloaded ark-std v0.4.0
|
|
283
|
-
Downloaded ark-
|
|
284
|
-
Downloaded
|
|
285
|
-
Downloaded
|
|
286
|
-
Downloaded keccak v0.1.5
|
|
287
|
-
Downloaded ref-cast-impl v1.0.25
|
|
288
|
+
Downloaded ark-bls12-381 v0.4.0
|
|
289
|
+
Downloaded ark-ec v0.4.2
|
|
290
|
+
Downloaded ark-ff-asm v0.4.2
|
|
288
291
|
Compiling proc-macro2 v1.0.103
|
|
289
292
|
Compiling quote v1.0.41
|
|
290
293
|
Compiling unicode-ident v1.0.22
|
|
@@ -295,45 +298,45 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
295
298
|
Compiling memchr v2.7.6
|
|
296
299
|
Compiling itoa v1.0.15
|
|
297
300
|
Compiling ident_case v1.0.1
|
|
298
|
-
Compiling fnv v1.0.7
|
|
299
301
|
Compiling strsim v0.11.1
|
|
300
|
-
Compiling
|
|
302
|
+
Compiling fnv v1.0.7
|
|
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
|
|
305
|
-
Compiling data-encoding v2.9.0
|
|
306
308
|
Compiling cfg-if v1.0.4
|
|
309
|
+
Compiling data-encoding v2.9.0
|
|
307
310
|
Compiling cpufeatures v0.2.17
|
|
311
|
+
Compiling either v1.15.0
|
|
308
312
|
Compiling ethnum v1.5.2
|
|
309
313
|
Compiling escape-bytes v0.1.1
|
|
310
|
-
Compiling either v1.15.0
|
|
311
314
|
Compiling semver v1.0.27
|
|
312
|
-
Compiling
|
|
315
|
+
Compiling hashbrown v0.16.0
|
|
313
316
|
Compiling thiserror v1.0.69
|
|
314
317
|
Compiling generic-array v0.14.9
|
|
315
|
-
Compiling
|
|
318
|
+
Compiling equivalent v1.0.2
|
|
316
319
|
Compiling prettyplease v0.2.37
|
|
317
|
-
Compiling byteorder v1.5.0
|
|
318
|
-
Compiling num-traits v0.2.19
|
|
319
320
|
Compiling heapless v0.8.0
|
|
321
|
+
Compiling num-traits v0.2.19
|
|
322
|
+
Compiling byteorder v1.5.0
|
|
320
323
|
Compiling itertools v0.10.5
|
|
321
324
|
Compiling base64 v0.22.1
|
|
325
|
+
Compiling rustc_version v0.4.1
|
|
322
326
|
Compiling static_assertions v1.1.0
|
|
323
327
|
Compiling hash32 v0.3.1
|
|
324
|
-
Compiling rustc_version v0.4.1
|
|
325
328
|
Compiling stable_deref_trait v1.2.1
|
|
326
329
|
Compiling heck v0.5.0
|
|
327
330
|
Compiling itertools v0.14.0
|
|
328
331
|
Compiling indexmap v2.12.0
|
|
329
332
|
Compiling syn v2.0.108
|
|
330
|
-
Compiling num-integer v0.1.46
|
|
331
|
-
Compiling wasmparser v0.116.1
|
|
332
333
|
Compiling crypto-common v0.1.6
|
|
333
334
|
Compiling block-buffer v0.10.4
|
|
334
|
-
Compiling num-
|
|
335
|
+
Compiling num-integer v0.1.46
|
|
336
|
+
Compiling wasmparser v0.116.1
|
|
335
337
|
Compiling digest v0.10.7
|
|
336
338
|
Compiling sha2 v0.10.9
|
|
339
|
+
Compiling num-bigint v0.4.6
|
|
337
340
|
Compiling darling_core v0.21.3
|
|
338
341
|
Compiling darling_core v0.20.11
|
|
339
342
|
Compiling macro-string v0.1.4
|
|
@@ -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
|
|
370
|
+
Finished `release` profile [optimized] target(s) in 32.12s
|
|
368
371
|
âšī¸ Build Summary:
|
|
369
372
|
Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
|
|
370
373
|
Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
|
|
@@ -435,10 +438,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
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
439
|
Compiling escape-bytes v0.1.1
|
|
437
440
|
Compiling byteorder v1.5.0
|
|
438
|
-
Compiling static_assertions v1.1.0
|
|
439
|
-
Compiling num-traits v0.2.19
|
|
440
|
-
Compiling ethnum v1.5.2
|
|
441
441
|
Compiling stable_deref_trait v1.2.1
|
|
442
|
+
Compiling ethnum v1.5.2
|
|
443
|
+
Compiling num-traits v0.2.19
|
|
444
|
+
Compiling static_assertions v1.1.0
|
|
442
445
|
Compiling data-encoding v2.9.0
|
|
443
446
|
Compiling cfg-if v1.0.4
|
|
444
447
|
Compiling stellar-xdr v25.0.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.
|
|
459
|
+
Finished `release` profile [optimized] target(s) in 8.77s
|
|
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.
|
|
492
|
+
Finished `release` profile [optimized] target(s) in 1.11s
|
|
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.
|
|
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
|
|
@@ -782,7 +785,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
782
785
|
|
|
783
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
|
|
784
787
|
Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
785
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
788
|
+
Finished `release` profile [optimized] target(s) in 0.78s
|
|
786
789
|
âšī¸ Build Summary:
|
|
787
790
|
Wasm File: target/wasm32v1-none/release/executor.wasm (59292 bytes)
|
|
788
791
|
Wasm Hash: 936ada7ca624b7776f737743d2aa24207a3785f964a03174de6ecef6d1888172
|
|
@@ -871,7 +874,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
871
874
|
Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
872
875
|
Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
873
876
|
Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
874
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
877
|
+
Finished `release` profile [optimized] target(s) in 0.98s
|
|
875
878
|
âšī¸ Build Summary:
|
|
876
879
|
Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25861 bytes)
|
|
877
880
|
Wasm Hash: 0b467a6655e22fdc3bb5d7ca32c3df86fe38a5856570be78f07c1cac18ccc6cd
|
|
@@ -887,7 +890,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
887
890
|
|
|
888
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
|
|
889
892
|
Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
890
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
893
|
+
Finished `release` profile [optimized] target(s) in 0.60s
|
|
891
894
|
âšī¸ Build Summary:
|
|
892
895
|
Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
|
|
893
896
|
Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
|
|
@@ -928,7 +931,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
928
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
|
|
929
932
|
Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
930
933
|
Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
931
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
934
|
+
Finished `release` profile [optimized] target(s) in 1.29s
|
|
932
935
|
âšī¸ Build Summary:
|
|
933
936
|
Wasm File: target/wasm32v1-none/release/oft.wasm (78054 bytes)
|
|
934
937
|
Wasm Hash: 66b8fc024be5e12530d2895a74b36e6244eaedcde669aa06df4880577b869578
|
|
@@ -999,11 +1002,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
999
1002
|
|
|
1000
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
|
|
1001
1004
|
Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
1002
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
1005
|
+
Finished `release` profile [optimized] target(s) in 0.46s
|
|
1003
1006
|
âšī¸ Build Summary:
|
|
1004
|
-
Wasm File: target/wasm32v1-none/release/sac_manager.wasm (
|
|
1005
|
-
Wasm Hash:
|
|
1006
|
-
Wasm Size:
|
|
1007
|
+
Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
|
|
1008
|
+
Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
|
|
1009
|
+
Wasm Size: 24101 bytes
|
|
1007
1010
|
Exported Functions: 28 found
|
|
1008
1011
|
âĸ __constructor
|
|
1009
1012
|
âĸ accept_ownership
|
|
@@ -1035,7 +1038,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
1035
1038
|
âĸ underlying_sac
|
|
1036
1039
|
â
Build Complete
|
|
1037
1040
|
|
|
1038
|
-
âąī¸ stellar contract build: 1:
|
|
1041
|
+
âąī¸ stellar contract build: 1:07.002 (m:ss.mmm)
|
|
1039
1042
|
âWARNâ Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
1040
1043
|
|
|
1041
1044
|
> @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
|
|
@@ -1046,7 +1049,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
1046
1049
|
đ§ User volumes override 1 default volume(s)
|
|
1047
1050
|
â
stellar-25.1.0 (Latest stable release)
|
|
1048
1051
|
đ§ stellar version: 25.1.0
|
|
1049
|
-
(node:
|
|
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.
|
|
1050
1053
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
1051
1054
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
1052
1055
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -1067,7 +1070,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
|
1067
1070
|
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
1068
1071
|
|
|
1069
1072
|
info: checking for self-update
|
|
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:
|
|
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
|
|
1071
1074
|
đ Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
1072
1075
|
đĻ Using 4 default cache volume(s) for stellar
|
|
1073
1076
|
â
stellar-25.1.0 (Latest stable release)
|
|
@@ -1081,94 +1084,94 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
|
|
|
1081
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'
|
|
1082
1085
|
Updating crates.io index
|
|
1083
1086
|
Downloading crates ...
|
|
1084
|
-
Downloaded toml_write v0.1.2
|
|
1085
|
-
Downloaded time-core v0.1.8
|
|
1086
1087
|
Downloaded generic-array v0.14.7
|
|
1087
|
-
Downloaded
|
|
1088
|
+
Downloaded digest v0.9.0
|
|
1088
1089
|
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
|
|
1094
|
-
Downloaded toml_datetime v0.6.11
|
|
1095
|
-
Downloaded schemars v1.2.1
|
|
1096
1090
|
Downloaded sha2 v0.9.9
|
|
1097
|
-
Downloaded
|
|
1098
|
-
Downloaded heck v0.4.1
|
|
1099
|
-
Downloaded serde_spanned v0.6.9
|
|
1100
|
-
Downloaded num-conv v0.2.0
|
|
1091
|
+
Downloaded toml_write v0.1.2
|
|
1101
1092
|
Downloaded zmij v1.0.21
|
|
1102
|
-
Downloaded glob v0.3.3
|
|
1103
|
-
Downloaded digest v0.9.0
|
|
1104
|
-
Downloaded anyhow v1.0.102
|
|
1105
1093
|
Downloaded unicode-ident v1.0.24
|
|
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
|
|
1110
|
-
Downloaded serde_with v3.17.0
|
|
1111
1094
|
Downloaded winnow v0.7.14
|
|
1112
|
-
Downloaded serde_json v1.0.149
|
|
1113
1095
|
Downloaded toml_edit v0.22.27
|
|
1096
|
+
Downloaded quote v1.0.44
|
|
1097
|
+
Downloaded toml_datetime v0.6.11
|
|
1114
1098
|
Downloaded time v0.3.47
|
|
1115
|
-
Downloaded
|
|
1116
|
-
Downloaded
|
|
1117
|
-
Downloaded
|
|
1118
|
-
Downloaded
|
|
1099
|
+
Downloaded serde_with v3.17.0
|
|
1100
|
+
Downloaded serde_spanned v0.6.9
|
|
1101
|
+
Downloaded serde_json v1.0.149
|
|
1102
|
+
Downloaded serde_with_macros v3.17.0
|
|
1103
|
+
Downloaded memchr v2.8.0
|
|
1104
|
+
Downloaded glob v0.3.3
|
|
1105
|
+
Downloaded base64 v0.21.7
|
|
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
|
|
1119
1110
|
Downloaded hashbrown v0.16.1
|
|
1120
|
-
Downloaded
|
|
1111
|
+
Downloaded itoa v1.0.17
|
|
1121
1112
|
Downloaded include_dir v0.7.4
|
|
1113
|
+
Downloaded schemars v1.2.1
|
|
1114
|
+
Downloaded indexmap v2.13.0
|
|
1122
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
|
|
1119
|
+
Downloaded heck v0.4.1
|
|
1120
|
+
Downloaded time-macros v0.2.27
|
|
1123
1121
|
Downloaded data-encoding v2.10.0
|
|
1122
|
+
Downloaded block-buffer v0.9.0
|
|
1123
|
+
Downloaded proc-macro2 v1.0.106
|
|
1124
|
+
Downloaded anyhow v1.0.102
|
|
1125
|
+
Downloaded crypto-common v0.1.7
|
|
1126
|
+
Downloaded chrono v0.4.44
|
|
1124
1127
|
Compiling unicode-ident v1.0.24
|
|
1125
1128
|
Compiling proc-macro2 v1.0.106
|
|
1126
1129
|
Compiling quote v1.0.44
|
|
1127
1130
|
Compiling zmij v1.0.21
|
|
1128
1131
|
Compiling serde_json v1.0.149
|
|
1129
1132
|
Compiling serde_core v1.0.228
|
|
1133
|
+
Compiling version_check v0.9.5
|
|
1134
|
+
Compiling memchr v2.8.0
|
|
1130
1135
|
Compiling itoa v1.0.17
|
|
1131
1136
|
Compiling typenum v1.19.0
|
|
1132
|
-
Compiling memchr v2.8.0
|
|
1133
|
-
Compiling version_check v0.9.5
|
|
1134
1137
|
Compiling serde v1.0.228
|
|
1138
|
+
Compiling fnv v1.0.7
|
|
1135
1139
|
Compiling strsim v0.11.1
|
|
1136
1140
|
Compiling ident_case v1.0.1
|
|
1137
|
-
Compiling fnv v1.0.7
|
|
1138
|
-
Compiling hashbrown v0.16.1
|
|
1139
1141
|
Compiling equivalent v1.0.2
|
|
1140
1142
|
Compiling schemars v0.8.22
|
|
1143
|
+
Compiling hashbrown v0.16.1
|
|
1141
1144
|
Compiling cfg-if v1.0.4
|
|
1142
|
-
Compiling cpufeatures v0.2.17
|
|
1143
1145
|
Compiling dyn-clone v1.0.20
|
|
1144
|
-
Compiling
|
|
1145
|
-
Compiling generic-array v0.14.7
|
|
1146
|
+
Compiling cpufeatures v0.2.17
|
|
1146
1147
|
Compiling thiserror v1.0.69
|
|
1147
|
-
Compiling
|
|
1148
|
-
Compiling
|
|
1148
|
+
Compiling generic-array v0.14.7
|
|
1149
|
+
Compiling data-encoding v2.10.0
|
|
1149
1150
|
Compiling escape-bytes v0.1.1
|
|
1150
|
-
Compiling base64 v0.22.1
|
|
1151
1151
|
Compiling ethnum v1.5.2
|
|
1152
|
+
Compiling semver v1.0.27
|
|
1153
|
+
Compiling base64 v0.22.1
|
|
1154
|
+
Compiling prettyplease v0.2.37
|
|
1152
1155
|
Compiling either v1.15.0
|
|
1153
|
-
Compiling winnow v0.7.14
|
|
1154
|
-
Compiling glob v0.3.3
|
|
1155
1156
|
Compiling toml_write v0.1.2
|
|
1156
|
-
Compiling opaque-debug v0.3.1
|
|
1157
1157
|
Compiling anyhow v1.0.102
|
|
1158
|
+
Compiling glob v0.3.3
|
|
1159
|
+
Compiling winnow v0.7.14
|
|
1160
|
+
Compiling opaque-debug v0.3.1
|
|
1158
1161
|
Compiling itertools v0.10.5
|
|
1159
1162
|
Compiling heck v0.4.1
|
|
1160
1163
|
Compiling base64 v0.21.7
|
|
1161
1164
|
Compiling indexmap v2.13.0
|
|
1162
1165
|
Compiling syn v2.0.117
|
|
1163
1166
|
Compiling include_dir_macros v0.7.4
|
|
1167
|
+
Compiling wasmparser v0.116.1
|
|
1164
1168
|
Compiling block-buffer v0.10.4
|
|
1165
1169
|
Compiling crypto-common v0.1.7
|
|
1166
|
-
Compiling digest v0.9.0
|
|
1167
1170
|
Compiling block-buffer v0.9.0
|
|
1171
|
+
Compiling digest v0.9.0
|
|
1168
1172
|
Compiling include_dir v0.7.4
|
|
1169
|
-
Compiling wasmparser v0.116.1
|
|
1170
|
-
Compiling sha2 v0.9.9
|
|
1171
1173
|
Compiling digest v0.10.7
|
|
1174
|
+
Compiling sha2 v0.9.9
|
|
1172
1175
|
Compiling sha2 v0.10.9
|
|
1173
1176
|
Compiling darling_core v0.21.3
|
|
1174
1177
|
Compiling serde_derive v1.0.228
|
|
@@ -1177,19 +1180,19 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
1177
1180
|
Compiling darling_macro v0.21.3
|
|
1178
1181
|
Compiling crate-git-revision v0.0.6
|
|
1179
1182
|
Compiling darling v0.21.3
|
|
1183
|
+
Compiling serde_with_macros v3.17.0
|
|
1180
1184
|
Compiling stellar-strkey v0.0.13
|
|
1181
1185
|
Compiling stellar-xdr v25.0.0
|
|
1182
|
-
Compiling serde_with_macros v3.17.0
|
|
1183
1186
|
Compiling hex v0.4.3
|
|
1184
|
-
Compiling serde_spanned v0.6.9
|
|
1185
1187
|
Compiling toml_datetime v0.6.11
|
|
1188
|
+
Compiling serde_spanned v0.6.9
|
|
1186
1189
|
Compiling toml_edit v0.22.27
|
|
1187
1190
|
Compiling serde_with v3.17.0
|
|
1188
1191
|
Compiling toml v0.8.23
|
|
1189
1192
|
Compiling soroban-spec v25.1.1
|
|
1190
1193
|
Compiling soroban-spec-typescript v25.1.0
|
|
1191
1194
|
Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
|
|
1192
|
-
Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.
|
|
1195
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.25s
|
|
1193
1196
|
Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
|
|
1194
1197
|
Generating TypeScript bindings for 16 contract(s)...
|
|
1195
1198
|
|
|
@@ -1280,7 +1283,7 @@ Processing contract: oft
|
|
|
1280
1283
|
Processing contract: sac_manager
|
|
1281
1284
|
WASM: target/wasm32v1-none/release/sac_manager.wasm
|
|
1282
1285
|
Output: sdk/src/generated/sac_manager.ts
|
|
1283
|
-
WASM size:
|
|
1286
|
+
WASM size: 24101 bytes (23.54 KB)
|
|
1284
1287
|
Generating bindings...
|
|
1285
1288
|
Generated: sdk/src/generated/sac_manager.ts
|
|
1286
1289
|
Processing contract: layerzero_views
|
|
@@ -1309,4 +1312,4 @@ Generated files in sdk/src/generated:
|
|
|
1309
1312
|
- oft.ts
|
|
1310
1313
|
- sac_manager.ts
|
|
1311
1314
|
- layerzero_view.ts
|
|
1312
|
-
âąī¸ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 26.
|
|
1315
|
+
âąī¸ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 26.887s
|