@layerzerolabs/protocol-stellar-v2 0.2.45 → 0.2.47
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 +350 -84
- package/.turbo/turbo-lint.log +243 -72
- package/.turbo/turbo-test.log +1739 -2006
- package/contracts/common-macros/src/lib.rs +17 -1
- package/contracts/macro-integration-tests/tests/runtime/oapp/mod.rs +3 -3
- package/contracts/oapps/counter/src/tests/mod.rs +2 -2
- package/contracts/oapps/oapp/src/oapp_core.rs +5 -5
- package/contracts/oapps/oapp/src/oapp_options_type3.rs +3 -3
- package/contracts/oapps/oapp/src/tests/mod.rs +3 -3
- package/contracts/oapps/oft/integration-tests/setup.rs +2 -2
- package/contracts/oapps/oft/integration-tests/utils.rs +10 -10
- package/contracts/oapps/oft/src/extensions/oft_fee.rs +7 -7
- package/contracts/oapps/oft/src/extensions/rate_limiter.rs +4 -4
- package/contracts/oapps/oft/src/tests/extensions/oft_fee.rs +3 -3
- package/contracts/oapps/oft/src/tests/extensions/rate_limiter.rs +3 -3
- package/contracts/oapps/oft-core/integration-tests/setup.rs +4 -4
- package/contracts/oapps/oft-core/src/oft_core.rs +4 -4
- package/contracts/oapps/oft-core/src/tests/test_msg_inspector.rs +3 -3
- package/contracts/oapps/oft-core/src/tests/test_utils.rs +4 -4
- package/contracts/workers/dvn/src/tests/dvn.rs +4 -0
- package/contracts/workers/dvn-fee-lib/src/dvn_fee_lib.rs +4 -0
- package/contracts/workers/fee-lib-interfaces/src/dvn_fee_lib.rs +6 -0
- package/contracts/workers/price-feed/src/price_feed.rs +17 -28
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +299 -312
- package/sdk/dist/generated/counter.d.ts +6 -6
- package/sdk/dist/generated/counter.js +6 -6
- package/sdk/dist/generated/dvn_fee_lib.d.ts +8 -3
- package/sdk/dist/generated/dvn_fee_lib.js +5 -3
- package/sdk/dist/generated/oft.d.ts +12 -12
- package/sdk/dist/generated/oft.js +11 -11
- package/sdk/dist/generated/price_feed.d.ts +3 -3
- package/sdk/dist/generated/price_feed.js +3 -3
- package/sdk/package.json +1 -1
- package/sdk/test/counter-sml.test.ts +4 -4
- package/sdk/test/counter-uln.test.ts +4 -4
- package/sdk/test/oft-sml.test.ts +5 -5
package/.turbo/turbo-lint.log
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
🔧 User volumes override 1 default volume(s)
|
|
8
8
|
✅ stellar-25.1.0 (Latest stable release)
|
|
9
9
|
🔧 stellar version: 25.1.0
|
|
10
|
-
(node:
|
|
10
|
+
(node:48520) [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.
|
|
11
11
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
12
12
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
13
13
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -17,8 +17,8 @@ Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazon
|
|
|
17
17
|
📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
18
18
|
$ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
19
19
|
stellar_25.1.0: Pulling from layerzerolabs/stellar-tooling
|
|
20
|
-
f6bd9104d248:
|
|
21
|
-
4617420e017b:
|
|
20
|
+
f6bd9104d248: Pulling fs layer
|
|
21
|
+
4617420e017b: Pulling fs layer
|
|
22
22
|
beaaf8a7146e: Pulling fs layer
|
|
23
23
|
3e1d87a413fa: Pulling fs layer
|
|
24
24
|
a0f6971ecbd3: Pulling fs layer
|
|
@@ -30,36 +30,41 @@ efd28cb7ba78: Pulling fs layer
|
|
|
30
30
|
14f775f5d67b: Pulling fs layer
|
|
31
31
|
3f562c99cbe3: Pulling fs layer
|
|
32
32
|
5fa3a944df97: Pulling fs layer
|
|
33
|
+
a0f6971ecbd3: Waiting
|
|
33
34
|
92a1b3d31b96: Waiting
|
|
34
35
|
fb456ca5475e: Waiting
|
|
35
36
|
2c1ce468d9f3: Waiting
|
|
36
37
|
963aa7b66e91: Waiting
|
|
38
|
+
5fa3a944df97: Waiting
|
|
39
|
+
3f562c99cbe3: Waiting
|
|
37
40
|
efd28cb7ba78: Waiting
|
|
38
41
|
14f775f5d67b: Waiting
|
|
39
|
-
|
|
40
|
-
|
|
42
|
+
f6bd9104d248: Verifying Checksum
|
|
43
|
+
f6bd9104d248: Download complete
|
|
44
|
+
f6bd9104d248: Pull complete
|
|
41
45
|
3e1d87a413fa: Verifying Checksum
|
|
42
46
|
3e1d87a413fa: Download complete
|
|
43
47
|
a0f6971ecbd3: Verifying Checksum
|
|
44
48
|
a0f6971ecbd3: Download complete
|
|
45
|
-
|
|
46
|
-
|
|
49
|
+
4617420e017b: Verifying Checksum
|
|
50
|
+
4617420e017b: Download complete
|
|
51
|
+
beaaf8a7146e: Verifying Checksum
|
|
52
|
+
beaaf8a7146e: Download complete
|
|
47
53
|
2c1ce468d9f3: Verifying Checksum
|
|
48
54
|
2c1ce468d9f3: Download complete
|
|
55
|
+
92a1b3d31b96: Verifying Checksum
|
|
56
|
+
92a1b3d31b96: Download complete
|
|
49
57
|
fb456ca5475e: Verifying Checksum
|
|
50
58
|
fb456ca5475e: Download complete
|
|
51
|
-
efd28cb7ba78: Verifying Checksum
|
|
52
59
|
efd28cb7ba78: Download complete
|
|
53
60
|
14f775f5d67b: Verifying Checksum
|
|
54
61
|
14f775f5d67b: Download complete
|
|
62
|
+
3f562c99cbe3: Download complete
|
|
55
63
|
963aa7b66e91: Verifying Checksum
|
|
56
64
|
963aa7b66e91: Download complete
|
|
57
65
|
5fa3a944df97: Verifying Checksum
|
|
58
66
|
5fa3a944df97: Download complete
|
|
59
|
-
|
|
60
|
-
3f562c99cbe3: Download complete
|
|
61
|
-
beaaf8a7146e: Verifying Checksum
|
|
62
|
-
beaaf8a7146e: Download complete
|
|
67
|
+
4617420e017b: Pull complete
|
|
63
68
|
beaaf8a7146e: Pull complete
|
|
64
69
|
3e1d87a413fa: Pull complete
|
|
65
70
|
a0f6971ecbd3: Pull complete
|
|
@@ -82,14 +87,26 @@ Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/
|
|
|
82
87
|
$ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-rustup:/cache/rustup -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy'
|
|
83
88
|
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
84
89
|
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
|
|
85
|
-
info: component '
|
|
86
|
-
info: component '
|
|
87
|
-
info: component '
|
|
90
|
+
info: downloading component 'cargo'
|
|
91
|
+
info: downloading component 'clippy'
|
|
92
|
+
info: downloading component 'rust-docs'
|
|
93
|
+
info: downloading component 'rust-std' for 'wasm32v1-none'
|
|
94
|
+
info: downloading component 'rust-std'
|
|
95
|
+
info: downloading component 'rustc'
|
|
96
|
+
info: downloading component 'rustfmt'
|
|
97
|
+
info: installing component 'cargo'
|
|
98
|
+
info: installing component 'clippy'
|
|
99
|
+
info: installing component 'rust-docs'
|
|
100
|
+
info: installing component 'rust-std' for 'wasm32v1-none'
|
|
101
|
+
info: installing component 'rust-std'
|
|
102
|
+
info: installing component 'rustc'
|
|
103
|
+
info: installing component 'rustfmt'
|
|
88
104
|
|
|
89
|
-
1.90.0-x86_64-unknown-linux-gnu
|
|
105
|
+
1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
90
106
|
|
|
107
|
+
info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
|
|
91
108
|
info: checking for self-update
|
|
92
|
-
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy:
|
|
109
|
+
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy: 14.143s
|
|
93
110
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
94
111
|
📦 Using 4 default cache volume(s) for stellar
|
|
95
112
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -101,14 +118,168 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
|
|
|
101
118
|
🌍 Using 5 default environment variable(s) for stellar
|
|
102
119
|
📜 Executing custom script: cargo clippy -- -D warnings
|
|
103
120
|
$ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v lz-tooling-cache-stellar-rustup:/cache/rustup -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'cargo clippy -- -D warnings'
|
|
104
|
-
Blocking waiting for file lock on package cache
|
|
105
121
|
Updating crates.io index
|
|
106
122
|
Blocking waiting for file lock on package cache
|
|
107
123
|
Blocking waiting for file lock on package cache
|
|
108
124
|
Downloading crates ...
|
|
109
|
-
Downloaded
|
|
125
|
+
Downloaded ahash v0.8.12
|
|
126
|
+
Downloaded ark-ff-asm v0.4.2
|
|
127
|
+
Downloaded ark-bn254 v0.4.0
|
|
128
|
+
Downloaded ark-ff-macros v0.4.2
|
|
129
|
+
Downloaded ctor v0.5.0
|
|
130
|
+
Downloaded crypto-common v0.1.6
|
|
131
|
+
Downloaded rustc_version v0.4.1
|
|
132
|
+
Downloaded cpufeatures v0.2.17
|
|
133
|
+
Downloaded rand_core v0.6.4
|
|
134
|
+
Downloaded crate-git-revision v0.0.6
|
|
135
|
+
Downloaded heck v0.5.0
|
|
136
|
+
Downloaded equivalent v1.0.2
|
|
137
|
+
Downloaded darling_macro v0.21.3
|
|
138
|
+
Downloaded rfc6979 v0.4.0
|
|
139
|
+
Downloaded semver v1.0.27
|
|
140
|
+
Downloaded hash32 v0.3.1
|
|
141
|
+
Downloaded dtor-proc-macro v0.0.6
|
|
142
|
+
Downloaded itoa v1.0.15
|
|
143
|
+
Downloaded sec1 v0.7.3
|
|
144
|
+
Downloaded indexmap-nostd v0.4.0
|
|
145
|
+
Downloaded ref-cast-impl v1.0.25
|
|
146
|
+
Downloaded ppv-lite86 v0.2.21
|
|
147
|
+
Downloaded either v1.15.0
|
|
148
|
+
Downloaded ryu v1.0.20
|
|
149
|
+
Downloaded time-core v0.1.6
|
|
150
|
+
Downloaded prettyplease v0.2.37
|
|
151
|
+
Downloaded zeroize_derive v1.4.2
|
|
152
|
+
Downloaded num-bigint v0.4.6
|
|
153
|
+
Downloaded wasmi_arena v0.4.1
|
|
154
|
+
Downloaded hashbrown v0.16.0
|
|
155
|
+
Downloaded version_check v0.9.5
|
|
156
|
+
Downloaded zeroize v1.8.2
|
|
157
|
+
Downloaded itertools v0.14.0
|
|
158
|
+
Downloaded soroban-spec-rust v25.1.1
|
|
159
|
+
Downloaded static_assertions v1.1.0
|
|
160
|
+
Downloaded spin v0.9.8
|
|
110
161
|
Downloaded unicode-ident v1.0.22
|
|
162
|
+
Downloaded stellar-strkey v0.0.13
|
|
163
|
+
Downloaded stellar-strkey v0.0.16
|
|
164
|
+
Downloaded soroban-env-common v25.0.1
|
|
111
165
|
Downloaded schemars v1.0.5
|
|
166
|
+
Downloaded typenum v1.19.0
|
|
167
|
+
Downloaded serde v1.0.228
|
|
168
|
+
Downloaded wasmparser-nostd v0.100.2
|
|
169
|
+
Downloaded time v0.3.44
|
|
170
|
+
Downloaded soroban-sdk v25.1.1
|
|
171
|
+
Downloaded wasmparser v0.116.1
|
|
172
|
+
Downloaded serde_with v3.15.1
|
|
173
|
+
Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
|
|
174
|
+
Downloaded zerocopy v0.8.27
|
|
175
|
+
Downloaded syn v1.0.109
|
|
176
|
+
Downloaded serde_json v1.0.145
|
|
177
|
+
Downloaded syn v2.0.108
|
|
178
|
+
Downloaded ark-bls12-381 v0.4.0
|
|
179
|
+
Downloaded serde_derive v1.0.228
|
|
180
|
+
Downloaded serde_core v1.0.228
|
|
181
|
+
Downloaded schemars v0.9.0
|
|
182
|
+
Downloaded curve25519-dalek v4.1.3
|
|
183
|
+
Downloaded soroban-sdk-macros v25.1.1
|
|
184
|
+
Downloaded smallvec v1.15.1
|
|
185
|
+
Downloaded serde_with_macros v3.15.1
|
|
186
|
+
Downloaded chrono v0.4.42
|
|
187
|
+
Downloaded soroban-ledger-snapshot v25.1.1
|
|
188
|
+
Downloaded libc v0.2.177
|
|
189
|
+
Downloaded soroban-env-macros v25.0.1
|
|
190
|
+
Downloaded wasmi_core v0.13.0
|
|
191
|
+
Downloaded visibility v0.1.1
|
|
192
|
+
Downloaded time-macros v0.2.24
|
|
193
|
+
Downloaded thiserror-impl v1.0.69
|
|
194
|
+
Downloaded soroban-env-host v25.0.1
|
|
195
|
+
Downloaded thiserror v1.0.69
|
|
196
|
+
Downloaded spki v0.7.3
|
|
197
|
+
Downloaded schemars v0.8.22
|
|
198
|
+
Downloaded libm v0.2.15
|
|
199
|
+
Downloaded sha2 v0.10.9
|
|
200
|
+
Downloaded itertools v0.10.5
|
|
201
|
+
Downloaded hashbrown v0.12.3
|
|
202
|
+
Downloaded ed25519-dalek v2.2.0
|
|
203
|
+
Downloaded k256 v0.13.4
|
|
204
|
+
Downloaded indexmap v2.12.0
|
|
205
|
+
Downloaded hashbrown v0.13.2
|
|
206
|
+
Downloaded stable_deref_trait v1.2.1
|
|
207
|
+
Downloaded soroban-spec v25.1.1
|
|
208
|
+
Downloaded sha3 v0.10.8
|
|
209
|
+
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
210
|
+
Downloaded signature v2.2.0
|
|
211
|
+
Downloaded rand v0.8.5
|
|
212
|
+
Downloaded memchr v2.7.6
|
|
213
|
+
Downloaded heapless v0.8.0
|
|
214
|
+
Downloaded der v0.7.10
|
|
215
|
+
Downloaded darling_core v0.21.3
|
|
216
|
+
Downloaded darling_core v0.20.11
|
|
217
|
+
Downloaded crypto-bigint v0.5.5
|
|
218
|
+
Downloaded p256 v0.13.2
|
|
219
|
+
Downloaded indexmap v1.9.3
|
|
220
|
+
Downloaded hmac v0.12.1
|
|
221
|
+
Downloaded ethnum v1.5.2
|
|
222
|
+
Downloaded elliptic-curve v0.13.8
|
|
223
|
+
Downloaded darling v0.21.3
|
|
224
|
+
Downloaded base64 v0.22.1
|
|
225
|
+
Downloaded ark-ff v0.4.2
|
|
226
|
+
Downloaded subtle v2.6.1
|
|
227
|
+
Downloaded strsim v0.11.1
|
|
228
|
+
Downloaded proc-macro2 v1.0.103
|
|
229
|
+
Downloaded primeorder v0.13.6
|
|
230
|
+
Downloaded once_cell v1.21.3
|
|
231
|
+
Downloaded num-traits v0.2.19
|
|
232
|
+
Downloaded iana-time-zone v0.1.64
|
|
233
|
+
Downloaded getrandom v0.2.16
|
|
234
|
+
Downloaded derivative v2.2.0
|
|
235
|
+
Downloaded darling v0.20.11
|
|
236
|
+
Downloaded rand_chacha v0.3.1
|
|
237
|
+
Downloaded group v0.13.0
|
|
238
|
+
Downloaded autocfg v1.5.0
|
|
239
|
+
Downloaded const-oid v0.9.6
|
|
240
|
+
Downloaded byteorder v1.5.0
|
|
241
|
+
Downloaded ark-std v0.4.0
|
|
242
|
+
Downloaded ark-ec v0.4.2
|
|
243
|
+
Downloaded pkcs8 v0.10.2
|
|
244
|
+
Downloaded paste v1.0.15
|
|
245
|
+
Downloaded num-integer v0.1.46
|
|
246
|
+
Downloaded generic-array v0.14.9
|
|
247
|
+
Downloaded ff v0.13.1
|
|
248
|
+
Downloaded ed25519 v2.2.3
|
|
249
|
+
Downloaded ecdsa v0.16.9
|
|
250
|
+
Downloaded digest v0.10.7
|
|
251
|
+
Downloaded deranged v0.5.5
|
|
252
|
+
Downloaded data-encoding v2.9.0
|
|
253
|
+
Downloaded ref-cast v1.0.25
|
|
254
|
+
Downloaded quote v1.0.41
|
|
255
|
+
Downloaded num-derive v0.4.2
|
|
256
|
+
Downloaded num-conv v0.1.0
|
|
257
|
+
Downloaded macro-string v0.1.4
|
|
258
|
+
Downloaded escape-bytes v0.1.1
|
|
259
|
+
Downloaded ark-serialize-derive v0.4.2
|
|
260
|
+
Downloaded fnv v1.0.7
|
|
261
|
+
Downloaded cfg-if v1.0.4
|
|
262
|
+
Downloaded block-buffer v0.10.4
|
|
263
|
+
Downloaded base16ct v0.2.0
|
|
264
|
+
Downloaded bytes-lit v0.0.5
|
|
265
|
+
Downloaded ark-poly v0.4.2
|
|
266
|
+
Downloaded arbitrary v1.3.2
|
|
267
|
+
Downloaded hex-literal v0.4.1
|
|
268
|
+
Downloaded hex v0.4.3
|
|
269
|
+
Downloaded dyn-clone v1.0.20
|
|
270
|
+
Downloaded base64ct v1.8.0
|
|
271
|
+
Downloaded derive_arbitrary v1.3.2
|
|
272
|
+
Downloaded darling_macro v0.20.11
|
|
273
|
+
Downloaded powerfmt v0.2.0
|
|
274
|
+
Downloaded keccak v0.1.5
|
|
275
|
+
Downloaded ident_case v1.0.1
|
|
276
|
+
Downloaded dtor v0.1.1
|
|
277
|
+
Downloaded downcast-rs v1.2.1
|
|
278
|
+
Downloaded curve25519-dalek-derive v0.1.1
|
|
279
|
+
Downloaded ctor-proc-macro v0.0.6
|
|
280
|
+
Downloaded cfg_eval v0.1.2
|
|
281
|
+
Downloaded ark-serialize v0.4.2
|
|
282
|
+
Downloaded stellar-xdr v25.0.0
|
|
112
283
|
Blocking waiting for file lock on package cache
|
|
113
284
|
Compiling proc-macro2 v1.0.103
|
|
114
285
|
Compiling quote v1.0.41
|
|
@@ -118,16 +289,16 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
118
289
|
Compiling serde_core v1.0.228
|
|
119
290
|
Compiling serde v1.0.228
|
|
120
291
|
Compiling serde_json v1.0.145
|
|
121
|
-
Compiling itoa v1.0.15
|
|
122
|
-
Compiling ryu v1.0.20
|
|
123
292
|
Compiling memchr v2.7.6
|
|
293
|
+
Compiling ryu v1.0.20
|
|
294
|
+
Compiling itoa v1.0.15
|
|
124
295
|
Checking cfg-if v1.0.4
|
|
125
296
|
Checking subtle v2.6.1
|
|
126
297
|
Compiling autocfg v1.5.0
|
|
127
298
|
Compiling libc v0.2.177
|
|
128
299
|
Checking const-oid v0.9.6
|
|
129
|
-
Compiling ident_case v1.0.1
|
|
130
300
|
Compiling strsim v0.11.1
|
|
301
|
+
Compiling ident_case v1.0.1
|
|
131
302
|
Compiling fnv v1.0.7
|
|
132
303
|
Compiling zerocopy v0.8.27
|
|
133
304
|
Compiling syn v1.0.109
|
|
@@ -135,65 +306,65 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
135
306
|
Compiling schemars v0.8.22
|
|
136
307
|
Compiling paste v1.0.15
|
|
137
308
|
Compiling dyn-clone v1.0.20
|
|
138
|
-
Compiling data-encoding v2.9.0
|
|
139
309
|
Compiling either v1.15.0
|
|
140
310
|
Compiling cpufeatures v0.2.17
|
|
141
|
-
Compiling
|
|
142
|
-
Compiling escape-bytes v0.1.1
|
|
311
|
+
Compiling num-traits v0.2.19
|
|
143
312
|
Compiling generic-array v0.14.9
|
|
313
|
+
Compiling data-encoding v2.9.0
|
|
144
314
|
Compiling ahash v0.8.12
|
|
145
|
-
Compiling
|
|
315
|
+
Compiling escape-bytes v0.1.1
|
|
316
|
+
Compiling ethnum v1.5.2
|
|
146
317
|
Compiling rustc_version v0.4.1
|
|
147
|
-
Checking once_cell v1.21.3
|
|
148
318
|
Checking base16ct v0.2.0
|
|
319
|
+
Checking once_cell v1.21.3
|
|
149
320
|
Compiling itertools v0.10.5
|
|
150
321
|
Compiling libm v0.2.15
|
|
151
322
|
Compiling equivalent v1.0.2
|
|
152
|
-
Compiling thiserror v1.0.69
|
|
153
323
|
Compiling hashbrown v0.16.0
|
|
154
|
-
|
|
155
|
-
Checking indexmap-nostd v0.4.0
|
|
324
|
+
Compiling thiserror v1.0.69
|
|
156
325
|
Compiling curve25519-dalek v4.1.3
|
|
157
326
|
Checking getrandom v0.2.16
|
|
158
|
-
|
|
327
|
+
Compiling block-buffer v0.10.4
|
|
328
|
+
Compiling crypto-common v0.1.6
|
|
329
|
+
Checking num-integer v0.1.46
|
|
330
|
+
Checking indexmap-nostd v0.4.0
|
|
159
331
|
Compiling prettyplease v0.2.37
|
|
332
|
+
Checking downcast-rs v1.2.1
|
|
333
|
+
Compiling digest v0.10.7
|
|
160
334
|
Checking num-bigint v0.4.6
|
|
161
335
|
Checking rand_core v0.6.4
|
|
162
|
-
Checking wasmparser-nostd v0.100.2
|
|
163
|
-
Compiling base64 v0.22.1
|
|
164
|
-
Checking ff v0.13.1
|
|
165
336
|
Compiling indexmap v2.12.0
|
|
337
|
+
Checking wasmparser-nostd v0.100.2
|
|
166
338
|
Checking ppv-lite86 v0.2.21
|
|
339
|
+
Checking base64 v0.22.1
|
|
340
|
+
Compiling sha2 v0.10.9
|
|
341
|
+
Checking ff v0.13.1
|
|
167
342
|
Checking wasmi_core v0.13.0
|
|
168
|
-
Checking byteorder v1.5.0
|
|
169
|
-
Compiling block-buffer v0.10.4
|
|
170
|
-
Compiling crypto-common v0.1.6
|
|
171
|
-
Checking group v0.13.0
|
|
172
|
-
Compiling syn v2.0.108
|
|
173
343
|
Checking hashbrown v0.13.2
|
|
174
|
-
Checking rand_chacha v0.3.1
|
|
175
|
-
Compiling digest v0.10.7
|
|
176
|
-
Checking smallvec v1.15.1
|
|
177
344
|
Checking hex v0.4.3
|
|
178
|
-
Checking
|
|
179
|
-
Compiling sha2 v0.10.9
|
|
180
|
-
Checking spin v0.9.8
|
|
181
|
-
Compiling wasmparser v0.116.1
|
|
182
|
-
Compiling heapless v0.8.0
|
|
345
|
+
Checking group v0.13.0
|
|
183
346
|
Checking wasmi_arena v0.4.1
|
|
347
|
+
Checking smallvec v1.15.1
|
|
348
|
+
Compiling heapless v0.8.0
|
|
349
|
+
Checking rand_chacha v0.3.1
|
|
350
|
+
Checking byteorder v1.5.0
|
|
351
|
+
Checking spin v0.9.8
|
|
352
|
+
Checking rand v0.8.5
|
|
353
|
+
Checking wasmparser v0.116.1
|
|
354
|
+
Compiling syn v2.0.108
|
|
184
355
|
Checking hash32 v0.3.1
|
|
185
356
|
Checking stable_deref_trait v1.2.1
|
|
186
|
-
|
|
187
|
-
Compiling static_assertions v1.1.0
|
|
357
|
+
Checking static_assertions v1.1.0
|
|
188
358
|
Compiling soroban-env-host v25.0.1
|
|
189
359
|
Checking keccak v0.1.5
|
|
190
|
-
|
|
360
|
+
Compiling heck v0.5.0
|
|
191
361
|
Checking hex-literal v0.4.1
|
|
192
362
|
Compiling itertools v0.14.0
|
|
193
|
-
Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
|
|
194
363
|
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
195
|
-
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
196
364
|
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
365
|
+
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
366
|
+
Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
|
|
367
|
+
Checking ark-std v0.4.0
|
|
197
368
|
Checking soroban-wasmi v0.31.1-soroban.20.0.1
|
|
198
369
|
Checking common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
199
370
|
Checking oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
@@ -207,45 +378,45 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
207
378
|
Compiling serde_derive v1.0.228
|
|
208
379
|
Compiling zeroize_derive v1.4.2
|
|
209
380
|
Compiling cfg_eval v0.1.2
|
|
210
|
-
Compiling num-derive v0.4.2
|
|
211
381
|
Compiling thiserror-impl v1.0.69
|
|
382
|
+
Compiling num-derive v0.4.2
|
|
212
383
|
Compiling curve25519-dalek-derive v0.1.1
|
|
213
384
|
Compiling soroban-builtin-sdk-macros v25.0.1
|
|
214
385
|
Compiling bytes-lit v0.0.5
|
|
215
386
|
Compiling visibility v0.1.1
|
|
216
387
|
Checking zeroize v1.8.2
|
|
217
388
|
Checking der v0.7.10
|
|
389
|
+
Compiling darling_macro v0.20.11
|
|
218
390
|
Checking crypto-bigint v0.5.5
|
|
219
391
|
Checking sec1 v0.7.3
|
|
220
|
-
Checking ark-serialize v0.4.2
|
|
221
392
|
Checking signature v2.2.0
|
|
393
|
+
Checking ark-serialize v0.4.2
|
|
222
394
|
Checking hmac v0.12.1
|
|
223
395
|
Checking sha3 v0.10.8
|
|
224
396
|
Checking ed25519 v2.2.3
|
|
225
397
|
Checking rfc6979 v0.4.0
|
|
398
|
+
Compiling darling v0.20.11
|
|
399
|
+
Compiling crate-git-revision v0.0.6
|
|
226
400
|
Checking ark-ff v0.4.2
|
|
227
|
-
Compiling darling_macro v0.20.11
|
|
228
|
-
Checking elliptic-curve v0.13.8
|
|
229
|
-
Checking ed25519-dalek v2.2.0
|
|
230
|
-
Checking ecdsa v0.16.9
|
|
231
|
-
Checking primeorder v0.13.6
|
|
232
401
|
Compiling darling_macro v0.21.3
|
|
233
|
-
Compiling crate-git-revision v0.0.6
|
|
234
|
-
Checking k256 v0.13.4
|
|
235
|
-
Checking p256 v0.13.2
|
|
236
|
-
Compiling darling v0.20.11
|
|
237
402
|
Compiling stellar-strkey v0.0.13
|
|
238
403
|
Compiling stellar-xdr v25.0.0
|
|
239
404
|
Compiling soroban-env-common v25.0.1
|
|
240
405
|
Compiling stellar-strkey v0.0.16
|
|
241
406
|
Compiling soroban-sdk v25.1.1
|
|
407
|
+
Checking elliptic-curve v0.13.8
|
|
408
|
+
Checking ed25519-dalek v2.2.0
|
|
409
|
+
Checking ecdsa v0.16.9
|
|
410
|
+
Checking primeorder v0.13.6
|
|
411
|
+
Checking p256 v0.13.2
|
|
412
|
+
Checking k256 v0.13.4
|
|
242
413
|
Compiling darling v0.21.3
|
|
243
414
|
Compiling serde_with_macros v3.15.1
|
|
244
|
-
Checking ark-poly v0.4.2
|
|
245
415
|
Compiling serde_with v3.15.1
|
|
416
|
+
Checking ark-poly v0.4.2
|
|
246
417
|
Checking ark-ec v0.4.2
|
|
247
|
-
Checking ark-bls12-381 v0.4.0
|
|
248
418
|
Checking ark-bn254 v0.4.0
|
|
419
|
+
Checking ark-bls12-381 v0.4.0
|
|
249
420
|
Compiling soroban-spec v25.1.1
|
|
250
421
|
Compiling soroban-env-macros v25.0.1
|
|
251
422
|
Compiling soroban-spec-rust v25.1.1
|
|
@@ -254,23 +425,23 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
254
425
|
Checking fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
255
426
|
Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
256
427
|
Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
257
|
-
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
258
|
-
Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
259
|
-
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
260
428
|
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
429
|
+
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
430
|
+
Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
431
|
+
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
261
432
|
Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
262
433
|
Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
263
434
|
Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
264
435
|
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
265
436
|
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
266
|
-
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
267
437
|
Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
268
438
|
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
439
|
+
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
269
440
|
Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
270
441
|
Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
271
442
|
Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
272
|
-
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
273
443
|
Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
274
444
|
Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
275
|
-
|
|
276
|
-
|
|
445
|
+
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
446
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
|
|
447
|
+
⏱️ bash -c cargo clippy -- -D warnings: 2:11.858 (m:ss.mmm)
|