@layerzerolabs/protocol-stellar-v2 0.2.65 → 0.2.66
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 +218 -299
- package/.turbo/turbo-lint.log +225 -98
- package/.turbo/turbo-test.log +2010 -1924
- package/Cargo.lock +0 -16
- package/Cargo.toml +0 -1
- package/contracts/oapps/oft/integration-tests/extensions/test_oft_fee.rs +22 -0
- package/contracts/oapps/oft/integration-tests/extensions/test_pausable.rs +9 -2
- package/contracts/oapps/oft/integration-tests/extensions/test_rate_limiter.rs +27 -2
- package/contracts/oapps/oft/integration-tests/setup.rs +22 -18
- package/contracts/oapps/oft/integration-tests/utils.rs +81 -34
- package/contracts/oapps/oft/src/extensions/oft_fee.rs +13 -0
- package/contracts/oapps/oft/src/oft.rs +10 -2
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +299 -307
- package/sdk/dist/generated/oft.d.ts +3 -3
- package/sdk/dist/generated/oft.js +3 -3
- package/sdk/node_modules/.bin/vitest +2 -2
- package/sdk/package.json +1 -1
- package/contracts/oapps/console-oft/Cargo.toml +0 -30
- package/contracts/oapps/console-oft/integration-tests/extensions/mod.rs +0 -5
- package/contracts/oapps/console-oft/integration-tests/extensions/test_combined.rs +0 -90
- package/contracts/oapps/console-oft/integration-tests/extensions/test_oft_fee.rs +0 -186
- package/contracts/oapps/console-oft/integration-tests/extensions/test_ownership.rs +0 -161
- package/contracts/oapps/console-oft/integration-tests/extensions/test_pausable.rs +0 -154
- package/contracts/oapps/console-oft/integration-tests/extensions/test_rate_limiter.rs +0 -479
- package/contracts/oapps/console-oft/integration-tests/mod.rs +0 -3
- package/contracts/oapps/console-oft/integration-tests/setup.rs +0 -303
- package/contracts/oapps/console-oft/integration-tests/utils.rs +0 -685
- package/contracts/oapps/console-oft/src/errors.rs +0 -7
- package/contracts/oapps/console-oft/src/extensions/mod.rs +0 -3
- package/contracts/oapps/console-oft/src/extensions/oft_fee.rs +0 -239
- package/contracts/oapps/console-oft/src/extensions/pausable.rs +0 -185
- package/contracts/oapps/console-oft/src/extensions/rate_limiter.rs +0 -478
- package/contracts/oapps/console-oft/src/interfaces/mintable.rs +0 -14
- package/contracts/oapps/console-oft/src/interfaces/mod.rs +0 -3
- package/contracts/oapps/console-oft/src/lib.rs +0 -26
- package/contracts/oapps/console-oft/src/oft.rs +0 -208
- package/contracts/oapps/console-oft/src/oft_access_control.rs +0 -93
- package/contracts/oapps/console-oft/src/oft_types/lock_unlock.rs +0 -50
- package/contracts/oapps/console-oft/src/oft_types/mint_burn.rs +0 -50
- package/contracts/oapps/console-oft/src/oft_types/mod.rs +0 -24
- package/contracts/oapps/console-oft/src/tests/extensions/mod.rs +0 -3
- package/contracts/oapps/console-oft/src/tests/extensions/oft_fee.rs +0 -255
- package/contracts/oapps/console-oft/src/tests/extensions/pausable.rs +0 -212
- package/contracts/oapps/console-oft/src/tests/extensions/rate_limiter.rs +0 -992
- package/contracts/oapps/console-oft/src/tests/mod.rs +0 -2
- package/contracts/oapps/console-oft/src/tests/oft_types/lock_unlock.rs +0 -185
- package/contracts/oapps/console-oft/src/tests/oft_types/mod.rs +0 -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:48333) [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,42 +36,41 @@ ebe71df0d5a0: Pulling fs layer
|
|
|
36
36
|
8ab2295f3fb3: Pulling fs layer
|
|
37
37
|
6da477ce4021: Pulling fs layer
|
|
38
38
|
411ca42f331d: Pulling fs layer
|
|
39
|
+
72197a14cd4f: Waiting
|
|
40
|
+
97ed36c5fb07: Waiting
|
|
41
|
+
493a5d82164a: Waiting
|
|
42
|
+
f54b29cca981: Waiting
|
|
39
43
|
2c1ce468d9f3: Waiting
|
|
40
|
-
d47cd8933eb7: Waiting
|
|
41
|
-
ebe71df0d5a0: Waiting
|
|
42
44
|
8ab2295f3fb3: Waiting
|
|
45
|
+
d47cd8933eb7: Waiting
|
|
43
46
|
6da477ce4021: Waiting
|
|
44
47
|
411ca42f331d: Waiting
|
|
45
|
-
|
|
46
|
-
493a5d82164a: Waiting
|
|
47
|
-
f54b29cca981: Waiting
|
|
48
|
+
ebe71df0d5a0: Waiting
|
|
48
49
|
f6bd9104d248: Verifying Checksum
|
|
49
50
|
f6bd9104d248: Download complete
|
|
50
|
-
f6bd9104d248: Pull complete
|
|
51
|
-
72197a14cd4f: Verifying Checksum
|
|
52
51
|
72197a14cd4f: Download complete
|
|
52
|
+
f6bd9104d248: Pull complete
|
|
53
53
|
97ed36c5fb07: Verifying Checksum
|
|
54
54
|
97ed36c5fb07: Download complete
|
|
55
55
|
8bfa393fce63: Verifying Checksum
|
|
56
56
|
8bfa393fce63: Download complete
|
|
57
|
-
4617420e017b: Verifying Checksum
|
|
58
|
-
4617420e017b: Download complete
|
|
59
|
-
2c1ce468d9f3: Verifying Checksum
|
|
60
|
-
2c1ce468d9f3: Download complete
|
|
61
57
|
493a5d82164a: Verifying Checksum
|
|
62
58
|
493a5d82164a: Download complete
|
|
59
|
+
2c1ce468d9f3: Verifying Checksum
|
|
60
|
+
2c1ce468d9f3: Download complete
|
|
61
|
+
4617420e017b: Verifying Checksum
|
|
62
|
+
4617420e017b: Download complete
|
|
63
63
|
ebe71df0d5a0: Verifying Checksum
|
|
64
64
|
ebe71df0d5a0: Download complete
|
|
65
65
|
f54b29cca981: Verifying Checksum
|
|
66
66
|
f54b29cca981: Download complete
|
|
67
|
-
8ab2295f3fb3: Verifying Checksum
|
|
68
|
-
8ab2295f3fb3: Download complete
|
|
69
67
|
d47cd8933eb7: Verifying Checksum
|
|
70
68
|
d47cd8933eb7: Download complete
|
|
71
|
-
|
|
72
|
-
6da477ce4021: Download complete
|
|
69
|
+
8ab2295f3fb3: Download complete
|
|
73
70
|
411ca42f331d: Verifying Checksum
|
|
74
71
|
411ca42f331d: Download complete
|
|
72
|
+
6da477ce4021: Verifying Checksum
|
|
73
|
+
6da477ce4021: Download complete
|
|
75
74
|
4617420e017b: Pull complete
|
|
76
75
|
8bfa393fce63: Pull complete
|
|
77
76
|
72197a14cd4f: Pull complete
|
|
@@ -113,7 +112,7 @@ info: installing component 'rustfmt'
|
|
|
113
112
|
1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
114
113
|
|
|
115
114
|
info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
|
|
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:
|
|
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 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 18.521s
|
|
117
116
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
118
117
|
📦 Using 4 default cache volume(s) for stellar
|
|
119
118
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -126,228 +125,228 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
126
125
|
ℹ️ 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
126
|
Updating crates.io index
|
|
128
127
|
Downloading crates ...
|
|
129
|
-
Downloaded
|
|
130
|
-
Downloaded
|
|
131
|
-
Downloaded
|
|
132
|
-
Downloaded
|
|
133
|
-
Downloaded
|
|
134
|
-
Downloaded
|
|
135
|
-
Downloaded primeorder v0.13.6
|
|
136
|
-
Downloaded curve25519-dalek-derive v0.1.1
|
|
137
|
-
Downloaded downcast-rs v1.2.1
|
|
138
|
-
Downloaded serde_derive v1.0.228
|
|
139
|
-
Downloaded serde_core v1.0.228
|
|
140
|
-
Downloaded sha2 v0.10.9
|
|
141
|
-
Downloaded itoa v1.0.15
|
|
128
|
+
Downloaded ark-bn254 v0.4.0
|
|
129
|
+
Downloaded bytes-lit v0.0.5
|
|
130
|
+
Downloaded arbitrary v1.3.2
|
|
131
|
+
Downloaded cfg_eval v0.1.2
|
|
132
|
+
Downloaded deranged v0.5.5
|
|
133
|
+
Downloaded rand_core v0.6.4
|
|
142
134
|
Downloaded ryu v1.0.20
|
|
143
|
-
Downloaded
|
|
144
|
-
Downloaded
|
|
145
|
-
Downloaded
|
|
146
|
-
Downloaded
|
|
135
|
+
Downloaded soroban-env-guest v25.0.1
|
|
136
|
+
Downloaded soroban-spec v25.1.1
|
|
137
|
+
Downloaded dtor-proc-macro v0.0.6
|
|
138
|
+
Downloaded indexmap-nostd v0.4.0
|
|
139
|
+
Downloaded time-macros v0.2.24
|
|
140
|
+
Downloaded powerfmt v0.2.0
|
|
141
|
+
Downloaded rfc6979 v0.4.0
|
|
142
|
+
Downloaded soroban-spec-rust v25.1.1
|
|
143
|
+
Downloaded stellar-strkey v0.0.13
|
|
144
|
+
Downloaded soroban-sdk-macros v25.1.1
|
|
145
|
+
Downloaded visibility v0.1.1
|
|
146
|
+
Downloaded wasmi_arena v0.4.1
|
|
147
147
|
Downloaded time-core v0.1.6
|
|
148
|
+
Downloaded strsim v0.11.1
|
|
148
149
|
Downloaded zeroize_derive v1.4.2
|
|
149
|
-
Downloaded
|
|
150
|
-
Downloaded derivative v2.2.0
|
|
151
|
-
Downloaded visibility v0.1.1
|
|
150
|
+
Downloaded static_assertions v1.1.0
|
|
152
151
|
Downloaded num-traits v0.2.19
|
|
153
|
-
Downloaded
|
|
154
|
-
Downloaded
|
|
155
|
-
Downloaded sec1 v0.7.3
|
|
156
|
-
Downloaded thiserror v1.0.69
|
|
152
|
+
Downloaded darling_core v0.21.3
|
|
153
|
+
Downloaded prettyplease v0.2.37
|
|
157
154
|
Downloaded zeroize v1.8.2
|
|
158
|
-
Downloaded
|
|
155
|
+
Downloaded stellar-strkey v0.0.16
|
|
159
156
|
Downloaded serde_with_macros v3.15.1
|
|
160
|
-
Downloaded serde v1.0.228
|
|
161
|
-
Downloaded wasmi_core v0.13.0
|
|
162
|
-
Downloaded version_check v0.9.5
|
|
163
157
|
Downloaded unicode-ident v1.0.22
|
|
164
|
-
Downloaded
|
|
165
|
-
Downloaded soroban-sdk-macros v25.1.1
|
|
158
|
+
Downloaded soroban-ledger-snapshot v25.1.1
|
|
166
159
|
Downloaded soroban-env-common v25.0.1
|
|
167
|
-
Downloaded stellar-strkey v0.0.16
|
|
168
|
-
Downloaded schemars v0.9.0
|
|
169
160
|
Downloaded typenum v1.19.0
|
|
170
|
-
Downloaded
|
|
171
|
-
Downloaded static_assertions v1.1.0
|
|
172
|
-
Downloaded spin v0.9.8
|
|
173
|
-
Downloaded soroban-spec-rust v25.1.1
|
|
174
|
-
Downloaded chrono v0.4.42
|
|
175
|
-
Downloaded itertools v0.10.5
|
|
161
|
+
Downloaded serde_core v1.0.228
|
|
176
162
|
Downloaded ark-bls12-381 v0.4.0
|
|
177
|
-
Downloaded
|
|
178
|
-
Downloaded
|
|
179
|
-
Downloaded
|
|
163
|
+
Downloaded schemars v1.0.5
|
|
164
|
+
Downloaded chrono v0.4.42
|
|
165
|
+
Downloaded schemars v0.9.0
|
|
166
|
+
Downloaded curve25519-dalek v4.1.3
|
|
180
167
|
Downloaded wasmparser-nostd v0.100.2
|
|
181
168
|
Downloaded time v0.3.44
|
|
182
|
-
Downloaded soroban-sdk v25.1.1
|
|
183
169
|
Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
|
|
184
|
-
Downloaded
|
|
185
|
-
Downloaded libm v0.2.15
|
|
170
|
+
Downloaded soroban-sdk v25.1.1
|
|
186
171
|
Downloaded wasmparser v0.116.1
|
|
172
|
+
Downloaded serde_json v1.0.145
|
|
173
|
+
Downloaded serde_with v3.15.1
|
|
187
174
|
Downloaded zerocopy v0.8.27
|
|
188
|
-
Downloaded
|
|
189
|
-
Downloaded syn v1.0.109
|
|
190
|
-
Downloaded time-macros v0.2.24
|
|
175
|
+
Downloaded schemars v0.8.22
|
|
191
176
|
Downloaded syn v2.0.108
|
|
192
|
-
Downloaded
|
|
193
|
-
Downloaded
|
|
194
|
-
Downloaded
|
|
177
|
+
Downloaded syn v1.0.109
|
|
178
|
+
Downloaded libm v0.2.15
|
|
179
|
+
Downloaded itertools v0.14.0
|
|
180
|
+
Downloaded hashbrown v0.16.0
|
|
181
|
+
Downloaded smallvec v1.15.1
|
|
182
|
+
Downloaded serde v1.0.228
|
|
183
|
+
Downloaded itertools v0.10.5
|
|
184
|
+
Downloaded hashbrown v0.13.2
|
|
195
185
|
Downloaded hashbrown v0.12.3
|
|
196
|
-
Downloaded
|
|
197
|
-
Downloaded stellar-strkey v0.0.13
|
|
198
|
-
Downloaded soroban-env-macros v25.0.1
|
|
186
|
+
Downloaded serde_derive v1.0.228
|
|
199
187
|
Downloaded rand v0.8.5
|
|
200
|
-
Downloaded
|
|
201
|
-
Downloaded memchr v2.7.6
|
|
188
|
+
Downloaded num-bigint v0.4.6
|
|
202
189
|
Downloaded indexmap v2.12.0
|
|
203
|
-
Downloaded
|
|
204
|
-
Downloaded
|
|
205
|
-
Downloaded
|
|
206
|
-
Downloaded
|
|
207
|
-
Downloaded
|
|
190
|
+
Downloaded wasmi_core v0.13.0
|
|
191
|
+
Downloaded thiserror-impl v1.0.69
|
|
192
|
+
Downloaded thiserror v1.0.69
|
|
193
|
+
Downloaded spin v0.9.8
|
|
194
|
+
Downloaded libc v0.2.177
|
|
208
195
|
Downloaded soroban-env-host v25.0.1
|
|
196
|
+
Downloaded memchr v2.7.6
|
|
197
|
+
Downloaded k256 v0.13.4
|
|
209
198
|
Downloaded heapless v0.8.0
|
|
199
|
+
Downloaded crypto-bigint v0.5.5
|
|
200
|
+
Downloaded base64 v0.22.1
|
|
201
|
+
Downloaded der v0.7.10
|
|
202
|
+
Downloaded darling_core v0.20.11
|
|
210
203
|
Downloaded ethnum v1.5.2
|
|
211
|
-
Downloaded
|
|
204
|
+
Downloaded elliptic-curve v0.13.8
|
|
205
|
+
Downloaded p256 v0.13.2
|
|
206
|
+
Downloaded indexmap v1.9.3
|
|
207
|
+
Downloaded version_check v0.9.5
|
|
212
208
|
Downloaded proc-macro2 v1.0.103
|
|
213
|
-
Downloaded
|
|
214
|
-
Downloaded subtle v2.6.1
|
|
215
|
-
Downloaded quote v1.0.41
|
|
216
|
-
Downloaded iana-time-zone v0.1.64
|
|
217
|
-
Downloaded darling v0.21.3
|
|
209
|
+
Downloaded once_cell v1.21.3
|
|
218
210
|
Downloaded sha3 v0.10.8
|
|
219
|
-
Downloaded
|
|
220
|
-
Downloaded ark-ff v0.4.2
|
|
211
|
+
Downloaded iana-time-zone v0.1.64
|
|
221
212
|
Downloaded hmac v0.12.1
|
|
213
|
+
Downloaded darling v0.21.3
|
|
214
|
+
Downloaded stable_deref_trait v1.2.1
|
|
215
|
+
Downloaded sec1 v0.7.3
|
|
216
|
+
Downloaded derivative v2.2.0
|
|
217
|
+
Downloaded primeorder v0.13.6
|
|
222
218
|
Downloaded getrandom v0.2.16
|
|
223
219
|
Downloaded either v1.15.0
|
|
224
|
-
Downloaded
|
|
225
|
-
Downloaded deranged v0.5.5
|
|
226
|
-
Downloaded base64 v0.22.1
|
|
227
|
-
Downloaded strsim v0.11.1
|
|
228
|
-
Downloaded soroban-env-guest v25.0.1
|
|
229
|
-
Downloaded ref-cast-impl v1.0.25
|
|
220
|
+
Downloaded ed25519-dalek v2.2.0
|
|
230
221
|
Downloaded data-encoding v2.9.0
|
|
222
|
+
Downloaded darling v0.20.11
|
|
223
|
+
Downloaded const-oid v0.9.6
|
|
224
|
+
Downloaded subtle v2.6.1
|
|
225
|
+
Downloaded quote v1.0.41
|
|
226
|
+
Downloaded paste v1.0.15
|
|
227
|
+
Downloaded ed25519 v2.2.3
|
|
228
|
+
Downloaded ecdsa v0.16.9
|
|
229
|
+
Downloaded dyn-clone v1.0.20
|
|
230
|
+
Downloaded ppv-lite86 v0.2.21
|
|
231
|
+
Downloaded pkcs8 v0.10.2
|
|
231
232
|
Downloaded num-integer v0.1.46
|
|
233
|
+
Downloaded macro-string v0.1.4
|
|
232
234
|
Downloaded group v0.13.0
|
|
233
235
|
Downloaded generic-array v0.14.9
|
|
234
|
-
Downloaded
|
|
235
|
-
Downloaded
|
|
236
|
-
Downloaded
|
|
237
|
-
Downloaded
|
|
238
|
-
Downloaded
|
|
239
|
-
Downloaded
|
|
240
|
-
Downloaded
|
|
236
|
+
Downloaded ff v0.13.1
|
|
237
|
+
Downloaded equivalent v1.0.2
|
|
238
|
+
Downloaded derive_arbitrary v1.3.2
|
|
239
|
+
Downloaded semver v1.0.27
|
|
240
|
+
Downloaded rustc_version v0.4.1
|
|
241
|
+
Downloaded escape-bytes v0.1.1
|
|
242
|
+
Downloaded ctor v0.5.0
|
|
243
|
+
Downloaded sha2 v0.10.9
|
|
241
244
|
Downloaded digest v0.10.7
|
|
245
|
+
Downloaded ark-serialize-derive v0.4.2
|
|
246
|
+
Downloaded ref-cast-impl v1.0.25
|
|
247
|
+
Downloaded keccak v0.1.5
|
|
248
|
+
Downloaded fnv v1.0.7
|
|
249
|
+
Downloaded darling_macro v0.21.3
|
|
242
250
|
Downloaded ref-cast v1.0.25
|
|
243
|
-
Downloaded
|
|
251
|
+
Downloaded itoa v1.0.15
|
|
244
252
|
Downloaded hex-literal v0.4.1
|
|
245
|
-
Downloaded escape-bytes v0.1.1
|
|
246
|
-
Downloaded macro-string v0.1.4
|
|
247
|
-
Downloaded keccak v0.1.5
|
|
248
|
-
Downloaded indexmap-nostd v0.4.0
|
|
249
253
|
Downloaded hex v0.4.3
|
|
250
|
-
Downloaded equivalent v1.0.2
|
|
251
254
|
Downloaded darling_macro v0.20.11
|
|
252
|
-
Downloaded
|
|
253
|
-
Downloaded
|
|
255
|
+
Downloaded ctor-proc-macro v0.0.6
|
|
256
|
+
Downloaded spki v0.7.3
|
|
257
|
+
Downloaded soroban-env-macros v25.0.1
|
|
258
|
+
Downloaded rand_chacha v0.3.1
|
|
259
|
+
Downloaded num-derive v0.4.2
|
|
260
|
+
Downloaded num-conv v0.1.0
|
|
261
|
+
Downloaded ident_case v1.0.1
|
|
262
|
+
Downloaded heck v0.5.0
|
|
254
263
|
Downloaded dtor v0.1.1
|
|
255
|
-
Downloaded
|
|
256
|
-
Downloaded
|
|
257
|
-
Downloaded const-oid v0.9.6
|
|
258
|
-
Downloaded cfg_eval v0.1.2
|
|
264
|
+
Downloaded hash32 v0.3.1
|
|
265
|
+
Downloaded cpufeatures v0.2.17
|
|
259
266
|
Downloaded byteorder v1.5.0
|
|
260
267
|
Downloaded base64ct v1.8.0
|
|
261
268
|
Downloaded autocfg v1.5.0
|
|
269
|
+
Downloaded ark-std v0.4.0
|
|
270
|
+
Downloaded ark-serialize v0.4.2
|
|
271
|
+
Downloaded downcast-rs v1.2.1
|
|
272
|
+
Downloaded ark-ff-macros v0.4.2
|
|
273
|
+
Downloaded signature v2.2.0
|
|
274
|
+
Downloaded crypto-common v0.1.6
|
|
262
275
|
Downloaded crate-git-revision v0.0.6
|
|
263
276
|
Downloaded cfg-if v1.0.4
|
|
264
|
-
Downloaded
|
|
265
|
-
Downloaded paste v1.0.15
|
|
266
|
-
Downloaded elliptic-curve v0.13.8
|
|
267
|
-
Downloaded ctor-proc-macro v0.0.6
|
|
268
|
-
Downloaded ctor v0.5.0
|
|
269
|
-
Downloaded cpufeatures v0.2.17
|
|
277
|
+
Downloaded block-buffer v0.10.4
|
|
270
278
|
Downloaded base16ct v0.2.0
|
|
271
|
-
Downloaded
|
|
272
|
-
Downloaded
|
|
273
|
-
Downloaded
|
|
274
|
-
Downloaded
|
|
275
|
-
Downloaded
|
|
276
|
-
Downloaded derive_arbitrary v1.3.2
|
|
277
|
-
Downloaded darling v0.20.11
|
|
278
|
-
Downloaded bytes-lit v0.0.5
|
|
279
|
-
Downloaded ark-serialize v0.4.2
|
|
280
|
-
Downloaded dyn-clone v1.0.20
|
|
281
|
-
Downloaded darling_macro v0.21.3
|
|
282
|
-
Downloaded crypto-common v0.1.6
|
|
283
|
-
Downloaded ark-std v0.4.0
|
|
279
|
+
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
280
|
+
Downloaded curve25519-dalek-derive v0.1.1
|
|
281
|
+
Downloaded ark-poly v0.4.2
|
|
282
|
+
Downloaded ark-ff v0.4.2
|
|
283
|
+
Downloaded ark-ec v0.4.2
|
|
284
284
|
Downloaded ark-ff-asm v0.4.2
|
|
285
|
-
Downloaded
|
|
286
|
-
Downloaded ark-ff-macros v0.4.2
|
|
285
|
+
Downloaded ahash v0.8.12
|
|
287
286
|
Downloaded stellar-xdr v25.0.0
|
|
288
287
|
Compiling proc-macro2 v1.0.103
|
|
289
|
-
Compiling unicode-ident v1.0.22
|
|
290
288
|
Compiling quote v1.0.41
|
|
289
|
+
Compiling unicode-ident v1.0.22
|
|
291
290
|
Compiling serde_core v1.0.228
|
|
292
291
|
Compiling serde v1.0.228
|
|
293
292
|
Compiling serde_json v1.0.145
|
|
294
|
-
Compiling memchr v2.7.6
|
|
295
293
|
Compiling ryu v1.0.20
|
|
294
|
+
Compiling memchr v2.7.6
|
|
296
295
|
Compiling itoa v1.0.15
|
|
297
|
-
Compiling ident_case v1.0.1
|
|
298
296
|
Compiling fnv v1.0.7
|
|
297
|
+
Compiling ident_case v1.0.1
|
|
299
298
|
Compiling strsim v0.11.1
|
|
300
|
-
Compiling typenum v1.19.0
|
|
301
299
|
Compiling version_check v0.9.5
|
|
300
|
+
Compiling typenum v1.19.0
|
|
302
301
|
Compiling autocfg v1.5.0
|
|
303
302
|
Compiling schemars v0.8.22
|
|
304
303
|
Compiling dyn-clone v1.0.20
|
|
305
|
-
Compiling data-encoding v2.9.0
|
|
306
304
|
Compiling cpufeatures v0.2.17
|
|
305
|
+
Compiling data-encoding v2.9.0
|
|
307
306
|
Compiling cfg-if v1.0.4
|
|
308
307
|
Compiling escape-bytes v0.1.1
|
|
309
308
|
Compiling ethnum v1.5.2
|
|
310
309
|
Compiling either v1.15.0
|
|
311
|
-
Compiling generic-array v0.14.9
|
|
312
310
|
Compiling semver v1.0.27
|
|
313
311
|
Compiling equivalent v1.0.2
|
|
314
|
-
Compiling
|
|
315
|
-
Compiling thiserror v1.0.69
|
|
312
|
+
Compiling generic-array v0.14.9
|
|
316
313
|
Compiling num-traits v0.2.19
|
|
314
|
+
Compiling thiserror v1.0.69
|
|
315
|
+
Compiling hashbrown v0.16.0
|
|
317
316
|
Compiling prettyplease v0.2.37
|
|
318
317
|
Compiling base64 v0.22.1
|
|
319
318
|
Compiling heapless v0.8.0
|
|
320
319
|
Compiling itertools v0.10.5
|
|
321
320
|
Compiling byteorder v1.5.0
|
|
322
|
-
Compiling heck v0.5.0
|
|
323
|
-
Compiling static_assertions v1.1.0
|
|
324
321
|
Compiling rustc_version v0.4.1
|
|
325
|
-
Compiling
|
|
322
|
+
Compiling static_assertions v1.1.0
|
|
323
|
+
Compiling heck v0.5.0
|
|
326
324
|
Compiling stable_deref_trait v1.2.1
|
|
325
|
+
Compiling hash32 v0.3.1
|
|
327
326
|
Compiling itertools v0.14.0
|
|
328
327
|
Compiling indexmap v2.12.0
|
|
329
328
|
Compiling syn v2.0.108
|
|
330
329
|
Compiling num-integer v0.1.46
|
|
331
|
-
Compiling
|
|
330
|
+
Compiling num-bigint v0.4.6
|
|
332
331
|
Compiling crypto-common v0.1.6
|
|
333
|
-
Compiling
|
|
332
|
+
Compiling block-buffer v0.10.4
|
|
334
333
|
Compiling digest v0.10.7
|
|
335
|
-
Compiling
|
|
334
|
+
Compiling wasmparser v0.116.1
|
|
336
335
|
Compiling sha2 v0.10.9
|
|
337
336
|
Compiling darling_core v0.21.3
|
|
338
337
|
Compiling darling_core v0.20.11
|
|
339
338
|
Compiling macro-string v0.1.4
|
|
340
339
|
Compiling serde_derive v1.0.228
|
|
341
340
|
Compiling cfg_eval v0.1.2
|
|
342
|
-
Compiling thiserror-impl v1.0.69
|
|
343
341
|
Compiling num-derive v0.4.2
|
|
342
|
+
Compiling thiserror-impl v1.0.69
|
|
344
343
|
Compiling bytes-lit v0.0.5
|
|
345
344
|
Compiling visibility v0.1.1
|
|
346
345
|
Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
347
|
-
Compiling darling_macro v0.21.3
|
|
348
346
|
Compiling darling_macro v0.20.11
|
|
349
|
-
Compiling
|
|
347
|
+
Compiling darling_macro v0.21.3
|
|
350
348
|
Compiling darling v0.20.11
|
|
349
|
+
Compiling darling v0.21.3
|
|
351
350
|
Compiling serde_with_macros v3.15.1
|
|
352
351
|
Compiling crate-git-revision v0.0.6
|
|
353
352
|
Compiling hex v0.4.3
|
|
@@ -364,7 +363,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
364
363
|
Compiling soroban-env-guest v25.0.1
|
|
365
364
|
Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
|
|
366
365
|
Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
367
|
-
Finished `release` profile [optimized] target(s) in 1m
|
|
366
|
+
Finished `release` profile [optimized] target(s) in 1m 00s
|
|
368
367
|
ℹ️ Build Summary:
|
|
369
368
|
Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
|
|
370
369
|
Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
|
|
@@ -435,9 +434,9 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
435
434
|
ℹ️ 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
435
|
Compiling byteorder v1.5.0
|
|
437
436
|
Compiling escape-bytes v0.1.1
|
|
437
|
+
Compiling static_assertions v1.1.0
|
|
438
438
|
Compiling stable_deref_trait v1.2.1
|
|
439
439
|
Compiling ethnum v1.5.2
|
|
440
|
-
Compiling static_assertions v1.1.0
|
|
441
440
|
Compiling num-traits v0.2.19
|
|
442
441
|
Compiling data-encoding v2.9.0
|
|
443
442
|
Compiling cfg-if v1.0.4
|
|
@@ -453,7 +452,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
453
452
|
Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
454
453
|
Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
455
454
|
Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
456
|
-
Finished `release` profile [optimized] target(s) in
|
|
455
|
+
Finished `release` profile [optimized] target(s) in 14.88s
|
|
457
456
|
ℹ️ Build Summary:
|
|
458
457
|
Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
|
|
459
458
|
Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
|
|
@@ -486,7 +485,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
486
485
|
ℹ️ 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
486
|
Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
488
487
|
Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
489
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
488
|
+
Finished `release` profile [optimized] target(s) in 1.65s
|
|
490
489
|
ℹ️ Build Summary:
|
|
491
490
|
Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
|
|
492
491
|
Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
|
|
@@ -534,7 +533,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
534
533
|
|
|
535
534
|
ℹ️ 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
535
|
Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
537
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
536
|
+
Finished `release` profile [optimized] target(s) in 0.39s
|
|
538
537
|
ℹ️ Build Summary:
|
|
539
538
|
Wasm File: target/wasm32v1-none/release/upgrader.wasm (7575 bytes)
|
|
540
539
|
Wasm Hash: 7796fed7be887c8f281a3c6e043203c0597969b65d23d5c1f9d767b62dfba062
|
|
@@ -546,7 +545,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
546
545
|
|
|
547
546
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/blocked-message-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
548
547
|
Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
549
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
548
|
+
Finished `release` profile [optimized] target(s) in 0.46s
|
|
550
549
|
ℹ️ Build Summary:
|
|
551
550
|
Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15398 bytes)
|
|
552
551
|
Wasm Hash: 0a8ee862d5fa45a3dca9c2dc8ba111b83e9ab333a78d89273ae0a111211445d1
|
|
@@ -563,7 +562,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
563
562
|
|
|
564
563
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/simple-message-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
565
564
|
Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
566
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
565
|
+
Finished `release` profile [optimized] target(s) in 0.79s
|
|
567
566
|
ℹ️ Build Summary:
|
|
568
567
|
Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
|
|
569
568
|
Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
|
|
@@ -604,7 +603,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
604
603
|
|
|
605
604
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/treasury/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
606
605
|
Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
607
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
606
|
+
Finished `release` profile [optimized] target(s) in 0.72s
|
|
608
607
|
ℹ️ Build Summary:
|
|
609
608
|
Wasm File: target/wasm32v1-none/release/treasury.wasm (29508 bytes)
|
|
610
609
|
Wasm Hash: 0eb3a9c49b66b4af26b0a95337a334b31d981a89258d0fbe0b8d7390a36fc2aa
|
|
@@ -633,92 +632,11 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
633
632
|
• zro_fee_lib
|
|
634
633
|
✅ Build Complete
|
|
635
634
|
|
|
636
|
-
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/
|
|
635
|
+
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/counter/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
637
636
|
Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
638
637
|
Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
639
|
-
Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
640
|
-
Compiling console-oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/console-oft)
|
|
641
|
-
Finished `release` profile [optimized] target(s) in 3.85s
|
|
642
|
-
ℹ️ Build Summary:
|
|
643
|
-
Wasm File: target/wasm32v1-none/release/console_oft.wasm (87246 bytes)
|
|
644
|
-
Wasm Hash: 92e33a08bef72380424f0b89febac7a3155d44dfef18306ba7622627cb7b95ba
|
|
645
|
-
Wasm Size: 87246 bytes
|
|
646
|
-
Exported Functions: 70 found
|
|
647
|
-
• __constructor
|
|
648
|
-
• accept_ownership
|
|
649
|
-
• allow_initialize_path
|
|
650
|
-
• approval_required
|
|
651
|
-
• authorizer
|
|
652
|
-
• begin_ownership_transfer
|
|
653
|
-
• checkpoint_rate_limit
|
|
654
|
-
• combine_options
|
|
655
|
-
• decimal_conversion_rate
|
|
656
|
-
• default_fee_bps
|
|
657
|
-
• default_paused
|
|
658
|
-
• endpoint
|
|
659
|
-
• enforced_options
|
|
660
|
-
• extend_instance_ttl
|
|
661
|
-
• fee_bps
|
|
662
|
-
• fee_deposit
|
|
663
|
-
• freeze_ttl_configs
|
|
664
|
-
• get_amount_before_fee
|
|
665
|
-
• get_existing_roles
|
|
666
|
-
• get_fee
|
|
667
|
-
• get_rate_limit_global_config
|
|
668
|
-
• get_rate_limit_usages
|
|
669
|
-
• get_role_admin
|
|
670
|
-
• get_role_member
|
|
671
|
-
• get_role_member_count
|
|
672
|
-
• grant_role
|
|
673
|
-
• has_role
|
|
674
|
-
• is_compose_msg_sender
|
|
675
|
-
• is_paused
|
|
676
|
-
• is_rate_limit_exemption
|
|
677
|
-
• is_ttl_configs_frozen
|
|
678
|
-
• lz_receive
|
|
679
|
-
• migrate
|
|
680
|
-
• msg_inspector
|
|
681
|
-
• next_nonce
|
|
682
|
-
• oapp_version
|
|
683
|
-
• oft_type
|
|
684
|
-
• oft_version
|
|
685
|
-
• owner
|
|
686
|
-
• pause_config
|
|
687
|
-
• peer
|
|
688
|
-
• pending_owner
|
|
689
|
-
• quote_oft
|
|
690
|
-
• quote_send
|
|
691
|
-
• rate_limits
|
|
692
|
-
• remove_role_admin
|
|
693
|
-
• renounce_ownership
|
|
694
|
-
• renounce_role
|
|
695
|
-
• revoke_role
|
|
696
|
-
• send
|
|
697
|
-
• set_default_fee_bps
|
|
698
|
-
• set_default_paused
|
|
699
|
-
• set_delegate
|
|
700
|
-
• set_enforced_options
|
|
701
|
-
• set_fee_bps
|
|
702
|
-
• set_fee_deposit
|
|
703
|
-
• set_msg_inspector
|
|
704
|
-
• set_paused
|
|
705
|
-
• set_peer
|
|
706
|
-
• set_rate_limit_config
|
|
707
|
-
• set_rate_limit_exemption
|
|
708
|
-
• set_rate_limit_global_config
|
|
709
|
-
• set_rate_limit_state
|
|
710
|
-
• set_role_admin
|
|
711
|
-
• set_ttl_configs
|
|
712
|
-
• shared_decimals
|
|
713
|
-
• token
|
|
714
|
-
• transfer_ownership
|
|
715
|
-
• ttl_configs
|
|
716
|
-
• upgrade
|
|
717
|
-
✅ Build Complete
|
|
718
|
-
|
|
719
|
-
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/counter/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
720
638
|
Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
721
|
-
Finished `release` profile [optimized] target(s) in
|
|
639
|
+
Finished `release` profile [optimized] target(s) in 2.16s
|
|
722
640
|
ℹ️ Build Summary:
|
|
723
641
|
Wasm File: target/wasm32v1-none/release/counter.wasm (52090 bytes)
|
|
724
642
|
Wasm Hash: 43eaef63b2e9e04f75e0883fd19f1f160774f520df637f68e5902ec780425a7d
|
|
@@ -776,7 +694,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
776
694
|
Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
777
695
|
Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
778
696
|
Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
779
|
-
Finished `release` profile [optimized] target(s) in
|
|
697
|
+
Finished `release` profile [optimized] target(s) in 1.89s
|
|
780
698
|
ℹ️ Build Summary:
|
|
781
699
|
Wasm File: target/wasm32v1-none/release/dvn.wasm (59983 bytes)
|
|
782
700
|
Wasm Hash: 870de1c00c6617b1110f387e299a869ed6a8e8399c5c0a4c20bc3e4ff6816ae0
|
|
@@ -839,7 +757,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
839
757
|
ℹ️ 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
|
|
840
758
|
Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
841
759
|
Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
842
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
760
|
+
Finished `release` profile [optimized] target(s) in 0.88s
|
|
843
761
|
ℹ️ Build Summary:
|
|
844
762
|
Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
|
|
845
763
|
Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
|
|
@@ -866,7 +784,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
866
784
|
|
|
867
785
|
ℹ️ 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
|
|
868
786
|
Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
869
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
787
|
+
Finished `release` profile [optimized] target(s) in 1.13s
|
|
870
788
|
ℹ️ Build Summary:
|
|
871
789
|
Wasm File: target/wasm32v1-none/release/executor.wasm (59531 bytes)
|
|
872
790
|
Wasm Hash: 8a2b3fd944612968801d015af20b843db0552affc8e79ef2775f7f21fd7f34cf
|
|
@@ -925,7 +843,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
925
843
|
|
|
926
844
|
ℹ️ 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
|
|
927
845
|
Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
928
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
846
|
+
Finished `release` profile [optimized] target(s) in 0.82s
|
|
929
847
|
ℹ️ Build Summary:
|
|
930
848
|
Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
|
|
931
849
|
Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
|
|
@@ -955,7 +873,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
955
873
|
Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
956
874
|
Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
957
875
|
Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
958
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
876
|
+
Finished `release` profile [optimized] target(s) in 1.91s
|
|
959
877
|
ℹ️ Build Summary:
|
|
960
878
|
Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25110 bytes)
|
|
961
879
|
Wasm Hash: 1c0928af078a4a9beff5e04647240b9fecca7a805b751c803f96ff92f75b9a08
|
|
@@ -970,7 +888,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
970
888
|
|
|
971
889
|
ℹ️ 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
|
|
972
890
|
Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
973
|
-
Finished `release` profile [optimized] target(s) in
|
|
891
|
+
Finished `release` profile [optimized] target(s) in 1.58s
|
|
974
892
|
ℹ️ Build Summary:
|
|
975
893
|
Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
|
|
976
894
|
Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
|
|
@@ -1009,12 +927,13 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1009
927
|
✅ Build Complete
|
|
1010
928
|
|
|
1011
929
|
ℹ️ 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
|
|
930
|
+
Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
1012
931
|
Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
1013
|
-
Finished `release` profile [optimized] target(s) in
|
|
932
|
+
Finished `release` profile [optimized] target(s) in 3.09s
|
|
1014
933
|
ℹ️ Build Summary:
|
|
1015
|
-
Wasm File: target/wasm32v1-none/release/oft.wasm (
|
|
1016
|
-
Wasm Hash:
|
|
1017
|
-
Wasm Size:
|
|
934
|
+
Wasm File: target/wasm32v1-none/release/oft.wasm (78174 bytes)
|
|
935
|
+
Wasm Hash: 3e612f54cad802dd02eaf63d481f189ca658c6d761837cde79600406ae8c1f47
|
|
936
|
+
Wasm Size: 78174 bytes
|
|
1018
937
|
Exported Functions: 61 found
|
|
1019
938
|
• __constructor
|
|
1020
939
|
• accept_ownership
|
|
@@ -1081,7 +1000,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1081
1000
|
|
|
1082
1001
|
ℹ️ 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
|
|
1083
1002
|
Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
1084
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
1003
|
+
Finished `release` profile [optimized] target(s) in 0.91s
|
|
1085
1004
|
ℹ️ Build Summary:
|
|
1086
1005
|
Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
|
|
1087
1006
|
Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
|
|
@@ -1117,7 +1036,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1117
1036
|
• underlying_sac
|
|
1118
1037
|
✅ Build Complete
|
|
1119
1038
|
|
|
1120
|
-
⏱️ stellar contract build:
|
|
1039
|
+
⏱️ stellar contract build: 1:54.866 (m:ss.mmm)
|
|
1121
1040
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
1122
1041
|
|
|
1123
1042
|
> @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
|
|
@@ -1128,7 +1047,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1128
1047
|
🔧 User volumes override 1 default volume(s)
|
|
1129
1048
|
✅ stellar-25.1.0 (Latest stable release)
|
|
1130
1049
|
🔧 stellar version: 25.1.0
|
|
1131
|
-
(node:
|
|
1050
|
+
(node:88208) [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.
|
|
1132
1051
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
1133
1052
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
1134
1053
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -1147,7 +1066,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
|
1147
1066
|
|
|
1148
1067
|
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
1149
1068
|
|
|
1150
|
-
⏱️ 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:
|
|
1069
|
+
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 1.431s
|
|
1151
1070
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
1152
1071
|
📦 Using 4 default cache volume(s) for stellar
|
|
1153
1072
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -1160,46 +1079,46 @@ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws
|
|
|
1160
1079
|
$ 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_1 bash -c $'cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml'
|
|
1161
1080
|
Updating crates.io index
|
|
1162
1081
|
Downloading crates ...
|
|
1163
|
-
Downloaded schemars v1.2.1
|
|
1164
|
-
Downloaded digest v0.9.0
|
|
1165
1082
|
Downloaded crypto-common v0.1.7
|
|
1166
|
-
Downloaded anyhow v1.0.102
|
|
1167
|
-
Downloaded generic-array v0.14.7
|
|
1168
|
-
Downloaded opaque-debug v0.3.1
|
|
1169
|
-
Downloaded serde_spanned v0.6.9
|
|
1170
|
-
Downloaded toml_datetime v0.6.11
|
|
1171
|
-
Downloaded toml_write v0.1.2
|
|
1172
1083
|
Downloaded heck v0.4.1
|
|
1173
1084
|
Downloaded sha2 v0.9.9
|
|
1085
|
+
Downloaded num-conv v0.2.0
|
|
1086
|
+
Downloaded hashbrown v0.16.1
|
|
1087
|
+
Downloaded deranged v0.5.8
|
|
1088
|
+
Downloaded indexmap v2.13.0
|
|
1089
|
+
Downloaded iana-time-zone v0.1.65
|
|
1090
|
+
Downloaded soroban-spec-typescript v25.1.0
|
|
1091
|
+
Downloaded toml_write v0.1.2
|
|
1092
|
+
Downloaded toml_datetime v0.6.11
|
|
1093
|
+
Downloaded generic-array v0.14.7
|
|
1094
|
+
Downloaded digest v0.9.0
|
|
1174
1095
|
Downloaded time-core v0.1.8
|
|
1175
|
-
Downloaded zmij v1.0.21
|
|
1176
1096
|
Downloaded time-macros v0.2.27
|
|
1177
|
-
Downloaded serde_with_macros v3.17.0
|
|
1178
1097
|
Downloaded toml v0.8.23
|
|
1179
|
-
Downloaded
|
|
1098
|
+
Downloaded zmij v1.0.21
|
|
1099
|
+
Downloaded quote v1.0.44
|
|
1180
1100
|
Downloaded unicode-ident v1.0.24
|
|
1181
1101
|
Downloaded proc-macro2 v1.0.106
|
|
1182
1102
|
Downloaded toml_edit v0.22.27
|
|
1183
|
-
Downloaded
|
|
1184
|
-
Downloaded
|
|
1103
|
+
Downloaded serde_with_macros v3.17.0
|
|
1104
|
+
Downloaded itoa v1.0.17
|
|
1105
|
+
Downloaded schemars v1.2.1
|
|
1185
1106
|
Downloaded memchr v2.8.0
|
|
1186
|
-
Downloaded
|
|
1187
|
-
Downloaded
|
|
1188
|
-
Downloaded
|
|
1189
|
-
Downloaded hashbrown v0.16.1
|
|
1190
|
-
Downloaded serde_json v1.0.149
|
|
1107
|
+
Downloaded data-encoding v2.10.0
|
|
1108
|
+
Downloaded opaque-debug v0.3.1
|
|
1109
|
+
Downloaded include_dir v0.7.4
|
|
1191
1110
|
Downloaded winnow v0.7.14
|
|
1192
|
-
Downloaded time v0.3.47
|
|
1193
1111
|
Downloaded serde_with v3.17.0
|
|
1194
|
-
Downloaded
|
|
1195
|
-
Downloaded
|
|
1112
|
+
Downloaded glob v0.3.3
|
|
1113
|
+
Downloaded serde_spanned v0.6.9
|
|
1114
|
+
Downloaded time v0.3.47
|
|
1196
1115
|
Downloaded syn v2.0.117
|
|
1197
|
-
Downloaded
|
|
1198
|
-
Downloaded
|
|
1199
|
-
Downloaded num-conv v0.2.0
|
|
1116
|
+
Downloaded chrono v0.4.44
|
|
1117
|
+
Downloaded serde_json v1.0.149
|
|
1200
1118
|
Downloaded include_dir_macros v0.7.4
|
|
1119
|
+
Downloaded anyhow v1.0.102
|
|
1120
|
+
Downloaded base64 v0.21.7
|
|
1201
1121
|
Downloaded block-buffer v0.9.0
|
|
1202
|
-
Downloaded deranged v0.5.8
|
|
1203
1122
|
Compiling unicode-ident v1.0.24
|
|
1204
1123
|
Compiling proc-macro2 v1.0.106
|
|
1205
1124
|
Compiling quote v1.0.44
|
|
@@ -1207,60 +1126,60 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1207
1126
|
Compiling serde_json v1.0.149
|
|
1208
1127
|
Compiling serde_core v1.0.228
|
|
1209
1128
|
Compiling version_check v0.9.5
|
|
1210
|
-
Compiling typenum v1.19.0
|
|
1211
|
-
Compiling memchr v2.8.0
|
|
1212
1129
|
Compiling itoa v1.0.17
|
|
1130
|
+
Compiling memchr v2.8.0
|
|
1131
|
+
Compiling typenum v1.19.0
|
|
1213
1132
|
Compiling serde v1.0.228
|
|
1214
1133
|
Compiling fnv v1.0.7
|
|
1215
1134
|
Compiling ident_case v1.0.1
|
|
1216
1135
|
Compiling strsim v0.11.1
|
|
1217
|
-
Compiling hashbrown v0.16.1
|
|
1218
1136
|
Compiling schemars v0.8.22
|
|
1137
|
+
Compiling hashbrown v0.16.1
|
|
1219
1138
|
Compiling equivalent v1.0.2
|
|
1220
|
-
Compiling cfg-if v1.0.4
|
|
1221
|
-
Compiling cpufeatures v0.2.17
|
|
1222
1139
|
Compiling dyn-clone v1.0.20
|
|
1140
|
+
Compiling cpufeatures v0.2.17
|
|
1141
|
+
Compiling cfg-if v1.0.4
|
|
1223
1142
|
Compiling thiserror v1.0.69
|
|
1224
1143
|
Compiling data-encoding v2.10.0
|
|
1225
|
-
Compiling
|
|
1144
|
+
Compiling generic-array v0.14.7
|
|
1226
1145
|
Compiling semver v1.0.27
|
|
1146
|
+
Compiling prettyplease v0.2.37
|
|
1227
1147
|
Compiling ethnum v1.5.2
|
|
1228
|
-
Compiling generic-array v0.14.7
|
|
1229
1148
|
Compiling base64 v0.22.1
|
|
1230
1149
|
Compiling escape-bytes v0.1.1
|
|
1150
|
+
Compiling either v1.15.0
|
|
1151
|
+
Compiling toml_write v0.1.2
|
|
1152
|
+
Compiling winnow v0.7.14
|
|
1231
1153
|
Compiling anyhow v1.0.102
|
|
1232
1154
|
Compiling glob v0.3.3
|
|
1233
|
-
Compiling either v1.15.0
|
|
1234
1155
|
Compiling opaque-debug v0.3.1
|
|
1235
|
-
Compiling
|
|
1236
|
-
Compiling toml_write v0.1.2
|
|
1156
|
+
Compiling itertools v0.10.5
|
|
1237
1157
|
Compiling base64 v0.21.7
|
|
1238
1158
|
Compiling heck v0.4.1
|
|
1239
1159
|
Compiling indexmap v2.13.0
|
|
1240
|
-
Compiling itertools v0.10.5
|
|
1241
1160
|
Compiling syn v2.0.117
|
|
1242
1161
|
Compiling include_dir_macros v0.7.4
|
|
1243
|
-
Compiling wasmparser v0.116.1
|
|
1244
|
-
Compiling include_dir v0.7.4
|
|
1245
|
-
Compiling crypto-common v0.1.7
|
|
1246
1162
|
Compiling block-buffer v0.10.4
|
|
1163
|
+
Compiling crypto-common v0.1.7
|
|
1247
1164
|
Compiling block-buffer v0.9.0
|
|
1248
1165
|
Compiling digest v0.9.0
|
|
1249
1166
|
Compiling digest v0.10.7
|
|
1167
|
+
Compiling include_dir v0.7.4
|
|
1250
1168
|
Compiling sha2 v0.9.9
|
|
1251
1169
|
Compiling sha2 v0.10.9
|
|
1170
|
+
Compiling wasmparser v0.116.1
|
|
1252
1171
|
Compiling darling_core v0.21.3
|
|
1253
1172
|
Compiling serde_derive v1.0.228
|
|
1254
|
-
Compiling thiserror-impl v1.0.69
|
|
1255
1173
|
Compiling cfg_eval v0.1.2
|
|
1174
|
+
Compiling thiserror-impl v1.0.69
|
|
1256
1175
|
Compiling crate-git-revision v0.0.6
|
|
1176
|
+
Compiling darling_macro v0.21.3
|
|
1257
1177
|
Compiling stellar-strkey v0.0.13
|
|
1258
1178
|
Compiling stellar-xdr v25.0.0
|
|
1259
|
-
Compiling
|
|
1179
|
+
Compiling darling v0.21.3
|
|
1260
1180
|
Compiling hex v0.4.3
|
|
1261
|
-
Compiling serde_spanned v0.6.9
|
|
1262
1181
|
Compiling toml_datetime v0.6.11
|
|
1263
|
-
Compiling
|
|
1182
|
+
Compiling serde_spanned v0.6.9
|
|
1264
1183
|
Compiling serde_with_macros v3.17.0
|
|
1265
1184
|
Compiling toml_edit v0.22.27
|
|
1266
1185
|
Compiling serde_with v3.17.0
|
|
@@ -1268,7 +1187,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
1268
1187
|
Compiling soroban-spec v25.1.1
|
|
1269
1188
|
Compiling soroban-spec-typescript v25.1.0
|
|
1270
1189
|
Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
|
|
1271
|
-
Finished `dev` profile [unoptimized + debuginfo] target(s) in
|
|
1190
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.42s
|
|
1272
1191
|
Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
|
|
1273
1192
|
Generating TypeScript bindings for 16 contract(s)...
|
|
1274
1193
|
|
|
@@ -1353,7 +1272,7 @@ Processing contract: counter
|
|
|
1353
1272
|
Processing contract: oft
|
|
1354
1273
|
WASM: target/wasm32v1-none/release/oft.wasm
|
|
1355
1274
|
Output: sdk/src/generated/oft.ts
|
|
1356
|
-
WASM size:
|
|
1275
|
+
WASM size: 78174 bytes (76.34 KB)
|
|
1357
1276
|
Generating bindings...
|
|
1358
1277
|
Generated: sdk/src/generated/oft.ts
|
|
1359
1278
|
Processing contract: sac_manager
|
|
@@ -1388,4 +1307,4 @@ Generated files in sdk/src/generated:
|
|
|
1388
1307
|
- oft.ts
|
|
1389
1308
|
- sac_manager.ts
|
|
1390
1309
|
- layerzero_view.ts
|
|
1391
|
-
⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 1:
|
|
1310
|
+
⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 1:01.386 (m:ss.mmm)
|