@layerzerolabs/protocol-stellar-v2 0.2.98 → 0.2.99
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 +224 -226
- package/.turbo/turbo-lint.log +55 -229
- package/.turbo/turbo-test.log +1865 -1699
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +300 -295
- package/sdk/dist/generated/bml.d.ts +1 -0
- package/sdk/dist/generated/bml.d.ts.map +1 -0
- package/sdk/dist/generated/bml.js +1 -0
- package/sdk/dist/generated/bml.js.map +1 -0
- package/sdk/dist/generated/counter.d.ts +1 -0
- package/sdk/dist/generated/counter.d.ts.map +1 -0
- package/sdk/dist/generated/counter.js +1 -0
- package/sdk/dist/generated/counter.js.map +1 -0
- package/sdk/dist/generated/dvn.d.ts +1 -0
- package/sdk/dist/generated/dvn.d.ts.map +1 -0
- package/sdk/dist/generated/dvn.js +1 -0
- package/sdk/dist/generated/dvn.js.map +1 -0
- package/sdk/dist/generated/dvn_fee_lib.d.ts +1 -0
- package/sdk/dist/generated/dvn_fee_lib.d.ts.map +1 -0
- package/sdk/dist/generated/dvn_fee_lib.js +1 -0
- package/sdk/dist/generated/dvn_fee_lib.js.map +1 -0
- package/sdk/dist/generated/endpoint.d.ts +1 -0
- package/sdk/dist/generated/endpoint.d.ts.map +1 -0
- package/sdk/dist/generated/endpoint.js +1 -0
- package/sdk/dist/generated/endpoint.js.map +1 -0
- package/sdk/dist/generated/executor.d.ts +1 -0
- package/sdk/dist/generated/executor.d.ts.map +1 -0
- package/sdk/dist/generated/executor.js +1 -0
- package/sdk/dist/generated/executor.js.map +1 -0
- package/sdk/dist/generated/executor_fee_lib.d.ts +1 -0
- package/sdk/dist/generated/executor_fee_lib.d.ts.map +1 -0
- package/sdk/dist/generated/executor_fee_lib.js +1 -0
- package/sdk/dist/generated/executor_fee_lib.js.map +1 -0
- package/sdk/dist/generated/executor_helper.d.ts +1 -0
- package/sdk/dist/generated/executor_helper.d.ts.map +1 -0
- package/sdk/dist/generated/executor_helper.js +1 -0
- package/sdk/dist/generated/executor_helper.js.map +1 -0
- package/sdk/dist/generated/layerzero_view.d.ts +1 -0
- package/sdk/dist/generated/layerzero_view.d.ts.map +1 -0
- package/sdk/dist/generated/layerzero_view.js +1 -0
- package/sdk/dist/generated/layerzero_view.js.map +1 -0
- package/sdk/dist/generated/oft.d.ts +1 -0
- package/sdk/dist/generated/oft.d.ts.map +1 -0
- package/sdk/dist/generated/oft.js +1 -0
- package/sdk/dist/generated/oft.js.map +1 -0
- package/sdk/dist/generated/price_feed.d.ts +1 -0
- package/sdk/dist/generated/price_feed.d.ts.map +1 -0
- package/sdk/dist/generated/price_feed.js +1 -0
- package/sdk/dist/generated/price_feed.js.map +1 -0
- package/sdk/dist/generated/sac_manager.d.ts +1 -0
- package/sdk/dist/generated/sac_manager.d.ts.map +1 -0
- package/sdk/dist/generated/sac_manager.js +1 -0
- package/sdk/dist/generated/sac_manager.js.map +1 -0
- package/sdk/dist/generated/sml.d.ts +1 -0
- package/sdk/dist/generated/sml.d.ts.map +1 -0
- package/sdk/dist/generated/sml.js +1 -0
- package/sdk/dist/generated/sml.js.map +1 -0
- package/sdk/dist/generated/treasury.d.ts +1 -0
- package/sdk/dist/generated/treasury.d.ts.map +1 -0
- package/sdk/dist/generated/treasury.js +1 -0
- package/sdk/dist/generated/treasury.js.map +1 -0
- package/sdk/dist/generated/uln302.d.ts +1 -0
- package/sdk/dist/generated/uln302.d.ts.map +1 -0
- package/sdk/dist/generated/uln302.js +1 -0
- package/sdk/dist/generated/uln302.js.map +1 -0
- package/sdk/dist/generated/upgrader.d.ts +1 -0
- package/sdk/dist/generated/upgrader.d.ts.map +1 -0
- package/sdk/dist/generated/upgrader.js +1 -0
- package/sdk/dist/generated/upgrader.js.map +1 -0
- package/sdk/dist/index.d.ts +1 -0
- package/sdk/dist/index.d.ts.map +1 -0
- package/sdk/dist/index.js +1 -0
- package/sdk/dist/index.js.map +1 -0
- package/sdk/package.json +1 -1
- package/sdk/test/suites/deploy.ts +1 -1
- package/sdk/test/suites/dummyContractClient.ts +3 -4
- package/sdk/tsconfig.json +9 -92
package/.turbo/turbo-build.log
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
✅ stellar-25.1.0 (Latest stable release)
|
|
16
16
|
🔧 stellar version: 25.1.0
|
|
17
17
|
$ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
18
|
-
(node:
|
|
18
|
+
(node:70018) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
19
19
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
20
20
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
21
21
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -35,20 +35,17 @@ e47830ea20ec: Pulling fs layer
|
|
|
35
35
|
ac46ae457eed: Pulling fs layer
|
|
36
36
|
4503e8fe4d3a: Pulling fs layer
|
|
37
37
|
8f0d05afb6cf: Pulling fs layer
|
|
38
|
-
4948400808a0: Waiting
|
|
39
38
|
b5623d0c8692: Pulling fs layer
|
|
40
|
-
27b6ebf020a1: Waiting
|
|
41
39
|
af034d95ac41: Waiting
|
|
42
40
|
e47830ea20ec: Waiting
|
|
43
|
-
866e46ae2841: Waiting
|
|
44
41
|
3db60071fcaf: Waiting
|
|
42
|
+
8f0d05afb6cf: Waiting
|
|
45
43
|
2c1ce468d9f3: Waiting
|
|
44
|
+
b5623d0c8692: Waiting
|
|
45
|
+
866e46ae2841: Waiting
|
|
46
46
|
ac46ae457eed: Waiting
|
|
47
47
|
4503e8fe4d3a: Waiting
|
|
48
|
-
|
|
49
|
-
b5623d0c8692: Waiting
|
|
50
|
-
4617420e017b: Waiting
|
|
51
|
-
f6bd9104d248: Waiting
|
|
48
|
+
27b6ebf020a1: Waiting
|
|
52
49
|
f6bd9104d248: Verifying Checksum
|
|
53
50
|
f6bd9104d248: Download complete
|
|
54
51
|
27b6ebf020a1: Verifying Checksum
|
|
@@ -56,24 +53,25 @@ f6bd9104d248: Download complete
|
|
|
56
53
|
f6bd9104d248: Pull complete
|
|
57
54
|
af034d95ac41: Verifying Checksum
|
|
58
55
|
af034d95ac41: Download complete
|
|
56
|
+
4948400808a0: Verifying Checksum
|
|
57
|
+
4948400808a0: Download complete
|
|
59
58
|
e47830ea20ec: Verifying Checksum
|
|
60
59
|
e47830ea20ec: Download complete
|
|
61
|
-
4948400808a0: Download complete
|
|
62
60
|
2c1ce468d9f3: Verifying Checksum
|
|
63
61
|
2c1ce468d9f3: Download complete
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
3db60071fcaf: Verifying Checksum
|
|
63
|
+
3db60071fcaf: Download complete
|
|
64
|
+
866e46ae2841: Verifying Checksum
|
|
65
|
+
866e46ae2841: Download complete
|
|
66
66
|
ac46ae457eed: Verifying Checksum
|
|
67
67
|
ac46ae457eed: Download complete
|
|
68
68
|
4503e8fe4d3a: Verifying Checksum
|
|
69
69
|
4503e8fe4d3a: Download complete
|
|
70
|
-
866e46ae2841: Verifying Checksum
|
|
71
|
-
866e46ae2841: Download complete
|
|
72
|
-
8f0d05afb6cf: Verifying Checksum
|
|
73
70
|
8f0d05afb6cf: Download complete
|
|
74
|
-
|
|
75
|
-
3db60071fcaf: Download complete
|
|
71
|
+
b5623d0c8692: Verifying Checksum
|
|
76
72
|
b5623d0c8692: Download complete
|
|
73
|
+
4617420e017b: Verifying Checksum
|
|
74
|
+
4617420e017b: Download complete
|
|
77
75
|
4617420e017b: Pull complete
|
|
78
76
|
4948400808a0: Pull complete
|
|
79
77
|
27b6ebf020a1: Pull complete
|
|
@@ -115,7 +113,7 @@ info: installing component 'rustfmt'
|
|
|
115
113
|
1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
116
114
|
|
|
117
115
|
info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
|
|
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 --no-self-update --target wasm32v1-none --component rustfmt --component clippy:
|
|
116
|
+
⏳ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 17.445s
|
|
119
117
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup
|
|
120
118
|
📦 Using 4 default volume(s) for stellar
|
|
121
119
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -128,211 +126,211 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
128
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
|
|
129
127
|
Updating crates.io index
|
|
130
128
|
Downloading crates ...
|
|
131
|
-
Downloaded
|
|
132
|
-
Downloaded
|
|
133
|
-
Downloaded
|
|
134
|
-
Downloaded num-traits v0.2.19
|
|
135
|
-
Downloaded iana-time-zone v0.1.64
|
|
136
|
-
Downloaded ident_case v1.0.1
|
|
137
|
-
Downloaded hex-literal v0.4.1
|
|
138
|
-
Downloaded rustc_version v0.4.1
|
|
139
|
-
Downloaded deranged v0.5.5
|
|
140
|
-
Downloaded bytes-lit v0.0.5
|
|
141
|
-
Downloaded base16ct v0.2.0
|
|
142
|
-
Downloaded ark-ff v0.4.2
|
|
143
|
-
Downloaded spin v0.9.8
|
|
144
|
-
Downloaded rand_core v0.6.4
|
|
145
|
-
Downloaded ahash v0.8.12
|
|
146
|
-
Downloaded sec1 v0.7.3
|
|
147
|
-
Downloaded semver v1.0.27
|
|
129
|
+
Downloaded pkcs8 v0.10.2
|
|
130
|
+
Downloaded rfc6979 v0.4.0
|
|
131
|
+
Downloaded arbitrary v1.3.2
|
|
148
132
|
Downloaded schemars v0.8.22
|
|
149
|
-
Downloaded
|
|
150
|
-
Downloaded
|
|
151
|
-
Downloaded equivalent v1.0.2
|
|
152
|
-
Downloaded soroban-env-guest v25.0.1
|
|
153
|
-
Downloaded stellar-strkey v0.0.13
|
|
133
|
+
Downloaded visibility v0.1.1
|
|
134
|
+
Downloaded schemars v0.9.0
|
|
154
135
|
Downloaded wasmi_arena v0.4.1
|
|
136
|
+
Downloaded schemars v1.0.5
|
|
137
|
+
Downloaded num-derive v0.4.2
|
|
138
|
+
Downloaded static_assertions v1.1.0
|
|
139
|
+
Downloaded primeorder v0.13.6
|
|
140
|
+
Downloaded time-core v0.1.6
|
|
155
141
|
Downloaded zeroize_derive v1.4.2
|
|
156
|
-
Downloaded soroban-spec-rust v25.1.1
|
|
157
|
-
Downloaded visibility v0.1.1
|
|
158
142
|
Downloaded zeroize v1.8.2
|
|
159
|
-
Downloaded
|
|
160
|
-
Downloaded
|
|
143
|
+
Downloaded soroban-spec-rust v25.1.1
|
|
144
|
+
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
145
|
+
Downloaded spki v0.7.3
|
|
146
|
+
Downloaded version_check v0.9.5
|
|
161
147
|
Downloaded time-macros v0.2.24
|
|
162
|
-
Downloaded
|
|
163
|
-
Downloaded ppv-lite86 v0.2.21
|
|
148
|
+
Downloaded stellar-strkey v0.0.13
|
|
164
149
|
Downloaded thiserror-impl v1.0.69
|
|
150
|
+
Downloaded darling v0.21.3
|
|
165
151
|
Downloaded unicode-ident v1.0.22
|
|
166
|
-
Downloaded wasmi_core v0.13.0
|
|
167
152
|
Downloaded serde_with_macros v3.15.1
|
|
168
|
-
Downloaded hmac v0.12.1
|
|
169
|
-
Downloaded proc-macro2 v1.0.103
|
|
170
|
-
Downloaded typenum v1.19.0
|
|
171
153
|
Downloaded serde_derive v1.0.228
|
|
172
|
-
Downloaded
|
|
173
|
-
Downloaded
|
|
174
|
-
Downloaded
|
|
175
|
-
Downloaded
|
|
176
|
-
Downloaded indexmap v2.12.0
|
|
177
|
-
Downloaded libm v0.2.15
|
|
178
|
-
Downloaded hashbrown v0.16.0
|
|
179
|
-
Downloaded itertools v0.14.0
|
|
180
|
-
Downloaded time v0.3.44
|
|
181
|
-
Downloaded wasmparser-nostd v0.100.2
|
|
154
|
+
Downloaded fnv v1.0.7
|
|
155
|
+
Downloaded num-integer v0.1.46
|
|
156
|
+
Downloaded typenum v1.19.0
|
|
157
|
+
Downloaded soroban-env-guest v25.0.1
|
|
182
158
|
Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
|
|
159
|
+
Downloaded powerfmt v0.2.0
|
|
160
|
+
Downloaded serde_with v3.15.1
|
|
161
|
+
Downloaded wasmparser-nostd v0.100.2
|
|
183
162
|
Downloaded wasmparser v0.116.1
|
|
184
163
|
Downloaded serde_json v1.0.145
|
|
185
|
-
Downloaded
|
|
186
|
-
Downloaded syn v1.0.109
|
|
187
|
-
Downloaded curve25519-dalek v4.1.3
|
|
188
|
-
Downloaded chrono v0.4.42
|
|
189
|
-
Downloaded zerocopy v0.8.27
|
|
190
|
-
Downloaded soroban-sdk v25.1.1
|
|
164
|
+
Downloaded libm v0.2.15
|
|
191
165
|
Downloaded syn v2.0.108
|
|
192
|
-
Downloaded
|
|
193
|
-
Downloaded
|
|
194
|
-
Downloaded
|
|
166
|
+
Downloaded zerocopy v0.8.27
|
|
167
|
+
Downloaded ed25519 v2.2.3
|
|
168
|
+
Downloaded ark-ff-macros v0.4.2
|
|
169
|
+
Downloaded quote v1.0.41
|
|
170
|
+
Downloaded rand v0.8.5
|
|
171
|
+
Downloaded heck v0.5.0
|
|
172
|
+
Downloaded curve25519-dalek v4.1.3
|
|
173
|
+
Downloaded paste v1.0.15
|
|
174
|
+
Downloaded ppv-lite86 v0.2.21
|
|
175
|
+
Downloaded once_cell v1.21.3
|
|
176
|
+
Downloaded darling_core v0.20.11
|
|
177
|
+
Downloaded equivalent v1.0.2
|
|
178
|
+
Downloaded proc-macro2 v1.0.103
|
|
179
|
+
Downloaded dtor-proc-macro v0.0.6
|
|
180
|
+
Downloaded const-oid v0.9.6
|
|
181
|
+
Downloaded soroban-env-host v25.0.1
|
|
182
|
+
Downloaded digest v0.10.7
|
|
183
|
+
Downloaded deranged v0.5.5
|
|
184
|
+
Downloaded num-traits v0.2.19
|
|
195
185
|
Downloaded hashbrown v0.12.3
|
|
186
|
+
Downloaded hashbrown v0.16.0
|
|
187
|
+
Downloaded darling_macro v0.21.3
|
|
196
188
|
Downloaded ark-bls12-381 v0.4.0
|
|
189
|
+
Downloaded sha3 v0.10.8
|
|
190
|
+
Downloaded indexmap-nostd v0.4.0
|
|
191
|
+
Downloaded indexmap v1.9.3
|
|
192
|
+
Downloaded base16ct v0.2.0
|
|
193
|
+
Downloaded ark-serialize-derive v0.4.2
|
|
194
|
+
Downloaded ahash v0.8.12
|
|
195
|
+
Downloaded darling_macro v0.20.11
|
|
196
|
+
Downloaded cfg-if v1.0.4
|
|
197
|
+
Downloaded getrandom v0.2.16
|
|
197
198
|
Downloaded ed25519-dalek v2.2.0
|
|
199
|
+
Downloaded byteorder v1.5.0
|
|
198
200
|
Downloaded base64 v0.22.1
|
|
199
|
-
Downloaded
|
|
200
|
-
Downloaded
|
|
201
|
-
Downloaded
|
|
202
|
-
Downloaded
|
|
201
|
+
Downloaded p256 v0.13.2
|
|
202
|
+
Downloaded syn v1.0.109
|
|
203
|
+
Downloaded ff v0.13.1
|
|
204
|
+
Downloaded ark-ff v0.4.2
|
|
205
|
+
Downloaded libc v0.2.177
|
|
206
|
+
Downloaded indexmap v2.12.0
|
|
203
207
|
Downloaded heapless v0.8.0
|
|
204
|
-
Downloaded darling_core v0.
|
|
205
|
-
Downloaded
|
|
206
|
-
Downloaded
|
|
207
|
-
Downloaded
|
|
208
|
-
Downloaded
|
|
209
|
-
Downloaded
|
|
208
|
+
Downloaded darling_core v0.21.3
|
|
209
|
+
Downloaded wasmi_core v0.13.0
|
|
210
|
+
Downloaded num-bigint v0.4.6
|
|
211
|
+
Downloaded memchr v2.7.6
|
|
212
|
+
Downloaded der v0.7.10
|
|
213
|
+
Downloaded data-encoding v2.9.0
|
|
214
|
+
Downloaded time v0.3.44
|
|
215
|
+
Downloaded soroban-sdk v25.1.1
|
|
216
|
+
Downloaded itertools v0.10.5
|
|
217
|
+
Downloaded ident_case v1.0.1
|
|
218
|
+
Downloaded hex-literal v0.4.1
|
|
219
|
+
Downloaded downcast-rs v1.2.1
|
|
220
|
+
Downloaded ctor v0.5.0
|
|
210
221
|
Downloaded ark-ec v0.4.2
|
|
211
|
-
Downloaded
|
|
212
|
-
Downloaded
|
|
222
|
+
Downloaded crypto-bigint v0.5.5
|
|
223
|
+
Downloaded cpufeatures v0.2.17
|
|
224
|
+
Downloaded curve25519-dalek-derive v0.1.1
|
|
225
|
+
Downloaded chrono v0.4.42
|
|
226
|
+
Downloaded either v1.15.0
|
|
227
|
+
Downloaded elliptic-curve v0.13.8
|
|
213
228
|
Downloaded derivative v2.2.0
|
|
214
|
-
Downloaded
|
|
215
|
-
Downloaded
|
|
216
|
-
Downloaded
|
|
217
|
-
Downloaded
|
|
218
|
-
Downloaded
|
|
219
|
-
Downloaded
|
|
229
|
+
Downloaded crate-git-revision v0.0.6
|
|
230
|
+
Downloaded serde_core v1.0.228
|
|
231
|
+
Downloaded keccak v0.1.5
|
|
232
|
+
Downloaded serde v1.0.228
|
|
233
|
+
Downloaded iana-time-zone v0.1.64
|
|
234
|
+
Downloaded group v0.13.0
|
|
235
|
+
Downloaded escape-bytes v0.1.1
|
|
220
236
|
Downloaded base64ct v1.8.0
|
|
221
|
-
Downloaded
|
|
222
|
-
Downloaded
|
|
223
|
-
Downloaded
|
|
224
|
-
Downloaded
|
|
225
|
-
Downloaded
|
|
226
|
-
Downloaded
|
|
237
|
+
Downloaded ark-std v0.4.0
|
|
238
|
+
Downloaded ark-bn254 v0.4.0
|
|
239
|
+
Downloaded smallvec v1.15.1
|
|
240
|
+
Downloaded rand_chacha v0.3.1
|
|
241
|
+
Downloaded itoa v1.0.15
|
|
242
|
+
Downloaded itertools v0.14.0
|
|
243
|
+
Downloaded dyn-clone v1.0.20
|
|
244
|
+
Downloaded spin v0.9.8
|
|
245
|
+
Downloaded num-conv v0.1.0
|
|
246
|
+
Downloaded crypto-common v0.1.6
|
|
227
247
|
Downloaded soroban-sdk-macros v25.1.1
|
|
248
|
+
Downloaded sha2 v0.10.9
|
|
249
|
+
Downloaded k256 v0.13.4
|
|
250
|
+
Downloaded hashbrown v0.13.2
|
|
251
|
+
Downloaded bytes-lit v0.0.5
|
|
228
252
|
Downloaded soroban-ledger-snapshot v25.1.1
|
|
229
|
-
Downloaded
|
|
230
|
-
Downloaded
|
|
231
|
-
Downloaded
|
|
232
|
-
Downloaded
|
|
233
|
-
Downloaded thiserror v1.0.69
|
|
234
|
-
Downloaded strsim v0.11.1
|
|
235
|
-
Downloaded spki v0.7.3
|
|
236
|
-
Downloaded pkcs8 v0.10.2
|
|
237
|
-
Downloaded group v0.13.0
|
|
238
|
-
Downloaded either v1.15.0
|
|
253
|
+
Downloaded stellar-xdr v25.0.0
|
|
254
|
+
Downloaded soroban-env-macros v25.0.1
|
|
255
|
+
Downloaded semver v1.0.27
|
|
256
|
+
Downloaded subtle v2.6.1
|
|
239
257
|
Downloaded ecdsa v0.16.9
|
|
240
|
-
Downloaded
|
|
241
|
-
Downloaded ark-std v0.4.0
|
|
242
|
-
Downloaded keccak v0.1.5
|
|
243
|
-
Downloaded byteorder v1.5.0
|
|
244
|
-
Downloaded autocfg v1.5.0
|
|
245
|
-
Downloaded num-integer v0.1.46
|
|
246
|
-
Downloaded data-encoding v2.9.0
|
|
247
|
-
Downloaded rfc6979 v0.4.0
|
|
248
|
-
Downloaded ref-cast-impl v1.0.25
|
|
249
|
-
Downloaded ref-cast v1.0.25
|
|
258
|
+
Downloaded sec1 v0.7.3
|
|
250
259
|
Downloaded prettyplease v0.2.37
|
|
260
|
+
Downloaded cfg_eval v0.1.2
|
|
251
261
|
Downloaded signature v2.2.0
|
|
252
|
-
Downloaded
|
|
253
|
-
Downloaded
|
|
254
|
-
Downloaded
|
|
255
|
-
Downloaded dtor v0.1.1
|
|
256
|
-
Downloaded derive_arbitrary v1.3.2
|
|
257
|
-
Downloaded darling_macro v0.21.3
|
|
258
|
-
Downloaded subtle v2.6.1
|
|
262
|
+
Downloaded ethnum v1.5.2
|
|
263
|
+
Downloaded darling v0.20.11
|
|
264
|
+
Downloaded thiserror v1.0.69
|
|
259
265
|
Downloaded stable_deref_trait v1.2.1
|
|
260
266
|
Downloaded soroban-spec v25.1.1
|
|
267
|
+
Downloaded soroban-env-common v25.0.1
|
|
268
|
+
Downloaded hmac v0.12.1
|
|
269
|
+
Downloaded ark-serialize v0.4.2
|
|
270
|
+
Downloaded generic-array v0.14.9
|
|
271
|
+
Downloaded hex v0.4.3
|
|
272
|
+
Downloaded hash32 v0.3.1
|
|
273
|
+
Downloaded derive_arbitrary v1.3.2
|
|
274
|
+
Downloaded ctor-proc-macro v0.0.6
|
|
261
275
|
Downloaded macro-string v0.1.4
|
|
262
|
-
Downloaded
|
|
263
|
-
Downloaded
|
|
264
|
-
Downloaded
|
|
265
|
-
Downloaded dyn-clone v1.0.20
|
|
266
|
-
Downloaded darling_macro v0.20.11
|
|
267
|
-
Downloaded curve25519-dalek-derive v0.1.1
|
|
276
|
+
Downloaded strsim v0.11.1
|
|
277
|
+
Downloaded stellar-strkey v0.0.16
|
|
278
|
+
Downloaded dtor v0.1.1
|
|
268
279
|
Downloaded block-buffer v0.10.4
|
|
269
|
-
Downloaded
|
|
270
|
-
Downloaded
|
|
271
|
-
Downloaded
|
|
272
|
-
Downloaded
|
|
273
|
-
Downloaded
|
|
274
|
-
Downloaded
|
|
275
|
-
Downloaded
|
|
276
|
-
Downloaded ark-
|
|
277
|
-
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
278
|
-
Downloaded downcast-rs v1.2.1
|
|
279
|
-
Downloaded crypto-common v0.1.6
|
|
280
|
-
Downloaded cpufeatures v0.2.17
|
|
281
|
-
Downloaded cfg_eval v0.1.2
|
|
282
|
-
Downloaded itoa v1.0.15
|
|
283
|
-
Downloaded hex v0.4.3
|
|
284
|
-
Downloaded ark-bn254 v0.4.0
|
|
285
|
-
Downloaded rand_chacha v0.3.1
|
|
286
|
-
Downloaded heck v0.5.0
|
|
287
|
-
Downloaded ark-serialize-derive v0.4.2
|
|
288
|
-
Downloaded ctor v0.5.0
|
|
289
|
-
Downloaded stellar-xdr v25.0.0
|
|
280
|
+
Downloaded autocfg v1.5.0
|
|
281
|
+
Downloaded rustc_version v0.4.1
|
|
282
|
+
Downloaded ref-cast-impl v1.0.25
|
|
283
|
+
Downloaded ref-cast v1.0.25
|
|
284
|
+
Downloaded ark-ff-asm v0.4.2
|
|
285
|
+
Downloaded ryu v1.0.20
|
|
286
|
+
Downloaded rand_core v0.6.4
|
|
287
|
+
Downloaded ark-poly v0.4.2
|
|
290
288
|
Compiling proc-macro2 v1.0.103
|
|
291
|
-
Compiling quote v1.0.41
|
|
292
289
|
Compiling unicode-ident v1.0.22
|
|
290
|
+
Compiling quote v1.0.41
|
|
293
291
|
Compiling serde_core v1.0.228
|
|
294
292
|
Compiling serde v1.0.228
|
|
295
293
|
Compiling serde_json v1.0.145
|
|
296
294
|
Compiling itoa v1.0.15
|
|
297
295
|
Compiling memchr v2.7.6
|
|
298
296
|
Compiling ryu v1.0.20
|
|
299
|
-
Compiling ident_case v1.0.1
|
|
300
297
|
Compiling strsim v0.11.1
|
|
301
298
|
Compiling fnv v1.0.7
|
|
302
|
-
Compiling
|
|
299
|
+
Compiling ident_case v1.0.1
|
|
303
300
|
Compiling typenum v1.19.0
|
|
301
|
+
Compiling version_check v0.9.5
|
|
304
302
|
Compiling autocfg v1.5.0
|
|
305
303
|
Compiling schemars v0.8.22
|
|
306
304
|
Compiling dyn-clone v1.0.20
|
|
307
|
-
Compiling cpufeatures v0.2.17
|
|
308
305
|
Compiling data-encoding v2.9.0
|
|
309
306
|
Compiling cfg-if v1.0.4
|
|
307
|
+
Compiling cpufeatures v0.2.17
|
|
308
|
+
Compiling escape-bytes v0.1.1
|
|
310
309
|
Compiling either v1.15.0
|
|
311
310
|
Compiling ethnum v1.5.2
|
|
312
|
-
Compiling escape-bytes v0.1.1
|
|
313
311
|
Compiling semver v1.0.27
|
|
314
|
-
Compiling hashbrown v0.16.0
|
|
315
|
-
Compiling equivalent v1.0.2
|
|
316
312
|
Compiling thiserror v1.0.69
|
|
313
|
+
Compiling equivalent v1.0.2
|
|
314
|
+
Compiling hashbrown v0.16.0
|
|
317
315
|
Compiling prettyplease v0.2.37
|
|
318
|
-
Compiling base64 v0.22.1
|
|
319
316
|
Compiling byteorder v1.5.0
|
|
320
317
|
Compiling heapless v0.8.0
|
|
321
|
-
Compiling
|
|
318
|
+
Compiling base64 v0.22.1
|
|
322
319
|
Compiling heck v0.5.0
|
|
320
|
+
Compiling static_assertions v1.1.0
|
|
323
321
|
Compiling stable_deref_trait v1.2.1
|
|
322
|
+
Compiling generic-array v0.14.9
|
|
323
|
+
Compiling rustc_version v0.4.1
|
|
324
324
|
Compiling itertools v0.10.5
|
|
325
325
|
Compiling itertools v0.14.0
|
|
326
|
-
Compiling generic-array v0.14.9
|
|
327
|
-
Compiling hash32 v0.3.1
|
|
328
326
|
Compiling num-traits v0.2.19
|
|
329
|
-
Compiling
|
|
327
|
+
Compiling hash32 v0.3.1
|
|
330
328
|
Compiling indexmap v2.12.0
|
|
331
|
-
Compiling syn v2.0.108
|
|
332
|
-
Compiling num-integer v0.1.46
|
|
333
329
|
Compiling wasmparser v0.116.1
|
|
334
|
-
Compiling
|
|
330
|
+
Compiling num-integer v0.1.46
|
|
331
|
+
Compiling syn v2.0.108
|
|
335
332
|
Compiling crypto-common v0.1.6
|
|
333
|
+
Compiling block-buffer v0.10.4
|
|
336
334
|
Compiling num-bigint v0.4.6
|
|
337
335
|
Compiling digest v0.10.7
|
|
338
336
|
Compiling sha2 v0.10.9
|
|
@@ -346,10 +344,10 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
346
344
|
Compiling visibility v0.1.1
|
|
347
345
|
Compiling bytes-lit v0.0.5
|
|
348
346
|
Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
349
|
-
Compiling darling_macro v0.21.3
|
|
350
347
|
Compiling darling_macro v0.20.11
|
|
351
|
-
Compiling
|
|
348
|
+
Compiling darling_macro v0.21.3
|
|
352
349
|
Compiling darling v0.20.11
|
|
350
|
+
Compiling darling v0.21.3
|
|
353
351
|
Compiling serde_with_macros v3.15.1
|
|
354
352
|
Compiling crate-git-revision v0.0.6
|
|
355
353
|
Compiling hex v0.4.3
|
|
@@ -366,7 +364,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
366
364
|
Compiling soroban-env-guest v25.0.1
|
|
367
365
|
Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
|
|
368
366
|
Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
369
|
-
Finished `release` profile [optimized] target(s) in
|
|
367
|
+
Finished `release` profile [optimized] target(s) in 48.17s
|
|
370
368
|
ℹ️ Build Summary:
|
|
371
369
|
Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
|
|
372
370
|
Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
|
|
@@ -435,11 +433,11 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
435
433
|
✅ Build Complete
|
|
436
434
|
|
|
437
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
|
|
438
|
-
Compiling byteorder v1.5.0
|
|
439
436
|
Compiling escape-bytes v0.1.1
|
|
437
|
+
Compiling byteorder v1.5.0
|
|
440
438
|
Compiling static_assertions v1.1.0
|
|
441
|
-
Compiling stable_deref_trait v1.2.1
|
|
442
439
|
Compiling ethnum v1.5.2
|
|
440
|
+
Compiling stable_deref_trait v1.2.1
|
|
443
441
|
Compiling data-encoding v2.9.0
|
|
444
442
|
Compiling cfg-if v1.0.4
|
|
445
443
|
Compiling num-traits v0.2.19
|
|
@@ -455,7 +453,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
455
453
|
Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
456
454
|
Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
457
455
|
Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
458
|
-
Finished `release` profile [optimized] target(s) in
|
|
456
|
+
Finished `release` profile [optimized] target(s) in 14.12s
|
|
459
457
|
ℹ️ Build Summary:
|
|
460
458
|
Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
|
|
461
459
|
Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
|
|
@@ -488,7 +486,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
488
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
|
|
489
487
|
Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
490
488
|
Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
491
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
489
|
+
Finished `release` profile [optimized] target(s) in 1.99s
|
|
492
490
|
ℹ️ Build Summary:
|
|
493
491
|
Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
|
|
494
492
|
Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
|
|
@@ -536,7 +534,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
536
534
|
|
|
537
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
|
|
538
536
|
Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
539
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
537
|
+
Finished `release` profile [optimized] target(s) in 0.34s
|
|
540
538
|
ℹ️ Build Summary:
|
|
541
539
|
Wasm File: target/wasm32v1-none/release/upgrader.wasm (7575 bytes)
|
|
542
540
|
Wasm Hash: 7796fed7be887c8f281a3c6e043203c0597969b65d23d5c1f9d767b62dfba062
|
|
@@ -548,7 +546,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
548
546
|
|
|
549
547
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/blocked-message-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
550
548
|
Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
551
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
549
|
+
Finished `release` profile [optimized] target(s) in 0.43s
|
|
552
550
|
ℹ️ Build Summary:
|
|
553
551
|
Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15398 bytes)
|
|
554
552
|
Wasm Hash: 0a8ee862d5fa45a3dca9c2dc8ba111b83e9ab333a78d89273ae0a111211445d1
|
|
@@ -565,7 +563,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
565
563
|
|
|
566
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
|
|
567
565
|
Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
568
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
566
|
+
Finished `release` profile [optimized] target(s) in 0.70s
|
|
569
567
|
ℹ️ Build Summary:
|
|
570
568
|
Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
|
|
571
569
|
Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
|
|
@@ -606,7 +604,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
606
604
|
|
|
607
605
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/treasury/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
608
606
|
Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
609
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
607
|
+
Finished `release` profile [optimized] target(s) in 0.72s
|
|
610
608
|
ℹ️ Build Summary:
|
|
611
609
|
Wasm File: target/wasm32v1-none/release/treasury.wasm (29508 bytes)
|
|
612
610
|
Wasm Hash: 0eb3a9c49b66b4af26b0a95337a334b31d981a89258d0fbe0b8d7390a36fc2aa
|
|
@@ -639,7 +637,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
639
637
|
Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
640
638
|
Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
641
639
|
Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
642
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
640
|
+
Finished `release` profile [optimized] target(s) in 1.71s
|
|
643
641
|
ℹ️ Build Summary:
|
|
644
642
|
Wasm File: target/wasm32v1-none/release/counter.wasm (52090 bytes)
|
|
645
643
|
Wasm Hash: 43eaef63b2e9e04f75e0883fd19f1f160774f520df637f68e5902ec780425a7d
|
|
@@ -697,7 +695,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
697
695
|
Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
698
696
|
Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
699
697
|
Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
700
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
698
|
+
Finished `release` profile [optimized] target(s) in 1.57s
|
|
701
699
|
ℹ️ Build Summary:
|
|
702
700
|
Wasm File: target/wasm32v1-none/release/dvn.wasm (59983 bytes)
|
|
703
701
|
Wasm Hash: 870de1c00c6617b1110f387e299a869ed6a8e8399c5c0a4c20bc3e4ff6816ae0
|
|
@@ -760,7 +758,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
760
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
|
|
761
759
|
Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
762
760
|
Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
763
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
761
|
+
Finished `release` profile [optimized] target(s) in 0.77s
|
|
764
762
|
ℹ️ Build Summary:
|
|
765
763
|
Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
|
|
766
764
|
Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
|
|
@@ -787,7 +785,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
787
785
|
|
|
788
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
|
|
789
787
|
Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
790
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
788
|
+
Finished `release` profile [optimized] target(s) in 0.98s
|
|
791
789
|
ℹ️ Build Summary:
|
|
792
790
|
Wasm File: target/wasm32v1-none/release/executor.wasm (59531 bytes)
|
|
793
791
|
Wasm Hash: 8a2b3fd944612968801d015af20b843db0552affc8e79ef2775f7f21fd7f34cf
|
|
@@ -846,7 +844,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
846
844
|
|
|
847
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
|
|
848
846
|
Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
849
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
847
|
+
Finished `release` profile [optimized] target(s) in 0.48s
|
|
850
848
|
ℹ️ Build Summary:
|
|
851
849
|
Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
|
|
852
850
|
Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
|
|
@@ -876,7 +874,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
876
874
|
Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
877
875
|
Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
878
876
|
Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
879
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
877
|
+
Finished `release` profile [optimized] target(s) in 1.06s
|
|
880
878
|
ℹ️ Build Summary:
|
|
881
879
|
Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25110 bytes)
|
|
882
880
|
Wasm Hash: 1c0928af078a4a9beff5e04647240b9fecca7a805b751c803f96ff92f75b9a08
|
|
@@ -891,7 +889,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
891
889
|
|
|
892
890
|
ℹ️ 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
|
|
893
891
|
Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
894
|
-
Finished `release` profile [optimized] target(s) in
|
|
892
|
+
Finished `release` profile [optimized] target(s) in 0.68s
|
|
895
893
|
ℹ️ Build Summary:
|
|
896
894
|
Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
|
|
897
895
|
Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
|
|
@@ -932,7 +930,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
932
930
|
ℹ️ 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
|
|
933
931
|
Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
934
932
|
Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
935
|
-
Finished `release` profile [optimized] target(s) in
|
|
933
|
+
Finished `release` profile [optimized] target(s) in 1.52s
|
|
936
934
|
ℹ️ Build Summary:
|
|
937
935
|
Wasm File: target/wasm32v1-none/release/oft.wasm (78174 bytes)
|
|
938
936
|
Wasm Hash: 3e612f54cad802dd02eaf63d481f189ca658c6d761837cde79600406ae8c1f47
|
|
@@ -1003,7 +1001,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1003
1001
|
|
|
1004
1002
|
ℹ️ 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
|
|
1005
1003
|
Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
1006
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
1004
|
+
Finished `release` profile [optimized] target(s) in 0.50s
|
|
1007
1005
|
ℹ️ Build Summary:
|
|
1008
1006
|
Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
|
|
1009
1007
|
Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
|
|
@@ -1039,7 +1037,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1039
1037
|
• underlying_sac
|
|
1040
1038
|
✅ Build Complete
|
|
1041
1039
|
|
|
1042
|
-
⏳ stellar contract build: 1:
|
|
1040
|
+
⏳ stellar contract build: 1:34.959 (m:ss.mmm)
|
|
1043
1041
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
1044
1042
|
|
|
1045
1043
|
> @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
|
|
@@ -1051,7 +1049,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1051
1049
|
✅ stellar-25.1.0 (Latest stable release)
|
|
1052
1050
|
🔧 stellar version: 25.1.0
|
|
1053
1051
|
$ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
1054
|
-
(node:
|
|
1052
|
+
(node:123819) [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.
|
|
1055
1053
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
1056
1054
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
1057
1055
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -1069,7 +1067,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
|
1069
1067
|
|
|
1070
1068
|
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
1071
1069
|
|
|
1072
|
-
⏳ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy:
|
|
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 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 942.251ms
|
|
1073
1071
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup
|
|
1074
1072
|
📦 Using 4 default volume(s) for stellar
|
|
1075
1073
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -1082,78 +1080,78 @@ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws
|
|
|
1082
1080
|
$ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v lz-tooling-cache-stellar-rustup:/cache/rustup -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 bash -c $'cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml'
|
|
1083
1081
|
Updating crates.io index
|
|
1084
1082
|
Downloading crates ...
|
|
1085
|
-
Downloaded
|
|
1086
|
-
Downloaded
|
|
1087
|
-
Downloaded
|
|
1083
|
+
Downloaded crypto-common v0.1.7
|
|
1084
|
+
Downloaded block-buffer v0.9.0
|
|
1085
|
+
Downloaded data-encoding v2.10.0
|
|
1086
|
+
Downloaded anyhow v1.0.102
|
|
1087
|
+
Downloaded num-conv v0.2.0
|
|
1088
|
+
Downloaded deranged v0.5.8
|
|
1089
|
+
Downloaded generic-array v0.14.7
|
|
1090
|
+
Downloaded digest v0.9.0
|
|
1091
|
+
Downloaded heck v0.4.1
|
|
1092
|
+
Downloaded include_dir v0.7.4
|
|
1088
1093
|
Downloaded opaque-debug v0.3.1
|
|
1089
|
-
Downloaded
|
|
1090
|
-
Downloaded zmij v1.0.21
|
|
1091
|
-
Downloaded toml_datetime v0.6.11
|
|
1092
|
-
Downloaded serde_with_macros v3.17.0
|
|
1094
|
+
Downloaded toml_write v0.1.2
|
|
1093
1095
|
Downloaded unicode-ident v1.0.24
|
|
1096
|
+
Downloaded zmij v1.0.21
|
|
1097
|
+
Downloaded sha2 v0.9.9
|
|
1098
|
+
Downloaded toml v0.8.23
|
|
1094
1099
|
Downloaded time-macros v0.2.27
|
|
1100
|
+
Downloaded serde_with_macros v3.17.0
|
|
1095
1101
|
Downloaded toml_edit v0.22.27
|
|
1096
1102
|
Downloaded soroban-spec-typescript v25.1.0
|
|
1097
1103
|
Downloaded schemars v1.2.1
|
|
1098
|
-
Downloaded
|
|
1104
|
+
Downloaded indexmap v2.13.0
|
|
1099
1105
|
Downloaded hashbrown v0.16.1
|
|
1100
|
-
Downloaded serde_json v1.0.149
|
|
1101
1106
|
Downloaded winnow v0.7.14
|
|
1102
1107
|
Downloaded serde_with v3.17.0
|
|
1103
|
-
Downloaded
|
|
1108
|
+
Downloaded serde_json v1.0.149
|
|
1104
1109
|
Downloaded chrono v0.4.44
|
|
1105
|
-
Downloaded
|
|
1110
|
+
Downloaded time v0.3.47
|
|
1111
|
+
Downloaded syn v2.0.117
|
|
1112
|
+
Downloaded memchr v2.8.0
|
|
1106
1113
|
Downloaded iana-time-zone v0.1.65
|
|
1107
|
-
Downloaded proc-macro2 v1.0.106
|
|
1108
|
-
Downloaded anyhow v1.0.102
|
|
1109
|
-
Downloaded sha2 v0.9.9
|
|
1110
|
-
Downloaded deranged v0.5.8
|
|
1111
|
-
Downloaded num-conv v0.2.0
|
|
1112
|
-
Downloaded include_dir v0.7.4
|
|
1113
|
-
Downloaded quote v1.0.44
|
|
1114
|
-
Downloaded data-encoding v2.10.0
|
|
1115
|
-
Downloaded block-buffer v0.9.0
|
|
1116
|
-
Downloaded heck v0.4.1
|
|
1117
|
-
Downloaded digest v0.9.0
|
|
1118
|
-
Downloaded crypto-common v0.1.7
|
|
1119
1114
|
Downloaded base64 v0.21.7
|
|
1115
|
+
Downloaded quote v1.0.44
|
|
1116
|
+
Downloaded toml_datetime v0.6.11
|
|
1120
1117
|
Downloaded time-core v0.1.8
|
|
1118
|
+
Downloaded serde_spanned v0.6.9
|
|
1119
|
+
Downloaded glob v0.3.3
|
|
1120
|
+
Downloaded proc-macro2 v1.0.106
|
|
1121
1121
|
Downloaded itoa v1.0.17
|
|
1122
1122
|
Downloaded include_dir_macros v0.7.4
|
|
1123
|
-
Downloaded glob v0.3.3
|
|
1124
|
-
Downloaded generic-array v0.14.7
|
|
1125
1123
|
Compiling unicode-ident v1.0.24
|
|
1126
1124
|
Compiling proc-macro2 v1.0.106
|
|
1127
1125
|
Compiling quote v1.0.44
|
|
1128
1126
|
Compiling zmij v1.0.21
|
|
1129
1127
|
Compiling serde_core v1.0.228
|
|
1130
1128
|
Compiling serde_json v1.0.149
|
|
1131
|
-
Compiling version_check v0.9.5
|
|
1132
1129
|
Compiling typenum v1.19.0
|
|
1133
|
-
Compiling itoa v1.0.17
|
|
1134
1130
|
Compiling memchr v2.8.0
|
|
1131
|
+
Compiling version_check v0.9.5
|
|
1132
|
+
Compiling itoa v1.0.17
|
|
1135
1133
|
Compiling serde v1.0.228
|
|
1136
1134
|
Compiling fnv v1.0.7
|
|
1137
|
-
Compiling strsim v0.11.1
|
|
1138
1135
|
Compiling ident_case v1.0.1
|
|
1136
|
+
Compiling strsim v0.11.1
|
|
1139
1137
|
Compiling equivalent v1.0.2
|
|
1140
1138
|
Compiling hashbrown v0.16.1
|
|
1141
1139
|
Compiling schemars v0.8.22
|
|
1140
|
+
Compiling cpufeatures v0.2.17
|
|
1142
1141
|
Compiling dyn-clone v1.0.20
|
|
1143
1142
|
Compiling cfg-if v1.0.4
|
|
1144
|
-
Compiling cpufeatures v0.2.17
|
|
1145
1143
|
Compiling thiserror v1.0.69
|
|
1146
1144
|
Compiling data-encoding v2.10.0
|
|
1145
|
+
Compiling ethnum v1.5.2
|
|
1146
|
+
Compiling escape-bytes v0.1.1
|
|
1147
1147
|
Compiling prettyplease v0.2.37
|
|
1148
1148
|
Compiling base64 v0.22.1
|
|
1149
1149
|
Compiling semver v1.0.27
|
|
1150
|
-
Compiling escape-bytes v0.1.1
|
|
1151
|
-
Compiling ethnum v1.5.2
|
|
1152
|
-
Compiling winnow v0.7.14
|
|
1153
1150
|
Compiling opaque-debug v0.3.1
|
|
1154
|
-
Compiling either v1.15.0
|
|
1155
1151
|
Compiling glob v0.3.3
|
|
1152
|
+
Compiling winnow v0.7.14
|
|
1156
1153
|
Compiling toml_write v0.1.2
|
|
1154
|
+
Compiling either v1.15.0
|
|
1157
1155
|
Compiling anyhow v1.0.102
|
|
1158
1156
|
Compiling base64 v0.21.7
|
|
1159
1157
|
Compiling heck v0.4.1
|
|
@@ -1161,15 +1159,15 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1161
1159
|
Compiling itertools v0.10.5
|
|
1162
1160
|
Compiling indexmap v2.13.0
|
|
1163
1161
|
Compiling syn v2.0.117
|
|
1164
|
-
Compiling wasmparser v0.116.1
|
|
1165
1162
|
Compiling include_dir_macros v0.7.4
|
|
1166
|
-
Compiling
|
|
1163
|
+
Compiling wasmparser v0.116.1
|
|
1164
|
+
Compiling include_dir v0.7.4
|
|
1167
1165
|
Compiling block-buffer v0.10.4
|
|
1168
|
-
Compiling
|
|
1166
|
+
Compiling crypto-common v0.1.7
|
|
1169
1167
|
Compiling block-buffer v0.9.0
|
|
1170
|
-
Compiling
|
|
1171
|
-
Compiling sha2 v0.9.9
|
|
1168
|
+
Compiling digest v0.9.0
|
|
1172
1169
|
Compiling digest v0.10.7
|
|
1170
|
+
Compiling sha2 v0.9.9
|
|
1173
1171
|
Compiling sha2 v0.10.9
|
|
1174
1172
|
Compiling darling_core v0.21.3
|
|
1175
1173
|
Compiling serde_derive v1.0.228
|
|
@@ -1178,19 +1176,19 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1178
1176
|
Compiling darling_macro v0.21.3
|
|
1179
1177
|
Compiling crate-git-revision v0.0.6
|
|
1180
1178
|
Compiling darling v0.21.3
|
|
1181
|
-
Compiling serde_with_macros v3.17.0
|
|
1182
1179
|
Compiling stellar-strkey v0.0.13
|
|
1183
1180
|
Compiling stellar-xdr v25.0.0
|
|
1181
|
+
Compiling serde_with_macros v3.17.0
|
|
1184
1182
|
Compiling hex v0.4.3
|
|
1185
|
-
Compiling serde_spanned v0.6.9
|
|
1186
1183
|
Compiling toml_datetime v0.6.11
|
|
1184
|
+
Compiling serde_spanned v0.6.9
|
|
1187
1185
|
Compiling toml_edit v0.22.27
|
|
1188
1186
|
Compiling serde_with v3.17.0
|
|
1189
1187
|
Compiling toml v0.8.23
|
|
1190
1188
|
Compiling soroban-spec v25.1.1
|
|
1191
1189
|
Compiling soroban-spec-typescript v25.1.0
|
|
1192
1190
|
Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
|
|
1193
|
-
Finished `dev` profile [unoptimized + debuginfo] target(s) in
|
|
1191
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.08s
|
|
1194
1192
|
Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
|
|
1195
1193
|
Generating TypeScript bindings for 16 contract(s)...
|
|
1196
1194
|
|
|
@@ -1310,4 +1308,4 @@ Generated files in sdk/src/generated:
|
|
|
1310
1308
|
- oft.ts
|
|
1311
1309
|
- sac_manager.ts
|
|
1312
1310
|
- layerzero_view.ts
|
|
1313
|
-
⏳ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml:
|
|
1311
|
+
⏳ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 40.732s
|