@layerzerolabs/protocol-stellar-v2 0.2.49 → 0.2.51

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.
@@ -2,12 +2,12 @@
2
2
  > @layerzerolabs/protocol-stellar-v2@0.0.1 lint /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
3
3
  > pnpm exec lz-tool --script "cargo clippy -- -D warnings" stellar
4
4
 
5
- 🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy
5
+ 🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy
6
6
  📦 Using 4 default cache volume(s) for stellar
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:48687) [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.
10
+ (node:49413) [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)
@@ -29,40 +29,42 @@ fb456ca5475e: Pulling fs layer
29
29
  efd28cb7ba78: Pulling fs layer
30
30
  14f775f5d67b: Pulling fs layer
31
31
  3f562c99cbe3: Pulling fs layer
32
+ a0f6971ecbd3: Waiting
32
33
  5fa3a944df97: Pulling fs layer
34
+ beaaf8a7146e: Waiting
33
35
  5fa3a944df97: Waiting
34
- 92a1b3d31b96: Waiting
35
36
  3e1d87a413fa: Waiting
36
- a0f6971ecbd3: Waiting
37
+ 92a1b3d31b96: Waiting
37
38
  963aa7b66e91: Waiting
39
+ efd28cb7ba78: Waiting
38
40
  fb456ca5475e: Waiting
39
41
  2c1ce468d9f3: Waiting
40
42
  14f775f5d67b: Waiting
41
- efd28cb7ba78: Waiting
42
43
  3f562c99cbe3: Waiting
44
+ f6bd9104d248: Verifying Checksum
43
45
  f6bd9104d248: Download complete
46
+ f6bd9104d248: Pull complete
47
+ 4617420e017b: Download complete
48
+ 4617420e017b: Pull complete
44
49
  3e1d87a413fa: Verifying Checksum
45
50
  3e1d87a413fa: Download complete
46
- f6bd9104d248: Pull complete
47
51
  a0f6971ecbd3: Verifying Checksum
48
52
  a0f6971ecbd3: Download complete
49
- 92a1b3d31b96: Verifying Checksum
50
53
  92a1b3d31b96: Download complete
51
- beaaf8a7146e: Verifying Checksum
52
- beaaf8a7146e: Download complete
54
+ 2c1ce468d9f3: Verifying Checksum
53
55
  2c1ce468d9f3: Download complete
54
56
  fb456ca5475e: Verifying Checksum
55
57
  fb456ca5475e: Download complete
58
+ efd28cb7ba78: Verifying Checksum
56
59
  efd28cb7ba78: Download complete
57
- 4617420e017b: Verifying Checksum
58
- 4617420e017b: Download complete
60
+ 963aa7b66e91: Verifying Checksum
61
+ 963aa7b66e91: Download complete
62
+ 14f775f5d67b: Verifying Checksum
59
63
  14f775f5d67b: Download complete
64
+ beaaf8a7146e: Download complete
60
65
  3f562c99cbe3: Verifying Checksum
61
66
  3f562c99cbe3: Download complete
62
67
  5fa3a944df97: Download complete
63
- 963aa7b66e91: Verifying Checksum
64
- 963aa7b66e91: Download complete
65
- 4617420e017b: Pull complete
66
68
  beaaf8a7146e: Pull complete
67
69
  3e1d87a413fa: Pull complete
68
70
  a0f6971ecbd3: Pull complete
@@ -80,19 +82,18 @@ Status: Image is up to date for 438003944538.dkr.ecr.us-east-1.amazonaws.com/lay
80
82
  ✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
81
83
  👤 Running container as UID:GID 1001:1001
82
84
  🌍 Using 5 default environment variable(s) for stellar
83
- 📜 Executing custom script: 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
85
+ 📜 Executing custom script: 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
84
86
  🔒 Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
85
- $ 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'
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 --no-self-update --target wasm32v1-none --component rustfmt --component clippy'
86
88
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
87
89
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
88
90
  info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
89
91
  info: component 'rust-std' for target 'wasm32v1-none' is up to date
90
92
  info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
91
93
 
92
- info: checking for self-update
93
94
  1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
94
95
 
95
- ⏱️ 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: 1.040s
96
+ ⏱️ 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: 3.654s
96
97
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
97
98
  📦 Using 4 default cache volume(s) for stellar
98
99
  ✅ stellar-25.1.0 (Latest stable release)
@@ -120,98 +121,98 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
120
121
  Checking either v1.15.0
121
122
  Checking once_cell v1.21.3
122
123
  Checking data-encoding v2.9.0
123
- Compiling thiserror v1.0.69
124
124
  Checking libm v0.2.15
125
- Checking equivalent v1.0.2
125
+ Compiling thiserror v1.0.69
126
126
  Checking indexmap-nostd v0.4.0
127
- Checking downcast-rs v1.2.1
128
127
  Checking hashbrown v0.16.0
129
- Checking escape-bytes v0.1.1
130
- Checking semver v1.0.27
131
- Checking itertools v0.10.5
132
- Checking der v0.7.10
133
- Checking byteorder v1.5.0
134
- Checking hex v0.4.3
128
+ Checking downcast-rs v1.2.1
129
+ Checking equivalent v1.0.2
135
130
  Checking spin v0.9.8
136
- Checking smallvec v1.15.1
131
+ Checking wasmi_arena v0.4.1
132
+ Checking num-integer v0.1.46
133
+ Checking semver v1.0.27
134
+ Checking wasmi_core v0.13.0
135
+ Checking escape-bytes v0.1.1
136
+ Checking num-bigint v0.4.6
137
+ Checking base64 v0.22.1
137
138
  Checking wasmparser-nostd v0.100.2
138
139
  Checking indexmap v2.12.0
139
- Checking base64 v0.22.1
140
+ Checking itertools v0.10.5
141
+ Checking byteorder v1.5.0
140
142
  Checking ethnum v1.5.2
141
- Checking wasmi_arena v0.4.1
142
- Checking num-integer v0.1.46
143
+ Checking smallvec v1.15.1
144
+ Checking generic-array v0.14.9
145
+ Checking ppv-lite86 v0.2.21
146
+ Checking der v0.7.10
147
+ Checking ahash v0.8.12
148
+ Checking hex v0.4.3
149
+ Checking wasmparser v0.116.1
143
150
  Checking hash32 v0.3.1
144
- Compiling soroban-env-host v25.0.1
145
151
  Checking stable_deref_trait v1.2.1
146
152
  Checking static_assertions v1.1.0
147
153
  Checking keccak v0.1.5
148
- Checking wasmi_core v0.13.0
149
- Checking heapless v0.8.0
150
- Checking itoa v1.0.15
151
- Checking generic-array v0.14.9
154
+ Compiling soroban-env-host v25.0.1
152
155
  Checking hex-literal v0.4.1
156
+ Checking hashbrown v0.13.2
153
157
  Checking memchr v2.7.6
154
158
  Checking ryu v1.0.20
159
+ Checking itoa v1.0.15
160
+ Checking heapless v0.8.0
155
161
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
156
- Checking num-bigint v0.4.6
157
162
  Checking unicode-ident v1.0.22
158
163
  Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
164
+ Checking soroban-wasmi v0.31.1-soroban.20.0.1
159
165
  Checking heck v0.5.0
160
- Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
161
- Checking wasmparser v0.116.1
162
- Checking proc-macro2 v1.0.103
163
- Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
164
- Checking itertools v0.14.0
165
166
  Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
167
+ Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
168
+ Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
166
169
  Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
167
- Checking crypto-common v0.1.6
170
+ Checking proc-macro2 v1.0.103
168
171
  Checking block-buffer v0.10.4
172
+ Checking crypto-common v0.1.6
173
+ Checking itertools v0.14.0
174
+ Checking getrandom v0.2.16
169
175
  Checking sec1 v0.7.3
170
- Checking ppv-lite86 v0.2.21
171
- Checking ahash v0.8.12
172
176
  Checking quote v1.0.41
173
- Checking digest v0.10.7
174
- Checking hashbrown v0.13.2
175
- Checking getrandom v0.2.16
176
- Checking syn v2.0.108
177
- Checking sha2 v0.10.9
178
- Checking hmac v0.12.1
179
- Checking curve25519-dalek v4.1.3
180
- Checking sha3 v0.10.8
181
- Compiling serde v1.0.228
182
- Compiling serde_json v1.0.145
183
- Checking soroban-wasmi v0.31.1-soroban.20.0.1
184
177
  Checking rand_core v0.6.4
185
- Checking rfc6979 v0.4.0
178
+ Checking digest v0.10.7
186
179
  Checking rand_chacha v0.3.1
187
180
  Checking ff v0.13.1
188
- Checking signature v2.2.0
189
181
  Checking crypto-bigint v0.5.5
190
182
  Checking group v0.13.0
191
- Checking ed25519 v2.2.3
192
183
  Checking rand v0.8.5
193
- Checking ed25519-dalek v2.2.0
194
- Compiling crate-git-revision v0.0.6
184
+ Checking signature v2.2.0
185
+ Checking sha2 v0.10.9
186
+ Checking hmac v0.12.1
187
+ Checking curve25519-dalek v4.1.3
188
+ Checking sha3 v0.10.8
189
+ Checking syn v2.0.108
195
190
  Checking ark-std v0.4.0
196
- Checking elliptic-curve v0.13.8
191
+ Checking ed25519 v2.2.3
192
+ Checking rfc6979 v0.4.0
197
193
  Checking ark-serialize v0.4.2
194
+ Checking ark-ff v0.4.2
195
+ Checking elliptic-curve v0.13.8
196
+ Compiling serde v1.0.228
197
+ Compiling serde_json v1.0.145
198
+ Checking ed25519-dalek v2.2.0
198
199
  Checking ecdsa v0.16.9
199
200
  Checking primeorder v0.13.6
200
- Checking ark-ff v0.4.2
201
+ Checking k256 v0.13.4
202
+ Checking p256 v0.13.2
203
+ Compiling crate-git-revision v0.0.6
201
204
  Compiling stellar-strkey v0.0.13
202
205
  Compiling stellar-xdr v25.0.0
203
206
  Compiling soroban-env-common v25.0.1
204
207
  Compiling stellar-strkey v0.0.16
205
208
  Compiling soroban-sdk v25.1.1
206
- Checking k256 v0.13.4
207
- Checking p256 v0.13.2
208
- Compiling serde_with v3.15.1
209
209
  Checking ark-poly v0.4.2
210
+ Compiling serde_with v3.15.1
210
211
  Checking ark-ec v0.4.2
211
- Checking ark-bn254 v0.4.0
212
212
  Checking ark-bls12-381 v0.4.0
213
- Compiling soroban-spec v25.1.1
213
+ Checking ark-bn254 v0.4.0
214
214
  Compiling soroban-env-macros v25.0.1
215
+ Compiling soroban-spec v25.1.1
215
216
  Compiling soroban-spec-rust v25.1.1
216
217
  Compiling soroban-sdk-macros v25.1.1
217
218
  Checking utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
@@ -219,22 +220,22 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
219
220
  Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
220
221
  Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
221
222
  Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
222
- Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
223
223
  Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
224
+ Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
224
225
  Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
225
226
  Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
226
227
  Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
227
228
  Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
228
229
  Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
229
230
  Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
230
- Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
231
+ Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
231
232
  Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
233
+ Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
232
234
  Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
233
- Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
234
235
  Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
235
236
  Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
236
237
  Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
237
238
  Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
238
239
  Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
239
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 06s
240
- ⏱️ bash -c cargo clippy -- -D warnings: 6:09.323 (m:ss.mmm)
240
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s
241
+ ⏱️ bash -c cargo clippy -- -D warnings: 6:57.722 (m:ss.mmm)