@layerzerolabs/protocol-stellar-v2 0.2.55 β†’ 0.2.57

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.
@@ -14,20 +14,19 @@
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:15710) [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.
17
+ (node:45612) [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)
21
21
  $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
22
22
  Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
23
-
24
23
  πŸ“₯ Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
25
24
  $ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
26
25
  stellar_25.1.0: Pulling from layerzerolabs/stellar-tooling
27
- f6bd9104d248: Pulling fs layer
28
- 4617420e017b: Pulling fs layer
29
- beaaf8a7146e: Pulling fs layer
30
- 3e1d87a413fa: Pulling fs layer
26
+ f6bd9104d248: Already exists
27
+ 4617420e017b: Already exists
28
+ beaaf8a7146e: Already exists
29
+ 3e1d87a413fa: Already exists
31
30
  a0f6971ecbd3: Pulling fs layer
32
31
  92a1b3d31b96: Pulling fs layer
33
32
  fb456ca5475e: Pulling fs layer
@@ -37,43 +36,14 @@ efd28cb7ba78: Pulling fs layer
37
36
  14f775f5d67b: Pulling fs layer
38
37
  3f562c99cbe3: Pulling fs layer
39
38
  5fa3a944df97: Pulling fs layer
40
- 3e1d87a413fa: Waiting
41
- efd28cb7ba78: Waiting
42
- 14f775f5d67b: Waiting
43
- a0f6971ecbd3: Waiting
44
- 3f562c99cbe3: Waiting
45
- 5fa3a944df97: Waiting
46
- 92a1b3d31b96: Waiting
47
- 2c1ce468d9f3: Waiting
48
- fb456ca5475e: Waiting
49
- f6bd9104d248: Verifying Checksum
50
- f6bd9104d248: Download complete
51
- f6bd9104d248: Pull complete
52
- 3e1d87a413fa: Verifying Checksum
53
- 3e1d87a413fa: Download complete
54
- a0f6971ecbd3: Verifying Checksum
55
- a0f6971ecbd3: Download complete
56
- 4617420e017b: Download complete
57
- beaaf8a7146e: Verifying Checksum
58
- beaaf8a7146e: Download complete
59
- 2c1ce468d9f3: Verifying Checksum
60
- 2c1ce468d9f3: Download complete
61
- 92a1b3d31b96: Verifying Checksum
39
+ 5fa3a944df97: Download complete
62
40
  92a1b3d31b96: Download complete
63
- efd28cb7ba78: Verifying Checksum
41
+ fb456ca5475e: Download complete
42
+ 2c1ce468d9f3: Download complete
43
+ 963aa7b66e91: Download complete
64
44
  efd28cb7ba78: Download complete
65
- 14f775f5d67b: Verifying Checksum
66
45
  14f775f5d67b: Download complete
67
- 963aa7b66e91: Verifying Checksum
68
- 963aa7b66e91: Download complete
69
46
  3f562c99cbe3: Download complete
70
- fb456ca5475e: Verifying Checksum
71
- fb456ca5475e: Download complete
72
- 5fa3a944df97: Verifying Checksum
73
- 5fa3a944df97: Download complete
74
- 4617420e017b: Pull complete
75
- beaaf8a7146e: Pull complete
76
- 3e1d87a413fa: Pull complete
77
47
  a0f6971ecbd3: Pull complete
78
48
  92a1b3d31b96: Pull complete
79
49
  fb456ca5475e: Pull complete
@@ -91,7 +61,7 @@ Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/
91
61
  🌍 Using 5 default environment variable(s) for stellar
92
62
  πŸ“œ 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
93
63
  πŸ”’ Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
94
- $ 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'
64
+ $ 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-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'
95
65
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
96
66
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
97
67
  info: downloading component 'cargo'
@@ -112,17 +82,16 @@ info: installing component 'rustfmt'
112
82
  1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
113
83
 
114
84
  info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
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: 17.730s
85
+ ⏱️ 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: 21.526s
116
86
  πŸ”“ Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
117
87
  πŸ“¦ Using 4 default cache volume(s) for stellar
118
88
  βœ… stellar-25.1.0 (Latest stable release)
119
89
  πŸ”§ stellar version: 25.1.0
120
90
  $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
121
- sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
122
91
  βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
123
92
  πŸ‘€ Running container as UID:GID 1001:1001
124
93
  🌍 Using 5 default environment variable(s) for stellar
125
- $ 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 stellar contract build
94
+ $ 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 stellar contract build
126
95
  ℹ️ 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
96
  Updating crates.io index
128
97
  Downloading crates ...
@@ -130,52 +99,52 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
130
99
  Downloaded unicode-ident v1.0.22
131
100
  Downloaded schemars v1.0.5
132
101
  Compiling proc-macro2 v1.0.103
133
- Compiling unicode-ident v1.0.22
134
102
  Compiling quote v1.0.41
103
+ Compiling unicode-ident v1.0.22
135
104
  Compiling serde_core v1.0.228
136
105
  Compiling serde v1.0.228
137
106
  Compiling serde_json v1.0.145
138
- Compiling memchr v2.7.6
139
- Compiling ryu v1.0.20
140
107
  Compiling itoa v1.0.15
141
- Compiling ident_case v1.0.1
108
+ Compiling ryu v1.0.20
109
+ Compiling memchr v2.7.6
142
110
  Compiling fnv v1.0.7
143
111
  Compiling strsim v0.11.1
144
- Compiling typenum v1.19.0
112
+ Compiling ident_case v1.0.1
145
113
  Compiling version_check v0.9.5
114
+ Compiling typenum v1.19.0
146
115
  Compiling autocfg v1.5.0
147
116
  Compiling schemars v0.8.22
148
117
  Compiling dyn-clone v1.0.20
149
- Compiling cfg-if v1.0.4
150
- Compiling cpufeatures v0.2.17
151
- Compiling generic-array v0.14.9
152
118
  Compiling data-encoding v2.9.0
119
+ Compiling generic-array v0.14.9
120
+ Compiling cpufeatures v0.2.17
121
+ Compiling cfg-if v1.0.4
153
122
  Compiling escape-bytes v0.1.1
154
123
  Compiling either v1.15.0
155
124
  Compiling ethnum v1.5.2
156
- Compiling num-traits v0.2.19
157
125
  Compiling semver v1.0.27
126
+ Compiling num-traits v0.2.19
158
127
  Compiling hashbrown v0.16.0
159
- Compiling thiserror v1.0.69
160
128
  Compiling equivalent v1.0.2
161
- Compiling itertools v0.10.5
129
+ Compiling thiserror v1.0.69
162
130
  Compiling prettyplease v0.2.37
131
+ Compiling itertools v0.10.5
132
+ Compiling heapless v0.8.0
163
133
  Compiling base64 v0.22.1
164
134
  Compiling byteorder v1.5.0
165
- Compiling heapless v0.8.0
166
135
  Compiling rustc_version v0.4.1
167
136
  Compiling static_assertions v1.1.0
168
- Compiling hash32 v0.3.1
169
137
  Compiling indexmap v2.12.0
170
- Compiling stable_deref_trait v1.2.1
138
+ Compiling hash32 v0.3.1
171
139
  Compiling heck v0.5.0
140
+ Compiling stable_deref_trait v1.2.1
172
141
  Compiling itertools v0.14.0
142
+ Compiling num-integer v0.1.46
143
+ Compiling num-bigint v0.4.6
173
144
  Compiling wasmparser v0.116.1
174
- Compiling crypto-common v0.1.6
175
145
  Compiling block-buffer v0.10.4
176
- Compiling num-integer v0.1.46
146
+ Compiling crypto-common v0.1.6
177
147
  Compiling digest v0.10.7
178
- Compiling num-bigint v0.4.6
179
148
  Compiling sha2 v0.10.9
180
149
  Compiling syn v2.0.108
181
150
  Compiling darling_core v0.21.3
@@ -183,8 +152,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
183
152
  Compiling macro-string v0.1.4
184
153
  Compiling serde_derive v1.0.228
185
154
  Compiling cfg_eval v0.1.2
186
- Compiling num-derive v0.4.2
187
155
  Compiling thiserror-impl v1.0.69
156
+ Compiling num-derive v0.4.2
188
157
  Compiling visibility v0.1.1
189
158
  Compiling bytes-lit v0.0.5
190
159
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
@@ -204,11 +173,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
204
173
  Compiling soroban-spec v25.1.1
205
174
  Compiling soroban-env-macros v25.0.1
206
175
  Compiling soroban-spec-rust v25.1.1
207
- Compiling soroban-env-guest v25.0.1
208
176
  Compiling soroban-sdk-macros v25.1.1
177
+ Compiling soroban-env-guest v25.0.1
209
178
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
210
179
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
211
- Finished `release` profile [optimized] target(s) in 39.69s
180
+ Finished `release` profile [optimized] target(s) in 1m 11s
212
181
  ℹ️ Build Summary:
213
182
  Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
214
183
  Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
@@ -277,11 +246,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
277
246
  βœ… Build Complete
278
247
 
279
248
  ℹ️ 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
280
- Compiling escape-bytes v0.1.1
281
249
  Compiling byteorder v1.5.0
250
+ Compiling escape-bytes v0.1.1
282
251
  Compiling num-traits v0.2.19
283
- Compiling stable_deref_trait v1.2.1
284
252
  Compiling ethnum v1.5.2
253
+ Compiling stable_deref_trait v1.2.1
285
254
  Compiling static_assertions v1.1.0
286
255
  Compiling data-encoding v2.9.0
287
256
  Compiling cfg-if v1.0.4
@@ -297,7 +266,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
297
266
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
298
267
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
299
268
  Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
300
- Finished `release` profile [optimized] target(s) in 10.37s
269
+ Finished `release` profile [optimized] target(s) in 19.44s
301
270
  ℹ️ Build Summary:
302
271
  Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
303
272
  Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
@@ -330,7 +299,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
330
299
  ℹ️ 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
331
300
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
332
301
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
333
- Finished `release` profile [optimized] target(s) in 1.17s
302
+ Finished `release` profile [optimized] target(s) in 2.31s
334
303
  ℹ️ Build Summary:
335
304
  Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
336
305
  Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
@@ -378,7 +347,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
378
347
 
379
348
  ℹ️ 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
380
349
  Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
381
- Finished `release` profile [optimized] target(s) in 0.30s
350
+ Finished `release` profile [optimized] target(s) in 0.55s
382
351
  ℹ️ Build Summary:
383
352
  Wasm File: target/wasm32v1-none/release/upgrader.wasm (7575 bytes)
384
353
  Wasm Hash: 7796fed7be887c8f281a3c6e043203c0597969b65d23d5c1f9d767b62dfba062
@@ -390,7 +359,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
390
359
 
391
360
  ℹ️ 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
392
361
  Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
393
- Finished `release` profile [optimized] target(s) in 0.32s
362
+ Finished `release` profile [optimized] target(s) in 0.62s
394
363
  ℹ️ Build Summary:
395
364
  Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15398 bytes)
396
365
  Wasm Hash: 0a8ee862d5fa45a3dca9c2dc8ba111b83e9ab333a78d89273ae0a111211445d1
@@ -407,7 +376,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
407
376
 
408
377
  ℹ️ 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
409
378
  Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
410
- Finished `release` profile [optimized] target(s) in 0.51s
379
+ Finished `release` profile [optimized] target(s) in 1.01s
411
380
  ℹ️ Build Summary:
412
381
  Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
413
382
  Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
@@ -448,7 +417,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
448
417
 
449
418
  ℹ️ 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
450
419
  Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
451
- Finished `release` profile [optimized] target(s) in 0.47s
420
+ Finished `release` profile [optimized] target(s) in 0.62s
452
421
  ℹ️ Build Summary:
453
422
  Wasm File: target/wasm32v1-none/release/treasury.wasm (29508 bytes)
454
423
  Wasm Hash: 0eb3a9c49b66b4af26b0a95337a334b31d981a89258d0fbe0b8d7390a36fc2aa
@@ -482,7 +451,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
482
451
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
483
452
  Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
484
453
  Compiling console-oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/console-oft)
485
- Finished `release` profile [optimized] target(s) in 2.26s
454
+ Finished `release` profile [optimized] target(s) in 3.64s
486
455
  ℹ️ Build Summary:
487
456
  Wasm File: target/wasm32v1-none/release/console_oft.wasm (87314 bytes)
488
457
  Wasm Hash: 58947681d7c6ce9a1a18a256f410b73feb09a328a2d5dd3bac634792ca6ff124
@@ -562,7 +531,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
562
531
 
563
532
  ℹ️ 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
564
533
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
565
- Finished `release` profile [optimized] target(s) in 0.73s
534
+ Finished `release` profile [optimized] target(s) in 1.20s
566
535
  ℹ️ Build Summary:
567
536
  Wasm File: target/wasm32v1-none/release/counter.wasm (52094 bytes)
568
537
  Wasm Hash: fb3b11042a126ff4b28846ebf439eb6877da62b9033f5cceab4e0f65a943575b
@@ -620,7 +589,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
620
589
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
621
590
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
622
591
  Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
623
- Finished `release` profile [optimized] target(s) in 1.20s
592
+ Finished `release` profile [optimized] target(s) in 1.69s
624
593
  ℹ️ Build Summary:
625
594
  Wasm File: target/wasm32v1-none/release/dvn.wasm (56361 bytes)
626
595
  Wasm Hash: 9176c7a0facc0d9004e23ee9be01fef213221382595ca850850f3399bc42d9ee
@@ -680,7 +649,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
680
649
  ℹ️ 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
681
650
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
682
651
  Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
683
- Finished `release` profile [optimized] target(s) in 0.65s
652
+ Finished `release` profile [optimized] target(s) in 0.99s
684
653
  ℹ️ Build Summary:
685
654
  Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
686
655
  Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
@@ -707,7 +676,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
707
676
 
708
677
  ℹ️ 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
709
678
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
710
- Finished `release` profile [optimized] target(s) in 0.83s
679
+ Finished `release` profile [optimized] target(s) in 1.17s
711
680
  ℹ️ Build Summary:
712
681
  Wasm File: target/wasm32v1-none/release/executor.wasm (59531 bytes)
713
682
  Wasm Hash: 8a2b3fd944612968801d015af20b843db0552affc8e79ef2775f7f21fd7f34cf
@@ -766,7 +735,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
766
735
 
767
736
  ℹ️ 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
768
737
  Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
769
- Finished `release` profile [optimized] target(s) in 0.50s
738
+ Finished `release` profile [optimized] target(s) in 0.72s
770
739
  ℹ️ Build Summary:
771
740
  Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
772
741
  Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
@@ -792,11 +761,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
792
761
  βœ… Build Complete
793
762
 
794
763
  ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/executor-helper/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
795
- Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
796
764
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
765
+ Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
797
766
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
798
767
  Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
799
- Finished `release` profile [optimized] target(s) in 1.06s
768
+ Finished `release` profile [optimized] target(s) in 2.11s
800
769
  ℹ️ Build Summary:
801
770
  Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25110 bytes)
802
771
  Wasm Hash: 1c0928af078a4a9beff5e04647240b9fecca7a805b751c803f96ff92f75b9a08
@@ -811,7 +780,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
811
780
 
812
781
  ℹ️ 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
813
782
  Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
814
- Finished `release` profile [optimized] target(s) in 0.63s
783
+ Finished `release` profile [optimized] target(s) in 1.17s
815
784
  ℹ️ Build Summary:
816
785
  Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
817
786
  Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
@@ -851,7 +820,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
851
820
 
852
821
  ℹ️ 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
853
822
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
854
- Finished `release` profile [optimized] target(s) in 1.06s
823
+ Finished `release` profile [optimized] target(s) in 1.69s
855
824
  ℹ️ Build Summary:
856
825
  Wasm File: target/wasm32v1-none/release/oft.wasm (78054 bytes)
857
826
  Wasm Hash: 66b8fc024be5e12530d2895a74b36e6244eaedcde669aa06df4880577b869578
@@ -922,7 +891,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
922
891
 
923
892
  ℹ️ 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
924
893
  Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
925
- Finished `release` profile [optimized] target(s) in 0.47s
894
+ Finished `release` profile [optimized] target(s) in 0.87s
926
895
  ℹ️ Build Summary:
927
896
  Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
928
897
  Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
@@ -958,7 +927,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
958
927
  β€’ underlying_sac
959
928
  βœ… Build Complete
960
929
 
961
- ⏱️ stellar contract build: 1:19.820 (m:ss.mmm)
930
+ ⏱️ stellar contract build: 2:19.408 (m:ss.mmm)
962
931
   WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
963
932
 
964
933
  > @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
@@ -969,18 +938,17 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
969
938
  πŸ”§ User volumes override 1 default volume(s)
970
939
  βœ… stellar-25.1.0 (Latest stable release)
971
940
  πŸ”§ stellar version: 25.1.0
972
- (node:38837) [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.
941
+ (node:95488) [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.
973
942
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
974
943
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
975
944
  (Use `node --trace-warnings ...` to show where the warning was created)
976
945
  $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
977
- sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
978
946
  βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
979
947
  πŸ‘€ Running container as UID:GID 1001:1001
980
948
  🌍 Using 5 default environment variable(s) for stellar
981
949
  πŸ“œ 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
982
950
  πŸ”’ Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
983
- $ 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'
951
+ $ 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-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'
984
952
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
985
953
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
986
954
  info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
@@ -989,19 +957,19 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
989
957
 
990
958
  1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
991
959
 
992
- ⏱️ 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: 778.374ms
960
+ ⏱️ 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: 951.946ms
993
961
  πŸ”“ Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
994
962
  πŸ“¦ Using 4 default cache volume(s) for stellar
995
963
  βœ… stellar-25.1.0 (Latest stable release)
996
964
  πŸ”§ stellar version: 25.1.0
997
965
  $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
998
- sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
999
966
  βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
1000
967
  πŸ‘€ Running container as UID:GID 1001:1001
1001
968
  🌍 Using 5 default environment variable(s) for stellar
1002
969
  πŸ“œ Executing custom script: cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml
1003
- $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v lz-tooling-cache-stellar-rustup:/cache/rustup -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml'
1004
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
970
+ $ 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 bash -c $'cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml'
971
+ Blocking waiting for file lock on build directory
972
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s
1005
973
  Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
1006
974
  Generating TypeScript bindings for 16 contract(s)...
1007
975
 
@@ -1121,4 +1089,4 @@ Generated files in sdk/src/generated:
1121
1089
  - oft.ts
1122
1090
  - sac_manager.ts
1123
1091
  - layerzero_view.ts
1124
- ⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 433.064ms
1092
+ ⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 6.632s