@layerzerolabs/protocol-stellar-v2 0.2.50 → 0.2.52

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.
Files changed (55) hide show
  1. package/.turbo/turbo-build.log +277 -309
  2. package/.turbo/turbo-lint.log +73 -74
  3. package/.turbo/turbo-test.log +2003 -1763
  4. package/Cargo.lock +16 -0
  5. package/Cargo.toml +1 -0
  6. package/contracts/oapps/console-oft/Cargo.toml +30 -0
  7. package/contracts/oapps/console-oft/integration-tests/extensions/mod.rs +5 -0
  8. package/contracts/oapps/console-oft/integration-tests/extensions/test_combined.rs +90 -0
  9. package/contracts/oapps/console-oft/integration-tests/extensions/test_oft_fee.rs +186 -0
  10. package/contracts/oapps/console-oft/integration-tests/extensions/test_ownership.rs +161 -0
  11. package/contracts/oapps/console-oft/integration-tests/extensions/test_pausable.rs +154 -0
  12. package/contracts/oapps/console-oft/integration-tests/extensions/test_rate_limiter.rs +479 -0
  13. package/contracts/oapps/console-oft/integration-tests/mod.rs +3 -0
  14. package/contracts/oapps/console-oft/integration-tests/setup.rs +303 -0
  15. package/contracts/oapps/console-oft/integration-tests/utils.rs +685 -0
  16. package/contracts/oapps/console-oft/src/errors.rs +7 -0
  17. package/contracts/oapps/console-oft/src/extensions/mod.rs +3 -0
  18. package/contracts/oapps/console-oft/src/extensions/oft_fee.rs +239 -0
  19. package/contracts/oapps/console-oft/src/extensions/pausable.rs +185 -0
  20. package/contracts/oapps/console-oft/src/extensions/rate_limiter.rs +478 -0
  21. package/contracts/oapps/console-oft/src/interfaces/mintable.rs +14 -0
  22. package/contracts/oapps/console-oft/src/interfaces/mod.rs +3 -0
  23. package/contracts/oapps/console-oft/src/lib.rs +26 -0
  24. package/contracts/oapps/console-oft/src/oft.rs +208 -0
  25. package/contracts/oapps/console-oft/src/oft_access_control.rs +93 -0
  26. package/contracts/oapps/console-oft/src/oft_types/lock_unlock.rs +50 -0
  27. package/contracts/oapps/console-oft/src/oft_types/mint_burn.rs +50 -0
  28. package/contracts/oapps/console-oft/src/oft_types/mod.rs +24 -0
  29. package/contracts/oapps/console-oft/src/tests/extensions/mod.rs +3 -0
  30. package/contracts/oapps/console-oft/src/tests/extensions/oft_fee.rs +255 -0
  31. package/contracts/oapps/console-oft/src/tests/extensions/pausable.rs +212 -0
  32. package/contracts/oapps/console-oft/src/tests/extensions/rate_limiter.rs +992 -0
  33. package/contracts/oapps/console-oft/src/tests/mod.rs +2 -0
  34. package/contracts/oapps/console-oft/src/tests/oft_types/lock_unlock.rs +185 -0
  35. package/contracts/oapps/console-oft/src/tests/oft_types/mod.rs +1 -0
  36. package/contracts/oapps/oft/src/extensions/oft_fee.rs +5 -2
  37. package/contracts/oapps/oft/src/tests/extensions/oft_fee.rs +1 -1
  38. package/contracts/oapps/sac-manager/src/sac_manager.rs +8 -0
  39. package/contracts/workers/worker/src/worker.rs +8 -1
  40. package/docs/oft-guide.md +2 -2
  41. package/package.json +4 -4
  42. package/sdk/.turbo/turbo-test.log +356 -421
  43. package/sdk/dist/generated/dvn.d.ts +9 -3
  44. package/sdk/dist/generated/dvn.js +4 -4
  45. package/sdk/dist/generated/executor.d.ts +9 -3
  46. package/sdk/dist/generated/executor.js +4 -4
  47. package/sdk/package.json +1 -1
  48. package/sdk/test/oft-sml.test.ts +22 -41
  49. package/sdk/test/sac-manager.test.ts +23 -22
  50. package/sdk/test/secp256k1.ts +59 -0
  51. package/sdk/test/suites/constants.ts +5 -1
  52. package/sdk/test/suites/deploy.ts +14 -8
  53. package/sdk/test/suites/globalSetup.ts +144 -60
  54. package/sdk/test/suites/localnet.ts +20 -25
  55. package/sdk/test/utils.ts +1 -61
@@ -9,12 +9,12 @@
9
9
  > pnpm exec lz-tool stellar contract build
10
10
 
11
11
   WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
12
- 🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy
12
+ 🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy
13
13
  📦 Using 4 default cache volume(s) for stellar
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:14356) [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:52953) [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)
@@ -40,36 +40,35 @@ efd28cb7ba78: Pulling fs layer
40
40
  92a1b3d31b96: Waiting
41
41
  fb456ca5475e: Waiting
42
42
  2c1ce468d9f3: Waiting
43
- 3e1d87a413fa: Waiting
44
43
  963aa7b66e91: Waiting
45
44
  efd28cb7ba78: Waiting
46
- a0f6971ecbd3: Waiting
45
+ 14f775f5d67b: Waiting
47
46
  3f562c99cbe3: Waiting
48
47
  5fa3a944df97: Waiting
49
- 14f775f5d67b: Waiting
48
+ 3e1d87a413fa: Waiting
49
+ a0f6971ecbd3: Waiting
50
50
  f6bd9104d248: Verifying Checksum
51
51
  f6bd9104d248: Download complete
52
- f6bd9104d248: Pull complete
53
52
  3e1d87a413fa: Verifying Checksum
54
53
  3e1d87a413fa: Download complete
55
- beaaf8a7146e: Verifying Checksum
56
- beaaf8a7146e: Download complete
57
- 4617420e017b: Verifying Checksum
58
- 4617420e017b: Download complete
54
+ f6bd9104d248: Pull complete
59
55
  a0f6971ecbd3: Verifying Checksum
60
56
  a0f6971ecbd3: Download complete
61
- 2c1ce468d9f3: Verifying Checksum
62
- 2c1ce468d9f3: Download complete
63
57
  92a1b3d31b96: Verifying Checksum
64
58
  92a1b3d31b96: Download complete
65
- efd28cb7ba78: Verifying Checksum
66
- efd28cb7ba78: Download complete
59
+ beaaf8a7146e: Verifying Checksum
60
+ beaaf8a7146e: Download complete
61
+ 2c1ce468d9f3: Download complete
67
62
  963aa7b66e91: Verifying Checksum
68
63
  963aa7b66e91: Download complete
64
+ 4617420e017b: Verifying Checksum
65
+ 4617420e017b: Download complete
66
+ efd28cb7ba78: Verifying Checksum
67
+ efd28cb7ba78: Download complete
69
68
  fb456ca5475e: Verifying Checksum
70
69
  fb456ca5475e: Download complete
70
+ 14f775f5d67b: Verifying Checksum
71
71
  14f775f5d67b: Download complete
72
- 3f562c99cbe3: Verifying Checksum
73
72
  3f562c99cbe3: Download complete
74
73
  5fa3a944df97: Verifying Checksum
75
74
  5fa3a944df97: Download complete
@@ -91,9 +90,9 @@ Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/
91
90
  ✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
92
91
  👤 Running container as UID:GID 1001:1001
93
92
  🌍 Using 5 default environment variable(s) for stellar
94
- 📜 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
93
+ 📜 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
95
94
  🔒 Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
96
- $ 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'
95
+ $ 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'
97
96
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
98
97
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
99
98
  info: downloading component 'cargo'
@@ -114,8 +113,7 @@ info: installing component 'rustfmt'
114
113
  1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
115
114
 
116
115
  info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
117
- info: checking for self-update
118
- ⏱️ 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.204s
116
+ ⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 19.686s
119
117
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
120
118
  📦 Using 4 default cache volume(s) for stellar
121
119
  ✅ stellar-25.1.0 (Latest stable release)
@@ -130,176 +128,176 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
130
128
  Updating crates.io index
131
129
  Downloading crates ...
132
130
  Downloaded ark-ff-macros v0.4.2
131
+ Downloaded ark-ff-asm v0.4.2
133
132
  Downloaded ark-bn254 v0.4.0
134
- Downloaded ark-poly v0.4.2
135
- Downloaded ark-ff v0.4.2
136
- Downloaded ref-cast-impl v1.0.25
137
- Downloaded arbitrary v1.3.2
138
- Downloaded ahash v0.8.12
139
- Downloaded indexmap v1.9.3
140
- Downloaded ident_case v1.0.1
141
- Downloaded libm v0.2.15
142
- Downloaded wasmi_core v0.13.0
143
- Downloaded sec1 v0.7.3
144
- Downloaded time-core v0.1.6
145
- Downloaded serde_with_macros v3.15.1
146
- Downloaded static_assertions v1.1.0
133
+ Downloaded itoa v1.0.15
134
+ Downloaded fnv v1.0.7
135
+ Downloaded macro-string v0.1.4
136
+ Downloaded dyn-clone v1.0.20
137
+ Downloaded thiserror v1.0.69
147
138
  Downloaded zeroize v1.8.2
139
+ Downloaded either v1.15.0
140
+ Downloaded num-derive v0.4.2
141
+ Downloaded num-conv v0.1.0
142
+ Downloaded rand_core v0.6.4
143
+ Downloaded sec1 v0.7.3
144
+ Downloaded rand_chacha v0.3.1
145
+ Downloaded ref-cast v1.0.25
146
+ Downloaded schemars v0.8.22
147
+ Downloaded spki v0.7.3
148
+ Downloaded rustc_version v0.4.1
149
+ Downloaded rand v0.8.5
150
+ Downloaded version_check v0.9.5
151
+ Downloaded itertools v0.10.5
148
152
  Downloaded visibility v0.1.1
149
- Downloaded soroban-builtin-sdk-macros v25.0.1
150
- Downloaded p256 v0.13.2
153
+ Downloaded base64 v0.22.1
154
+ Downloaded wasmi_arena v0.4.1
151
155
  Downloaded zeroize_derive v1.4.2
156
+ Downloaded signature v2.2.0
157
+ Downloaded subtle v2.6.1
158
+ Downloaded time-macros v0.2.24
159
+ Downloaded wasmi_core v0.13.0
160
+ Downloaded curve25519-dalek v4.1.3
161
+ Downloaded unicode-ident v1.0.22
162
+ Downloaded stellar-strkey v0.0.16
163
+ Downloaded typenum v1.19.0
164
+ Downloaded serde v1.0.228
165
+ Downloaded soroban-sdk-macros v25.1.1
152
166
  Downloaded wasmparser-nostd v0.100.2
153
- Downloaded zerocopy v0.8.27
154
- Downloaded stable_deref_trait v1.2.1
167
+ Downloaded time v0.3.44
168
+ Downloaded wasmparser v0.116.1
155
169
  Downloaded soroban-sdk v25.1.1
170
+ Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
156
171
  Downloaded syn v1.0.109
157
- Downloaded serde v1.0.228
158
- Downloaded sha3 v0.10.8
159
- Downloaded signature v2.2.0
160
- Downloaded soroban-env-guest v25.0.1
161
- Downloaded semver v1.0.27
172
+ Downloaded zerocopy v0.8.27
173
+ Downloaded serde_with v3.15.1
162
174
  Downloaded serde_json v1.0.145
163
- Downloaded memchr v2.7.6
164
- Downloaded curve25519-dalek v4.1.3
165
- Downloaded soroban-spec-rust v25.1.1
166
- Downloaded wasmi_arena v0.4.1
167
- Downloaded thiserror-impl v1.0.69
175
+ Downloaded serde_core v1.0.228
168
176
  Downloaded syn v2.0.108
169
- Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
170
- Downloaded unicode-ident v1.0.22
171
- Downloaded time-macros v0.2.24
172
- Downloaded thiserror v1.0.69
173
- Downloaded num-bigint v0.4.6
174
- Downloaded libc v0.2.177
177
+ Downloaded ryu v1.0.20
175
178
  Downloaded spin v0.9.8
176
- Downloaded serde_core v1.0.228
177
- Downloaded chrono v0.4.42
178
- Downloaded subtle v2.6.1
179
+ Downloaded smallvec v1.15.1
180
+ Downloaded serde_with_macros v3.15.1
181
+ Downloaded serde_derive v1.0.228
182
+ Downloaded schemars v1.0.5
183
+ Downloaded schemars v0.9.0
184
+ Downloaded stellar-strkey v0.0.13
185
+ Downloaded static_assertions v1.1.0
186
+ Downloaded soroban-env-common v25.0.1
187
+ Downloaded thiserror-impl v1.0.69
188
+ Downloaded soroban-ledger-snapshot v25.1.1
179
189
  Downloaded sha2 v0.10.9
190
+ Downloaded heapless v0.8.0
191
+ Downloaded time-core v0.1.6
192
+ Downloaded strsim v0.11.1
180
193
  Downloaded soroban-env-host v25.0.1
181
- Downloaded ed25519-dalek v2.2.0
182
- Downloaded ryu v1.0.20
183
- Downloaded rand v0.8.5
184
- Downloaded primeorder v0.13.6
185
- Downloaded prettyplease v0.2.37
186
- Downloaded pkcs8 v0.10.2
194
+ Downloaded soroban-spec-rust v25.1.1
195
+ Downloaded stable_deref_trait v1.2.1
187
196
  Downloaded hashbrown v0.16.0
188
- Downloaded const-oid v0.9.6
189
- Downloaded stellar-strkey v0.0.16
190
- Downloaded spki v0.7.3
191
- Downloaded soroban-sdk-macros v25.1.1
192
- Downloaded soroban-env-macros v25.0.1
193
- Downloaded serde_derive v1.0.228
194
- Downloaded rand_core v0.6.4
195
- Downloaded proc-macro2 v1.0.103
196
- Downloaded stellar-xdr v25.0.0
197
- Downloaded powerfmt v0.2.0
198
- Downloaded num-integer v0.1.46
199
- Downloaded version_check v0.9.5
200
- Downloaded serde_with v3.15.1
201
- Downloaded itertools v0.14.0
202
- Downloaded indexmap v2.12.0
203
- Downloaded ff v0.13.1
204
- Downloaded escape-bytes v0.1.1
205
- Downloaded wasmparser v0.116.1
206
- Downloaded derive_arbitrary v1.3.2
207
- Downloaded der v0.7.10
208
- Downloaded darling v0.20.11
209
- Downloaded curve25519-dalek-derive v0.1.1
210
- Downloaded ctor v0.5.0
211
- Downloaded cfg-if v1.0.4
212
- Downloaded ark-serialize-derive v0.4.2
213
- Downloaded typenum v1.19.0
214
- Downloaded strsim v0.11.1
215
- Downloaded soroban-spec v25.1.1
216
- Downloaded ref-cast v1.0.25
217
- Downloaded quote v1.0.41
218
197
  Downloaded hashbrown v0.13.2
219
- Downloaded hashbrown v0.12.3
220
- Downloaded dyn-clone v1.0.20
221
- Downloaded autocfg v1.5.0
222
- Downloaded soroban-env-common v25.0.1
223
- Downloaded itertools v0.10.5
224
- Downloaded heapless v0.8.0
225
- Downloaded dtor-proc-macro v0.0.6
226
- Downloaded base64 v0.22.1
227
- Downloaded ark-serialize v0.4.2
228
- Downloaded schemars v1.0.5
229
- Downloaded ethnum v1.5.2
230
- Downloaded either v1.15.0
198
+ Downloaded der v0.7.10
231
199
  Downloaded darling_core v0.21.3
200
+ Downloaded soroban-env-macros v25.0.1
201
+ Downloaded soroban-builtin-sdk-macros v25.0.1
202
+ Downloaded semver v1.0.27
203
+ Downloaded libc v0.2.177
204
+ Downloaded k256 v0.13.4
232
205
  Downloaded darling_core v0.20.11
233
- Downloaded time v0.3.44
234
- Downloaded stellar-strkey v0.0.13
235
- Downloaded smallvec v1.15.1
236
- Downloaded keccak v0.1.5
237
- Downloaded digest v0.10.7
206
+ Downloaded sha3 v0.10.8
207
+ Downloaded p256 v0.13.2
208
+ Downloaded const-oid v0.9.6
209
+ Downloaded autocfg v1.5.0
210
+ Downloaded soroban-spec v25.1.1
211
+ Downloaded soroban-env-guest v25.0.1
212
+ Downloaded itertools v0.14.0
213
+ Downloaded derivative v2.2.0
214
+ Downloaded darling_macro v0.20.11
238
215
  Downloaded darling v0.21.3
239
- Downloaded crate-git-revision v0.0.6
216
+ Downloaded ctor v0.5.0
217
+ Downloaded cpufeatures v0.2.17
218
+ Downloaded cfg_eval v0.1.2
240
219
  Downloaded bytes-lit v0.0.5
241
- Downloaded block-buffer v0.10.4
242
- Downloaded schemars v0.8.22
243
- Downloaded ppv-lite86 v0.2.21
244
- Downloaded paste v1.0.15
245
220
  Downloaded num-traits v0.2.19
246
- Downloaded num-conv v0.1.0
247
- Downloaded itoa v1.0.15
248
- Downloaded indexmap-nostd v0.4.0
249
- Downloaded iana-time-zone v0.1.64
250
- Downloaded hmac v0.12.1
221
+ Downloaded num-bigint v0.4.6
251
222
  Downloaded hex v0.4.3
223
+ Downloaded getrandom v0.2.16
224
+ Downloaded data-encoding v2.9.0
225
+ Downloaded crypto-bigint v0.5.5
226
+ Downloaded ark-serialize v0.4.2
227
+ Downloaded once_cell v1.21.3
228
+ Downloaded keccak v0.1.5
229
+ Downloaded indexmap-nostd v0.4.0
252
230
  Downloaded heck v0.5.0
231
+ Downloaded hash32 v0.3.1
253
232
  Downloaded group v0.13.0
254
- Downloaded elliptic-curve v0.13.8
233
+ Downloaded ff v0.13.1
234
+ Downloaded ethnum v1.5.2
235
+ Downloaded equivalent v1.0.2
236
+ Downloaded dtor v0.1.1
237
+ Downloaded byteorder v1.5.0
238
+ Downloaded base64ct v1.8.0
239
+ Downloaded base16ct v0.2.0
240
+ Downloaded ark-serialize-derive v0.4.2
241
+ Downloaded quote v1.0.41
242
+ Downloaded primeorder v0.13.6
243
+ Downloaded powerfmt v0.2.0
244
+ Downloaded paste v1.0.15
245
+ Downloaded memchr v2.7.6
246
+ Downloaded indexmap v1.9.3
247
+ Downloaded ident_case v1.0.1
248
+ Downloaded iana-time-zone v0.1.64
255
249
  Downloaded ed25519 v2.2.3
256
250
  Downloaded ecdsa v0.16.9
257
- Downloaded dtor v0.1.1
258
251
  Downloaded downcast-rs v1.2.1
259
- Downloaded derivative v2.2.0
252
+ Downloaded curve25519-dalek-derive v0.1.1
253
+ Downloaded crate-git-revision v0.0.6
254
+ Downloaded cfg-if v1.0.4
255
+ Downloaded prettyplease v0.2.37
256
+ Downloaded libm v0.2.15
257
+ Downloaded hmac v0.12.1
258
+ Downloaded ed25519-dalek v2.2.0
259
+ Downloaded digest v0.10.7
260
260
  Downloaded deranged v0.5.5
261
- Downloaded darling_macro v0.21.3
262
- Downloaded darling_macro v0.20.11
263
- Downloaded crypto-common v0.1.6
264
- Downloaded cpufeatures v0.2.17
265
- Downloaded byteorder v1.5.0
266
- Downloaded base64ct v1.8.0
267
- Downloaded soroban-ledger-snapshot v25.1.1
268
- Downloaded schemars v0.9.0
269
- Downloaded rustc_version v0.4.1
270
- Downloaded rfc6979 v0.4.0
271
- Downloaded rand_chacha v0.3.1
272
- Downloaded once_cell v1.21.3
273
- Downloaded num-derive v0.4.2
274
- Downloaded macro-string v0.1.4
275
- Downloaded k256 v0.13.4
261
+ Downloaded ctor-proc-macro v0.0.6
262
+ Downloaded ppv-lite86 v0.2.21
276
263
  Downloaded hex-literal v0.4.1
277
- Downloaded hash32 v0.3.1
278
- Downloaded getrandom v0.2.16
264
+ Downloaded indexmap v2.12.0
265
+ Downloaded escape-bytes v0.1.1
266
+ Downloaded dtor-proc-macro v0.0.6
279
267
  Downloaded generic-array v0.14.9
280
- Downloaded fnv v1.0.7
281
- Downloaded equivalent v1.0.2
282
- Downloaded data-encoding v2.9.0
283
- Downloaded ctor-proc-macro v0.0.6
284
- Downloaded crypto-bigint v0.5.5
285
- Downloaded base16ct v0.2.0
286
- Downloaded cfg_eval v0.1.2
287
- Downloaded ark-std v0.4.0
268
+ Downloaded chrono v0.4.42
269
+ Downloaded ark-ff v0.4.2
288
270
  Downloaded ark-bls12-381 v0.4.0
271
+ Downloaded rfc6979 v0.4.0
272
+ Downloaded ref-cast-impl v1.0.25
273
+ Downloaded proc-macro2 v1.0.103
274
+ Downloaded num-integer v0.1.46
275
+ Downloaded hashbrown v0.12.3
276
+ Downloaded elliptic-curve v0.13.8
289
277
  Downloaded ark-ec v0.4.2
290
- Downloaded ark-ff-asm v0.4.2
278
+ Downloaded pkcs8 v0.10.2
279
+ Downloaded darling v0.20.11
280
+ Downloaded ark-poly v0.4.2
281
+ Downloaded arbitrary v1.3.2
282
+ Downloaded ahash v0.8.12
283
+ Downloaded derive_arbitrary v1.3.2
284
+ Downloaded darling_macro v0.21.3
285
+ Downloaded crypto-common v0.1.6
286
+ Downloaded block-buffer v0.10.4
287
+ Downloaded stellar-xdr v25.0.0
288
+ Downloaded ark-std v0.4.0
291
289
  Compiling proc-macro2 v1.0.103
292
290
  Compiling quote v1.0.41
293
291
  Compiling unicode-ident v1.0.22
294
292
  Compiling serde_core v1.0.228
295
293
  Compiling serde v1.0.228
296
294
  Compiling serde_json v1.0.145
297
- Compiling ryu v1.0.20
298
295
  Compiling memchr v2.7.6
296
+ Compiling ryu v1.0.20
299
297
  Compiling itoa v1.0.15
300
- Compiling ident_case v1.0.1
301
- Compiling strsim v0.11.1
302
298
  Compiling fnv v1.0.7
299
+ Compiling strsim v0.11.1
300
+ Compiling ident_case v1.0.1
303
301
  Compiling version_check v0.9.5
304
302
  Compiling typenum v1.19.0
305
303
  Compiling autocfg v1.5.0
@@ -313,44 +311,44 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
313
311
  Compiling escape-bytes v0.1.1
314
312
  Compiling semver v1.0.27
315
313
  Compiling hashbrown v0.16.0
316
- Compiling thiserror v1.0.69
317
- Compiling generic-array v0.14.9
318
314
  Compiling equivalent v1.0.2
315
+ Compiling thiserror v1.0.69
319
316
  Compiling prettyplease v0.2.37
320
317
  Compiling heapless v0.8.0
321
- Compiling num-traits v0.2.19
322
- Compiling byteorder v1.5.0
323
- Compiling itertools v0.10.5
324
318
  Compiling base64 v0.22.1
319
+ Compiling generic-array v0.14.9
320
+ Compiling itertools v0.10.5
321
+ Compiling byteorder v1.5.0
325
322
  Compiling rustc_version v0.4.1
323
+ Compiling num-traits v0.2.19
326
324
  Compiling static_assertions v1.1.0
327
325
  Compiling hash32 v0.3.1
328
- Compiling stable_deref_trait v1.2.1
329
326
  Compiling heck v0.5.0
330
- Compiling itertools v0.14.0
327
+ Compiling stable_deref_trait v1.2.1
331
328
  Compiling indexmap v2.12.0
329
+ Compiling itertools v0.14.0
332
330
  Compiling syn v2.0.108
333
331
  Compiling crypto-common v0.1.6
334
332
  Compiling block-buffer v0.10.4
335
- Compiling num-integer v0.1.46
336
333
  Compiling wasmparser v0.116.1
337
334
  Compiling digest v0.10.7
338
335
  Compiling sha2 v0.10.9
336
+ Compiling num-integer v0.1.46
339
337
  Compiling num-bigint v0.4.6
340
338
  Compiling darling_core v0.21.3
341
339
  Compiling darling_core v0.20.11
342
340
  Compiling macro-string v0.1.4
343
341
  Compiling serde_derive v1.0.228
344
342
  Compiling cfg_eval v0.1.2
345
- Compiling thiserror-impl v1.0.69
346
343
  Compiling num-derive v0.4.2
344
+ Compiling thiserror-impl v1.0.69
347
345
  Compiling bytes-lit v0.0.5
348
346
  Compiling visibility v0.1.1
349
347
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
350
348
  Compiling darling_macro v0.20.11
351
349
  Compiling darling_macro v0.21.3
352
- Compiling darling v0.20.11
353
350
  Compiling darling v0.21.3
351
+ Compiling darling v0.20.11
354
352
  Compiling serde_with_macros v3.15.1
355
353
  Compiling crate-git-revision v0.0.6
356
354
  Compiling hex v0.4.3
@@ -363,11 +361,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
363
361
  Compiling soroban-spec v25.1.1
364
362
  Compiling soroban-env-macros v25.0.1
365
363
  Compiling soroban-spec-rust v25.1.1
366
- Compiling soroban-sdk-macros v25.1.1
367
364
  Compiling soroban-env-guest v25.0.1
365
+ Compiling soroban-sdk-macros v25.1.1
368
366
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
369
367
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
370
- Finished `release` profile [optimized] target(s) in 32.12s
368
+ Finished `release` profile [optimized] target(s) in 59.95s
371
369
  ℹ️ Build Summary:
372
370
  Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
373
371
  Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
@@ -436,12 +434,12 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
436
434
  ✅ Build Complete
437
435
 
438
436
  ℹ️ 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
439
- Compiling escape-bytes v0.1.1
440
437
  Compiling byteorder v1.5.0
438
+ Compiling escape-bytes v0.1.1
439
+ Compiling static_assertions v1.1.0
441
440
  Compiling stable_deref_trait v1.2.1
442
- Compiling ethnum v1.5.2
443
441
  Compiling num-traits v0.2.19
444
- Compiling static_assertions v1.1.0
442
+ Compiling ethnum v1.5.2
445
443
  Compiling data-encoding v2.9.0
446
444
  Compiling cfg-if v1.0.4
447
445
  Compiling stellar-xdr v25.0.0
@@ -456,7 +454,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
456
454
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
457
455
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
458
456
  Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
459
- Finished `release` profile [optimized] target(s) in 8.77s
457
+ Finished `release` profile [optimized] target(s) in 18.03s
460
458
  ℹ️ Build Summary:
461
459
  Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
462
460
  Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
@@ -489,7 +487,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
489
487
  ℹ️ 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
490
488
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
491
489
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
492
- Finished `release` profile [optimized] target(s) in 1.11s
490
+ Finished `release` profile [optimized] target(s) in 2.12s
493
491
  ℹ️ Build Summary:
494
492
  Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
495
493
  Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
@@ -537,7 +535,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
537
535
 
538
536
  ℹ️ 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
539
537
  Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
540
- Finished `release` profile [optimized] target(s) in 0.27s
538
+ Finished `release` profile [optimized] target(s) in 0.49s
541
539
  ℹ️ Build Summary:
542
540
  Wasm File: target/wasm32v1-none/release/upgrader.wasm (7575 bytes)
543
541
  Wasm Hash: 7796fed7be887c8f281a3c6e043203c0597969b65d23d5c1f9d767b62dfba062
@@ -549,7 +547,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
549
547
 
550
548
  ℹ️ 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
551
549
  Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
552
- Finished `release` profile [optimized] target(s) in 0.30s
550
+ Finished `release` profile [optimized] target(s) in 0.48s
553
551
  ℹ️ Build Summary:
554
552
  Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15398 bytes)
555
553
  Wasm Hash: 0a8ee862d5fa45a3dca9c2dc8ba111b83e9ab333a78d89273ae0a111211445d1
@@ -566,7 +564,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
566
564
 
567
565
  ℹ️ 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
568
566
  Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
569
- Finished `release` profile [optimized] target(s) in 0.48s
567
+ Finished `release` profile [optimized] target(s) in 1.03s
570
568
  ℹ️ Build Summary:
571
569
  Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
572
570
  Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
@@ -607,7 +605,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
607
605
 
608
606
  ℹ️ 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
609
607
  Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
610
- Finished `release` profile [optimized] target(s) in 0.45s
608
+ Finished `release` profile [optimized] target(s) in 0.90s
611
609
  ℹ️ Build Summary:
612
610
  Wasm File: target/wasm32v1-none/release/treasury.wasm (29508 bytes)
613
611
  Wasm Hash: 0eb3a9c49b66b4af26b0a95337a334b31d981a89258d0fbe0b8d7390a36fc2aa
@@ -636,11 +634,92 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
636
634
  • zro_fee_lib
637
635
  ✅ Build Complete
638
636
 
639
- ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/counter/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
637
+ ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/console-oft/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
640
638
  Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
641
639
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
640
+ Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
641
+ Compiling console-oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/console-oft)
642
+ Finished `release` profile [optimized] target(s) in 3.89s
643
+ ℹ️ Build Summary:
644
+ Wasm File: target/wasm32v1-none/release/console_oft.wasm (87314 bytes)
645
+ Wasm Hash: 58947681d7c6ce9a1a18a256f410b73feb09a328a2d5dd3bac634792ca6ff124
646
+ Wasm Size: 87314 bytes
647
+ Exported Functions: 70 found
648
+ • __constructor
649
+ • accept_ownership
650
+ • allow_initialize_path
651
+ • approval_required
652
+ • authorizer
653
+ • begin_ownership_transfer
654
+ • checkpoint_rate_limit
655
+ • combine_options
656
+ • decimal_conversion_rate
657
+ • default_fee_bps
658
+ • default_paused
659
+ • endpoint
660
+ • enforced_options
661
+ • extend_instance_ttl
662
+ • fee_bps
663
+ • fee_deposit
664
+ • freeze_ttl_configs
665
+ • get_amount_before_fee
666
+ • get_existing_roles
667
+ • get_fee
668
+ • get_rate_limit_global_config
669
+ • get_rate_limit_usages
670
+ • get_role_admin
671
+ • get_role_member
672
+ • get_role_member_count
673
+ • grant_role
674
+ • has_role
675
+ • is_compose_msg_sender
676
+ • is_paused
677
+ • is_rate_limit_exemption
678
+ • is_ttl_configs_frozen
679
+ • lz_receive
680
+ • migrate
681
+ • msg_inspector
682
+ • next_nonce
683
+ • oapp_version
684
+ • oft_type
685
+ • oft_version
686
+ • owner
687
+ • pause_config
688
+ • peer
689
+ • pending_owner
690
+ • quote_oft
691
+ • quote_send
692
+ • rate_limits
693
+ • remove_role_admin
694
+ • renounce_ownership
695
+ • renounce_role
696
+ • revoke_role
697
+ • send
698
+ • set_default_fee_bps
699
+ • set_default_paused
700
+ • set_delegate
701
+ • set_enforced_options
702
+ • set_fee_bps
703
+ • set_fee_deposit
704
+ • set_msg_inspector
705
+ • set_paused
706
+ • set_peer
707
+ • set_rate_limit_config
708
+ • set_rate_limit_exemption
709
+ • set_rate_limit_global_config
710
+ • set_rate_limit_state
711
+ • set_role_admin
712
+ • set_ttl_configs
713
+ • shared_decimals
714
+ • token
715
+ • transfer_ownership
716
+ • ttl_configs
717
+ • upgrade
718
+ ✅ Build Complete
719
+
720
+ ℹ️ 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
642
721
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
643
- Finished `release` profile [optimized] target(s) in 1.31s
722
+ Finished `release` profile [optimized] target(s) in 1.22s
644
723
  ℹ️ Build Summary:
645
724
  Wasm File: target/wasm32v1-none/release/counter.wasm (52094 bytes)
646
725
  Wasm Hash: fb3b11042a126ff4b28846ebf439eb6877da62b9033f5cceab4e0f65a943575b
@@ -698,11 +777,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
698
777
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
699
778
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
700
779
  Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
701
- Finished `release` profile [optimized] target(s) in 1.15s
780
+ Finished `release` profile [optimized] target(s) in 2.12s
702
781
  ℹ️ Build Summary:
703
- Wasm File: target/wasm32v1-none/release/dvn.wasm (56968 bytes)
704
- Wasm Hash: 0b95d8f0155be47dec46abd2914d176eb571e37e7db011c76517dbfdbb56b093
705
- Wasm Size: 56968 bytes
782
+ Wasm File: target/wasm32v1-none/release/dvn.wasm (57320 bytes)
783
+ Wasm Hash: c1fca783a02526390b407444a8272e5ee047e3a10d0c7f2a36514bc083f78e50
784
+ Wasm Size: 57320 bytes
706
785
  Exported Functions: 49 found
707
786
  • __check_auth
708
787
  • __constructor
@@ -758,7 +837,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
758
837
  ℹ️ 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
759
838
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
760
839
  Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
761
- Finished `release` profile [optimized] target(s) in 0.61s
840
+ Finished `release` profile [optimized] target(s) in 1.04s
762
841
  ℹ️ Build Summary:
763
842
  Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
764
843
  Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
@@ -785,11 +864,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
785
864
 
786
865
  ℹ️ 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
787
866
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
788
- Finished `release` profile [optimized] target(s) in 0.78s
867
+ Finished `release` profile [optimized] target(s) in 1.31s
789
868
  ℹ️ Build Summary:
790
- Wasm File: target/wasm32v1-none/release/executor.wasm (59292 bytes)
791
- Wasm Hash: 936ada7ca624b7776f737743d2aa24207a3785f964a03174de6ecef6d1888172
792
- Wasm Size: 59292 bytes
869
+ Wasm File: target/wasm32v1-none/release/executor.wasm (59644 bytes)
870
+ Wasm Hash: eff897b1e7fdb1f0e120d522ae25064e9db980855089f152861d22aee2ad85fb
871
+ Wasm Size: 59644 bytes
793
872
  Exported Functions: 49 found
794
873
  • __check_auth
795
874
  • __constructor
@@ -844,7 +923,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
844
923
 
845
924
  ℹ️ 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
846
925
  Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
847
- Finished `release` profile [optimized] target(s) in 0.43s
926
+ Finished `release` profile [optimized] target(s) in 0.70s
848
927
  ℹ️ Build Summary:
849
928
  Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
850
929
  Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
@@ -874,7 +953,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
874
953
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
875
954
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
876
955
  Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
877
- Finished `release` profile [optimized] target(s) in 0.98s
956
+ Finished `release` profile [optimized] target(s) in 1.63s
878
957
  ℹ️ Build Summary:
879
958
  Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25861 bytes)
880
959
  Wasm Hash: 0b467a6655e22fdc3bb5d7ca32c3df86fe38a5856570be78f07c1cac18ccc6cd
@@ -890,7 +969,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
890
969
 
891
970
  ℹ️ 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
892
971
  Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
893
- Finished `release` profile [optimized] target(s) in 0.60s
972
+ Finished `release` profile [optimized] target(s) in 1.13s
894
973
  ℹ️ Build Summary:
895
974
  Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
896
975
  Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
@@ -929,9 +1008,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
929
1008
  ✅ Build Complete
930
1009
 
931
1010
  ℹ️ 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
932
- Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
933
1011
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
934
- Finished `release` profile [optimized] target(s) in 1.29s
1012
+ Finished `release` profile [optimized] target(s) in 1.72s
935
1013
  ℹ️ Build Summary:
936
1014
  Wasm File: target/wasm32v1-none/release/oft.wasm (78054 bytes)
937
1015
  Wasm Hash: 66b8fc024be5e12530d2895a74b36e6244eaedcde669aa06df4880577b869578
@@ -1002,7 +1080,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1002
1080
 
1003
1081
  ℹ️ 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
1004
1082
  Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
1005
- Finished `release` profile [optimized] target(s) in 0.46s
1083
+ Finished `release` profile [optimized] target(s) in 0.86s
1006
1084
  ℹ️ Build Summary:
1007
1085
  Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
1008
1086
  Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
@@ -1038,18 +1116,18 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1038
1116
  • underlying_sac
1039
1117
  ✅ Build Complete
1040
1118
 
1041
- ⏱️ stellar contract build: 1:07.002 (m:ss.mmm)
1119
+ ⏱️ stellar contract build: 1:45.842 (m:ss.mmm)
1042
1120
   WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
1043
1121
 
1044
1122
  > @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
1045
1123
  > stellar-ts-bindings-gen --config ts-bindings-gen.toml
1046
1124
 
1047
- 🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy
1125
+ 🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy
1048
1126
  📦 Using 4 default cache volume(s) for stellar
1049
1127
  🔧 User volumes override 1 default volume(s)
1050
1128
  ✅ stellar-25.1.0 (Latest stable release)
1051
1129
  🔧 stellar version: 25.1.0
1052
- (node:22521) [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.
1130
+ (node:100030) [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.
1053
1131
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
1054
1132
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
1055
1133
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -1058,9 +1136,9 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
1058
1136
  ✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
1059
1137
  👤 Running container as UID:GID 1001:1001
1060
1138
  🌍 Using 5 default environment variable(s) for stellar
1061
- 📜 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
1139
+ 📜 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
1062
1140
  🔒 Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
1063
- $ 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'
1141
+ $ 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'
1064
1142
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
1065
1143
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
1066
1144
  info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
@@ -1069,8 +1147,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
1069
1147
 
1070
1148
  1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
1071
1149
 
1072
- info: checking for self-update
1073
- ⏱️ 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: 840.401ms
1150
+ ⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 954.644ms
1074
1151
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
1075
1152
  📦 Using 4 default cache volume(s) for stellar
1076
1153
  ✅ stellar-25.1.0 (Latest stable release)
@@ -1082,117 +1159,8 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
1082
1159
  🌍 Using 5 default environment variable(s) for stellar
1083
1160
  📜 Executing custom script: cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml
1084
1161
  $ 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'
1085
- Updating crates.io index
1086
- Downloading crates ...
1087
- Downloaded generic-array v0.14.7
1088
- Downloaded digest v0.9.0
1089
- Downloaded deranged v0.5.8
1090
- Downloaded sha2 v0.9.9
1091
- Downloaded toml_write v0.1.2
1092
- Downloaded zmij v1.0.21
1093
- Downloaded unicode-ident v1.0.24
1094
- Downloaded winnow v0.7.14
1095
- Downloaded toml_edit v0.22.27
1096
- Downloaded quote v1.0.44
1097
- Downloaded toml_datetime v0.6.11
1098
- Downloaded time v0.3.47
1099
- Downloaded serde_with v3.17.0
1100
- Downloaded serde_spanned v0.6.9
1101
- Downloaded serde_json v1.0.149
1102
- Downloaded serde_with_macros v3.17.0
1103
- Downloaded memchr v2.8.0
1104
- Downloaded glob v0.3.3
1105
- Downloaded base64 v0.21.7
1106
- Downloaded syn v2.0.117
1107
- Downloaded soroban-spec-typescript v25.1.0
1108
- Downloaded opaque-debug v0.3.1
1109
- Downloaded num-conv v0.2.0
1110
- Downloaded hashbrown v0.16.1
1111
- Downloaded itoa v1.0.17
1112
- Downloaded include_dir v0.7.4
1113
- Downloaded schemars v1.2.1
1114
- Downloaded indexmap v2.13.0
1115
- Downloaded iana-time-zone v0.1.65
1116
- Downloaded toml v0.8.23
1117
- Downloaded time-core v0.1.8
1118
- Downloaded include_dir_macros v0.7.4
1119
- Downloaded heck v0.4.1
1120
- Downloaded time-macros v0.2.27
1121
- Downloaded data-encoding v2.10.0
1122
- Downloaded block-buffer v0.9.0
1123
- Downloaded proc-macro2 v1.0.106
1124
- Downloaded anyhow v1.0.102
1125
- Downloaded crypto-common v0.1.7
1126
- Downloaded chrono v0.4.44
1127
- Compiling unicode-ident v1.0.24
1128
- Compiling proc-macro2 v1.0.106
1129
- Compiling quote v1.0.44
1130
- Compiling zmij v1.0.21
1131
- Compiling serde_json v1.0.149
1132
- Compiling serde_core v1.0.228
1133
- Compiling version_check v0.9.5
1134
- Compiling memchr v2.8.0
1135
- Compiling itoa v1.0.17
1136
- Compiling typenum v1.19.0
1137
- Compiling serde v1.0.228
1138
- Compiling fnv v1.0.7
1139
- Compiling strsim v0.11.1
1140
- Compiling ident_case v1.0.1
1141
- Compiling equivalent v1.0.2
1142
- Compiling schemars v0.8.22
1143
- Compiling hashbrown v0.16.1
1144
- Compiling cfg-if v1.0.4
1145
- Compiling dyn-clone v1.0.20
1146
- Compiling cpufeatures v0.2.17
1147
- Compiling thiserror v1.0.69
1148
- Compiling generic-array v0.14.7
1149
- Compiling data-encoding v2.10.0
1150
- Compiling escape-bytes v0.1.1
1151
- Compiling ethnum v1.5.2
1152
- Compiling semver v1.0.27
1153
- Compiling base64 v0.22.1
1154
- Compiling prettyplease v0.2.37
1155
- Compiling either v1.15.0
1156
- Compiling toml_write v0.1.2
1157
- Compiling anyhow v1.0.102
1158
- Compiling glob v0.3.3
1159
- Compiling winnow v0.7.14
1160
- Compiling opaque-debug v0.3.1
1161
- Compiling itertools v0.10.5
1162
- Compiling heck v0.4.1
1163
- Compiling base64 v0.21.7
1164
- Compiling indexmap v2.13.0
1165
- Compiling syn v2.0.117
1166
- Compiling include_dir_macros v0.7.4
1167
- Compiling wasmparser v0.116.1
1168
- Compiling block-buffer v0.10.4
1169
- Compiling crypto-common v0.1.7
1170
- Compiling block-buffer v0.9.0
1171
- Compiling digest v0.9.0
1172
- Compiling include_dir v0.7.4
1173
- Compiling digest v0.10.7
1174
- Compiling sha2 v0.9.9
1175
- Compiling sha2 v0.10.9
1176
- Compiling darling_core v0.21.3
1177
- Compiling serde_derive v1.0.228
1178
- Compiling cfg_eval v0.1.2
1179
- Compiling thiserror-impl v1.0.69
1180
- Compiling darling_macro v0.21.3
1181
- Compiling crate-git-revision v0.0.6
1182
- Compiling darling v0.21.3
1183
- Compiling serde_with_macros v3.17.0
1184
- Compiling stellar-strkey v0.0.13
1185
- Compiling stellar-xdr v25.0.0
1186
- Compiling hex v0.4.3
1187
- Compiling toml_datetime v0.6.11
1188
- Compiling serde_spanned v0.6.9
1189
- Compiling toml_edit v0.22.27
1190
- Compiling serde_with v3.17.0
1191
- Compiling toml v0.8.23
1192
- Compiling soroban-spec v25.1.1
1193
- Compiling soroban-spec-typescript v25.1.0
1194
- Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
1195
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.25s
1162
+ Blocking waiting for file lock on build directory
1163
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.06s
1196
1164
  Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
1197
1165
  Generating TypeScript bindings for 16 contract(s)...
1198
1166
 
@@ -1235,7 +1203,7 @@ Processing contract: upgrader
1235
1203
  Processing contract: dvn
1236
1204
  WASM: target/wasm32v1-none/release/dvn.wasm
1237
1205
  Output: sdk/src/generated/dvn.ts
1238
- WASM size: 56968 bytes (55.63 KB)
1206
+ WASM size: 57320 bytes (55.98 KB)
1239
1207
  Generating bindings...
1240
1208
  Generated: sdk/src/generated/dvn.ts
1241
1209
  Processing contract: dvn_fee_lib
@@ -1247,7 +1215,7 @@ Processing contract: dvn_fee_lib
1247
1215
  Processing contract: executor
1248
1216
  WASM: target/wasm32v1-none/release/executor.wasm
1249
1217
  Output: sdk/src/generated/executor.ts
1250
- WASM size: 59292 bytes (57.90 KB)
1218
+ WASM size: 59644 bytes (58.25 KB)
1251
1219
  Generating bindings...
1252
1220
  Generated: sdk/src/generated/executor.ts
1253
1221
  Processing contract: executor_fee_lib
@@ -1312,4 +1280,4 @@ Generated files in sdk/src/generated:
1312
1280
  - oft.ts
1313
1281
  - sac_manager.ts
1314
1282
  - layerzero_view.ts
1315
- ⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 26.887s
1283
+ ⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 16.693s