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

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,54 +14,17 @@
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: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.
17
+ (node:20360) [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
- $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
22
- Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
23
- πŸ“₯ Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
24
- $ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
25
- stellar_25.1.0: Pulling from layerzerolabs/stellar-tooling
26
- f6bd9104d248: Already exists
27
- 4617420e017b: Already exists
28
- beaaf8a7146e: Already exists
29
- 3e1d87a413fa: Already exists
30
- a0f6971ecbd3: Pulling fs layer
31
- 92a1b3d31b96: Pulling fs layer
32
- fb456ca5475e: Pulling fs layer
33
- 2c1ce468d9f3: Pulling fs layer
34
- 963aa7b66e91: Pulling fs layer
35
- efd28cb7ba78: Pulling fs layer
36
- 14f775f5d67b: Pulling fs layer
37
- 3f562c99cbe3: Pulling fs layer
38
- 5fa3a944df97: Pulling fs layer
39
- 5fa3a944df97: Download complete
40
- 92a1b3d31b96: Download complete
41
- fb456ca5475e: Download complete
42
- 2c1ce468d9f3: Download complete
43
- 963aa7b66e91: Download complete
44
- efd28cb7ba78: Download complete
45
- 14f775f5d67b: Download complete
46
- 3f562c99cbe3: Download complete
47
- a0f6971ecbd3: Pull complete
48
- 92a1b3d31b96: Pull complete
49
- fb456ca5475e: Pull complete
50
- 2c1ce468d9f3: Pull complete
51
- 963aa7b66e91: Pull complete
52
- efd28cb7ba78: Pull complete
53
- 14f775f5d67b: Pull complete
54
- 3f562c99cbe3: Pull complete
55
- 5fa3a944df97: Pull complete
56
- Digest: sha256:fa3b739bf5c746bcb374b6fff2f13f253c8694b18fd0d9faa4e3b33a13b82781
57
- Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
58
- 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
59
- βœ… Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
21
+ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0_patch_1
22
+ βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0_patch_1
60
23
  πŸ‘€ Running container as UID:GID 1001:1001
61
24
  🌍 Using 5 default environment variable(s) for stellar
62
25
  πŸ“œ 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
63
26
  πŸ”’ Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
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'
27
+ $ 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_patch_1 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'
65
28
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
66
29
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
67
30
  info: downloading component 'cargo'
@@ -82,68 +45,68 @@ info: installing component 'rustfmt'
82
45
  1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
83
46
 
84
47
  info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
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
48
+ ⏱️ 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: 15.362s
86
49
  πŸ”“ Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
87
50
  πŸ“¦ Using 4 default cache volume(s) for stellar
88
51
  βœ… stellar-25.1.0 (Latest stable release)
89
52
  πŸ”§ stellar version: 25.1.0
90
- $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
91
- βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
53
+ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0_patch_1
54
+ βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0_patch_1
92
55
  πŸ‘€ Running container as UID:GID 1001:1001
93
56
  🌍 Using 5 default environment variable(s) for stellar
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
57
+ $ 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 stellar contract build
95
58
  ℹ️ 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
96
59
  Updating crates.io index
97
60
  Downloading crates ...
98
- Downloaded dtor v0.1.1
99
61
  Downloaded unicode-ident v1.0.22
62
+ Downloaded dtor v0.1.1
100
63
  Downloaded schemars v1.0.5
101
64
  Compiling proc-macro2 v1.0.103
102
- Compiling quote v1.0.41
103
65
  Compiling unicode-ident v1.0.22
66
+ Compiling quote v1.0.41
104
67
  Compiling serde_core v1.0.228
105
68
  Compiling serde v1.0.228
106
69
  Compiling serde_json v1.0.145
107
- Compiling itoa v1.0.15
108
70
  Compiling ryu v1.0.20
109
71
  Compiling memchr v2.7.6
72
+ Compiling itoa v1.0.15
73
+ Compiling ident_case v1.0.1
110
74
  Compiling fnv v1.0.7
111
75
  Compiling strsim v0.11.1
112
- Compiling ident_case v1.0.1
113
76
  Compiling version_check v0.9.5
114
77
  Compiling typenum v1.19.0
115
78
  Compiling autocfg v1.5.0
116
79
  Compiling schemars v0.8.22
117
80
  Compiling dyn-clone v1.0.20
118
- Compiling data-encoding v2.9.0
119
81
  Compiling generic-array v0.14.9
120
- Compiling cpufeatures v0.2.17
121
82
  Compiling cfg-if v1.0.4
122
- Compiling escape-bytes v0.1.1
123
- Compiling either v1.15.0
83
+ Compiling cpufeatures v0.2.17
84
+ Compiling data-encoding v2.9.0
124
85
  Compiling ethnum v1.5.2
125
- Compiling semver v1.0.27
86
+ Compiling either v1.15.0
87
+ Compiling escape-bytes v0.1.1
126
88
  Compiling num-traits v0.2.19
127
- Compiling hashbrown v0.16.0
89
+ Compiling semver v1.0.27
128
90
  Compiling equivalent v1.0.2
129
91
  Compiling thiserror v1.0.69
92
+ Compiling hashbrown v0.16.0
130
93
  Compiling prettyplease v0.2.37
131
94
  Compiling itertools v0.10.5
95
+ Compiling byteorder v1.5.0
132
96
  Compiling heapless v0.8.0
133
97
  Compiling base64 v0.22.1
134
- Compiling byteorder v1.5.0
135
98
  Compiling rustc_version v0.4.1
136
- Compiling static_assertions v1.1.0
137
99
  Compiling indexmap v2.12.0
100
+ Compiling static_assertions v1.1.0
138
101
  Compiling hash32 v0.3.1
139
- Compiling heck v0.5.0
140
102
  Compiling stable_deref_trait v1.2.1
103
+ Compiling heck v0.5.0
104
+ Compiling wasmparser v0.116.1
141
105
  Compiling itertools v0.14.0
142
106
  Compiling num-integer v0.1.46
143
107
  Compiling num-bigint v0.4.6
144
- Compiling wasmparser v0.116.1
145
- Compiling block-buffer v0.10.4
146
108
  Compiling crypto-common v0.1.6
109
+ Compiling block-buffer v0.10.4
147
110
  Compiling digest v0.10.7
148
111
  Compiling sha2 v0.10.9
149
112
  Compiling syn v2.0.108
@@ -152,8 +115,8 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
152
115
  Compiling macro-string v0.1.4
153
116
  Compiling serde_derive v1.0.228
154
117
  Compiling cfg_eval v0.1.2
155
- Compiling thiserror-impl v1.0.69
156
118
  Compiling num-derive v0.4.2
119
+ Compiling thiserror-impl v1.0.69
157
120
  Compiling visibility v0.1.1
158
121
  Compiling bytes-lit v0.0.5
159
122
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
@@ -177,7 +140,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
177
140
  Compiling soroban-env-guest v25.0.1
178
141
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
179
142
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
180
- Finished `release` profile [optimized] target(s) in 1m 11s
143
+ Finished `release` profile [optimized] target(s) in 51.58s
181
144
  ℹ️ Build Summary:
182
145
  Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
183
146
  Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
@@ -248,10 +211,10 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
248
211
  ℹ️ 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
249
212
  Compiling byteorder v1.5.0
250
213
  Compiling escape-bytes v0.1.1
251
- Compiling num-traits v0.2.19
214
+ Compiling static_assertions v1.1.0
252
215
  Compiling ethnum v1.5.2
216
+ Compiling num-traits v0.2.19
253
217
  Compiling stable_deref_trait v1.2.1
254
- Compiling static_assertions v1.1.0
255
218
  Compiling data-encoding v2.9.0
256
219
  Compiling cfg-if v1.0.4
257
220
  Compiling stellar-xdr v25.0.0
@@ -266,7 +229,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
266
229
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
267
230
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
268
231
  Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
269
- Finished `release` profile [optimized] target(s) in 19.44s
232
+ Finished `release` profile [optimized] target(s) in 15.80s
270
233
  ℹ️ Build Summary:
271
234
  Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
272
235
  Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
@@ -299,7 +262,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
299
262
  ℹ️ 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
300
263
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
301
264
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
302
- Finished `release` profile [optimized] target(s) in 2.31s
265
+ Finished `release` profile [optimized] target(s) in 2.04s
303
266
  ℹ️ Build Summary:
304
267
  Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
305
268
  Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
@@ -347,7 +310,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
347
310
 
348
311
  ℹ️ 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
349
312
  Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
350
- Finished `release` profile [optimized] target(s) in 0.55s
313
+ Finished `release` profile [optimized] target(s) in 0.46s
351
314
  ℹ️ Build Summary:
352
315
  Wasm File: target/wasm32v1-none/release/upgrader.wasm (7575 bytes)
353
316
  Wasm Hash: 7796fed7be887c8f281a3c6e043203c0597969b65d23d5c1f9d767b62dfba062
@@ -359,7 +322,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
359
322
 
360
323
  ℹ️ 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
361
324
  Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
362
- Finished `release` profile [optimized] target(s) in 0.62s
325
+ Finished `release` profile [optimized] target(s) in 0.60s
363
326
  ℹ️ Build Summary:
364
327
  Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15398 bytes)
365
328
  Wasm Hash: 0a8ee862d5fa45a3dca9c2dc8ba111b83e9ab333a78d89273ae0a111211445d1
@@ -376,7 +339,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
376
339
 
377
340
  ℹ️ 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
378
341
  Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
379
- Finished `release` profile [optimized] target(s) in 1.01s
342
+ Finished `release` profile [optimized] target(s) in 0.86s
380
343
  ℹ️ Build Summary:
381
344
  Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
382
345
  Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
@@ -417,7 +380,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
417
380
 
418
381
  ℹ️ 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
419
382
  Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
420
- Finished `release` profile [optimized] target(s) in 0.62s
383
+ Finished `release` profile [optimized] target(s) in 0.80s
421
384
  ℹ️ Build Summary:
422
385
  Wasm File: target/wasm32v1-none/release/treasury.wasm (29508 bytes)
423
386
  Wasm Hash: 0eb3a9c49b66b4af26b0a95337a334b31d981a89258d0fbe0b8d7390a36fc2aa
@@ -451,7 +414,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
451
414
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
452
415
  Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
453
416
  Compiling console-oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/console-oft)
454
- Finished `release` profile [optimized] target(s) in 3.64s
417
+ Finished `release` profile [optimized] target(s) in 3.80s
455
418
  ℹ️ Build Summary:
456
419
  Wasm File: target/wasm32v1-none/release/console_oft.wasm (87314 bytes)
457
420
  Wasm Hash: 58947681d7c6ce9a1a18a256f410b73feb09a328a2d5dd3bac634792ca6ff124
@@ -531,7 +494,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
531
494
 
532
495
  ℹ️ 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
533
496
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
534
- Finished `release` profile [optimized] target(s) in 1.20s
497
+ Finished `release` profile [optimized] target(s) in 1.25s
535
498
  ℹ️ Build Summary:
536
499
  Wasm File: target/wasm32v1-none/release/counter.wasm (52094 bytes)
537
500
  Wasm Hash: fb3b11042a126ff4b28846ebf439eb6877da62b9033f5cceab4e0f65a943575b
@@ -589,7 +552,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
589
552
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
590
553
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
591
554
  Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
592
- Finished `release` profile [optimized] target(s) in 1.69s
555
+ Finished `release` profile [optimized] target(s) in 1.99s
593
556
  ℹ️ Build Summary:
594
557
  Wasm File: target/wasm32v1-none/release/dvn.wasm (56361 bytes)
595
558
  Wasm Hash: 9176c7a0facc0d9004e23ee9be01fef213221382595ca850850f3399bc42d9ee
@@ -649,7 +612,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
649
612
  ℹ️ 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
650
613
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
651
614
  Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
652
- Finished `release` profile [optimized] target(s) in 0.99s
615
+ Finished `release` profile [optimized] target(s) in 1.05s
653
616
  ℹ️ Build Summary:
654
617
  Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
655
618
  Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
@@ -676,7 +639,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
676
639
 
677
640
  ℹ️ 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
678
641
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
679
- Finished `release` profile [optimized] target(s) in 1.17s
642
+ Finished `release` profile [optimized] target(s) in 1.36s
680
643
  ℹ️ Build Summary:
681
644
  Wasm File: target/wasm32v1-none/release/executor.wasm (59531 bytes)
682
645
  Wasm Hash: 8a2b3fd944612968801d015af20b843db0552affc8e79ef2775f7f21fd7f34cf
@@ -735,7 +698,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
735
698
 
736
699
  ℹ️ 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
737
700
  Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
738
- Finished `release` profile [optimized] target(s) in 0.72s
701
+ Finished `release` profile [optimized] target(s) in 0.75s
739
702
  ℹ️ Build Summary:
740
703
  Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
741
704
  Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
@@ -761,11 +724,11 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
761
724
  βœ… Build Complete
762
725
 
763
726
  ℹ️ 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
764
- Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
765
727
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
728
+ Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
766
729
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
767
730
  Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
768
- Finished `release` profile [optimized] target(s) in 2.11s
731
+ Finished `release` profile [optimized] target(s) in 1.72s
769
732
  ℹ️ Build Summary:
770
733
  Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25110 bytes)
771
734
  Wasm Hash: 1c0928af078a4a9beff5e04647240b9fecca7a805b751c803f96ff92f75b9a08
@@ -780,7 +743,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
780
743
 
781
744
  ℹ️ 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
782
745
  Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
783
- Finished `release` profile [optimized] target(s) in 1.17s
746
+ Finished `release` profile [optimized] target(s) in 1.04s
784
747
  ℹ️ Build Summary:
785
748
  Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
786
749
  Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
@@ -820,7 +783,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
820
783
 
821
784
  ℹ️ 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
822
785
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
823
- Finished `release` profile [optimized] target(s) in 1.69s
786
+ Finished `release` profile [optimized] target(s) in 1.78s
824
787
  ℹ️ Build Summary:
825
788
  Wasm File: target/wasm32v1-none/release/oft.wasm (78054 bytes)
826
789
  Wasm Hash: 66b8fc024be5e12530d2895a74b36e6244eaedcde669aa06df4880577b869578
@@ -891,7 +854,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
891
854
 
892
855
  ℹ️ 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
893
856
  Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
894
- Finished `release` profile [optimized] target(s) in 0.87s
857
+ Finished `release` profile [optimized] target(s) in 0.84s
895
858
  ℹ️ Build Summary:
896
859
  Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
897
860
  Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
@@ -927,7 +890,7 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
927
890
  β€’ underlying_sac
928
891
  βœ… Build Complete
929
892
 
930
- ⏱️ stellar contract build: 2:19.408 (m:ss.mmm)
893
+ ⏱️ stellar contract build: 1:49.334 (m:ss.mmm)
931
894
   WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
932
895
 
933
896
  > @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
@@ -938,17 +901,17 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
938
901
  πŸ”§ User volumes override 1 default volume(s)
939
902
  βœ… stellar-25.1.0 (Latest stable release)
940
903
  πŸ”§ stellar version: 25.1.0
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.
904
+ (node:60275) [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.
942
905
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
943
906
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
944
907
  (Use `node --trace-warnings ...` to show where the warning was created)
945
- $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
946
- βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
908
+ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0_patch_1
909
+ βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0_patch_1
947
910
  πŸ‘€ Running container as UID:GID 1001:1001
948
911
  🌍 Using 5 default environment variable(s) for stellar
949
912
  πŸ“œ 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
950
913
  πŸ”’ Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
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'
914
+ $ 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_patch_1 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'
952
915
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
953
916
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
954
917
  info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
@@ -957,19 +920,18 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
957
920
 
958
921
  1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
959
922
 
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
923
+ ⏱️ 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: 867.424ms
961
924
  πŸ”“ Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
962
925
  πŸ“¦ Using 4 default cache volume(s) for stellar
963
926
  βœ… stellar-25.1.0 (Latest stable release)
964
927
  πŸ”§ stellar version: 25.1.0
965
- $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
966
- βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
928
+ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0_patch_1
929
+ βœ… Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0_patch_1
967
930
  πŸ‘€ Running container as UID:GID 1001:1001
968
931
  🌍 Using 5 default environment variable(s) for stellar
969
932
  πŸ“œ Executing custom script: cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml
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
933
+ $ 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'
934
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
973
935
  Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
974
936
  Generating TypeScript bindings for 16 contract(s)...
975
937
 
@@ -1089,4 +1051,4 @@ Generated files in sdk/src/generated:
1089
1051
  - oft.ts
1090
1052
  - sac_manager.ts
1091
1053
  - layerzero_view.ts
1092
- ⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 6.632s
1054
+ ⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 736.194ms