@layerzerolabs/protocol-stellar-v2 0.2.34 → 0.2.35

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 (68) hide show
  1. package/.turbo/turbo-build.log +250 -251
  2. package/.turbo/turbo-lint.log +226 -231
  3. package/.turbo/turbo-test.log +1994 -1731
  4. package/Cargo.lock +10 -10
  5. package/Cargo.toml +1 -1
  6. package/contracts/common-macros/src/storage.rs +7 -5
  7. package/contracts/common-macros/src/tests/storage/snapshots/common_macros__tests__storage__generate_storage__snapshot_generated_storage_code.snap +3 -3
  8. package/contracts/endpoint-v2/src/endpoint_v2.rs +5 -4
  9. package/contracts/endpoint-v2/src/interfaces/messaging_channel.rs +7 -8
  10. package/contracts/endpoint-v2/src/messaging_channel.rs +78 -45
  11. package/contracts/endpoint-v2/src/storage.rs +8 -3
  12. package/contracts/endpoint-v2/src/tests/endpoint_setup.rs +2 -2
  13. package/contracts/endpoint-v2/src/tests/endpoint_v2/clear.rs +12 -15
  14. package/contracts/endpoint-v2/src/tests/endpoint_v2/verifiable.rs +46 -9
  15. package/contracts/endpoint-v2/src/tests/messaging_channel/burn.rs +7 -23
  16. package/contracts/endpoint-v2/src/tests/messaging_channel/clear_payload.rs +23 -20
  17. package/contracts/endpoint-v2/src/tests/messaging_channel/inbound.rs +94 -1
  18. package/contracts/endpoint-v2/src/tests/messaging_channel/inbound_nonce.rs +17 -15
  19. package/contracts/endpoint-v2/src/tests/messaging_channel/mod.rs +1 -1
  20. package/contracts/endpoint-v2/src/tests/messaging_channel/nilify.rs +48 -13
  21. package/contracts/endpoint-v2/src/tests/messaging_channel/pending_inbound_nonces.rs +111 -0
  22. package/contracts/endpoint-v2/src/tests/messaging_channel/skip.rs +15 -25
  23. package/contracts/layerzero-views/src/layerzero_view.rs +2 -2
  24. package/contracts/layerzero-views/src/tests/layerzero_view_tests.rs +3 -4
  25. package/contracts/layerzero-views/src/tests/setup.rs +0 -21
  26. package/contracts/message-libs/blocked-message-lib/src/lib.rs +4 -4
  27. package/contracts/message-libs/uln-302/src/send_uln.rs +5 -5
  28. package/contracts/oapps/counter/src/counter.rs +6 -0
  29. package/contracts/oapps/oapp/src/oapp_sender.rs +3 -2
  30. package/contracts/oapps/oft/src/extensions/oft_fee.rs +5 -0
  31. package/contracts/oapps/oft/src/oft.rs +5 -4
  32. package/docs/layerzero-v2-on-stellar.md +46 -2
  33. package/package.json +3 -3
  34. package/sdk/.turbo/turbo-test.log +312 -316
  35. package/sdk/dist/generated/bml.d.ts +3 -3
  36. package/sdk/dist/generated/bml.js +3 -3
  37. package/sdk/dist/generated/counter.d.ts +32 -3
  38. package/sdk/dist/generated/counter.js +6 -3
  39. package/sdk/dist/generated/dvn.d.ts +3 -3
  40. package/sdk/dist/generated/dvn.js +3 -3
  41. package/sdk/dist/generated/dvn_fee_lib.d.ts +2 -2
  42. package/sdk/dist/generated/dvn_fee_lib.js +2 -2
  43. package/sdk/dist/generated/endpoint.d.ts +12 -13
  44. package/sdk/dist/generated/endpoint.js +7 -7
  45. package/sdk/dist/generated/executor.d.ts +3 -3
  46. package/sdk/dist/generated/executor.js +3 -3
  47. package/sdk/dist/generated/executor_fee_lib.d.ts +2 -2
  48. package/sdk/dist/generated/executor_fee_lib.js +2 -2
  49. package/sdk/dist/generated/executor_helper.d.ts +2 -2
  50. package/sdk/dist/generated/executor_helper.js +2 -2
  51. package/sdk/dist/generated/layerzero_view.d.ts +3 -3
  52. package/sdk/dist/generated/layerzero_view.js +3 -3
  53. package/sdk/dist/generated/oft.d.ts +32 -3
  54. package/sdk/dist/generated/oft.js +6 -3
  55. package/sdk/dist/generated/price_feed.d.ts +3 -3
  56. package/sdk/dist/generated/price_feed.js +3 -3
  57. package/sdk/dist/generated/sac_manager.d.ts +24 -3
  58. package/sdk/dist/generated/sac_manager.js +4 -3
  59. package/sdk/dist/generated/sml.d.ts +2 -2
  60. package/sdk/dist/generated/sml.js +2 -2
  61. package/sdk/dist/generated/treasury.d.ts +2 -2
  62. package/sdk/dist/generated/treasury.js +2 -2
  63. package/sdk/dist/generated/uln302.d.ts +3 -3
  64. package/sdk/dist/generated/uln302.js +3 -3
  65. package/sdk/dist/generated/upgrader.d.ts +2 -2
  66. package/sdk/dist/generated/upgrader.js +2 -2
  67. package/sdk/package.json +1 -1
  68. package/contracts/endpoint-v2/src/tests/messaging_channel/lazy_inbound_nonce.rs +0 -39
@@ -12,13 +12,13 @@
12
12
  📦 Using 4 default cache volume(s) for stellar
13
13
  ✅ stellar-25.0.0 (Latest stable release)
14
14
  🔧 stellar version: 25.0.0
15
- (node:26892) [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.
15
+ (node:34161) [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.
16
16
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
17
17
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
18
18
  (Use `node --trace-warnings ...` to show where the warning was created)
19
19
  $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.0.0
20
-
21
20
  Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.0.0
21
+
22
22
  📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.0.0
23
23
  $ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.0.0
24
24
  stellar_25.0.0: Pulling from layerzerolabs/stellar-tooling
@@ -30,49 +30,46 @@ f6bd9104d248: Pulling fs layer
30
30
  1cfd9ed002d2: Pulling fs layer
31
31
  43dc8d96fd20: Pulling fs layer
32
32
  2c1ce468d9f3: Pulling fs layer
33
- f6bd9104d248: Waiting
34
33
  1d4a870e3b66: Pulling fs layer
35
34
  1b2c4c00c303: Pulling fs layer
36
35
  73ca50fa4809: Pulling fs layer
37
36
  f5a85bd7a844: Pulling fs layer
38
37
  c132a28172a5: Pulling fs layer
39
38
  67ce8fb56745: Waiting
40
- 6ba0ba49c87d: Waiting
41
- 1cfd9ed002d2: Waiting
42
39
  43dc8d96fd20: Waiting
43
40
  2c1ce468d9f3: Waiting
44
- 1d4a870e3b66: Waiting
45
41
  1b2c4c00c303: Waiting
42
+ 1d4a870e3b66: Waiting
46
43
  73ca50fa4809: Waiting
44
+ 6ba0ba49c87d: Waiting
45
+ 1cfd9ed002d2: Waiting
47
46
  f5a85bd7a844: Waiting
48
47
  c132a28172a5: Waiting
49
- 4617420e017b: Waiting
50
- 4e430a9db1a3: Waiting
51
- f6bd9104d248: Verifying Checksum
52
48
  f6bd9104d248: Download complete
53
- f6bd9104d248: Pull complete
54
49
  67ce8fb56745: Verifying Checksum
55
50
  67ce8fb56745: Download complete
51
+ f6bd9104d248: Pull complete
56
52
  6ba0ba49c87d: Verifying Checksum
57
53
  6ba0ba49c87d: Download complete
58
54
  1cfd9ed002d2: Verifying Checksum
59
55
  1cfd9ed002d2: Download complete
60
56
  4617420e017b: Verifying Checksum
61
57
  4617420e017b: Download complete
58
+ 2c1ce468d9f3: Verifying Checksum
62
59
  2c1ce468d9f3: Download complete
63
- 4e430a9db1a3: Verifying Checksum
64
- 4e430a9db1a3: Download complete
65
- 1b2c4c00c303: Download complete
66
- 73ca50fa4809: Download complete
67
- f5a85bd7a844: Verifying Checksum
68
- f5a85bd7a844: Download complete
69
- c132a28172a5: Verifying Checksum
70
- c132a28172a5: Download complete
71
60
  43dc8d96fd20: Verifying Checksum
72
61
  43dc8d96fd20: Download complete
62
+ 1b2c4c00c303: Verifying Checksum
63
+ 1b2c4c00c303: Download complete
73
64
  1d4a870e3b66: Verifying Checksum
74
65
  1d4a870e3b66: Download complete
66
+ f5a85bd7a844: Download complete
67
+ 73ca50fa4809: Verifying Checksum
68
+ 73ca50fa4809: Download complete
69
+ c132a28172a5: Download complete
75
70
  4617420e017b: Pull complete
71
+ 4e430a9db1a3: Verifying Checksum
72
+ 4e430a9db1a3: Download complete
76
73
  4e430a9db1a3: Pull complete
77
74
  67ce8fb56745: Pull complete
78
75
  6ba0ba49c87d: Pull complete
@@ -97,214 +94,214 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
97
94
  ℹ️ 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
98
95
  Updating crates.io index
99
96
  Downloading crates ...
97
+ Downloaded ahash v0.8.12
100
98
  Downloaded ark-bn254 v0.4.0
101
99
  Downloaded ark-ff-macros v0.4.2
102
- Downloaded ahash v0.8.12
103
- Downloaded ref-cast v1.0.25
104
- Downloaded ref-cast-impl v1.0.25
105
- Downloaded visibility v0.1.1
106
- Downloaded soroban-env-guest v25.0.1
107
- Downloaded time-core v0.1.6
108
- Downloaded rustc_version v0.4.1
109
- Downloaded crypto-common v0.1.6
110
100
  Downloaded ark-ff-asm v0.4.2
101
+ Downloaded arbitrary v1.3.2
102
+ Downloaded ctor-proc-macro v0.0.6
103
+ Downloaded cfg-if v1.0.4
104
+ Downloaded keccak v0.1.5
105
+ Downloaded rustc_version v0.4.1
106
+ Downloaded crate-git-revision v0.0.6
107
+ Downloaded curve25519-dalek-derive v0.1.1
108
+ Downloaded deranged v0.5.5
109
+ Downloaded ident_case v1.0.1
110
+ Downloaded hex v0.4.3
111
+ Downloaded fnv v1.0.7
112
+ Downloaded semver v1.0.27
113
+ Downloaded rand_core v0.6.4
114
+ Downloaded heck v0.5.0
115
+ Downloaded ryu v1.0.20
111
116
  Downloaded stellar-strkey v0.0.13
112
- Downloaded sec1 v0.7.3
113
- Downloaded schemars v0.9.0
114
117
  Downloaded zeroize_derive v1.4.2
118
+ Downloaded version_check v0.9.5
119
+ Downloaded rand v0.8.5
120
+ Downloaded time-core v0.1.6
121
+ Downloaded wasmi_arena v0.4.1
122
+ Downloaded time-macros v0.2.24
123
+ Downloaded wasmi_core v0.13.0
124
+ Downloaded itertools v0.14.0
115
125
  Downloaded zeroize v1.8.2
116
- Downloaded stellar-strkey v0.0.16
117
- Downloaded unicode-ident v1.0.22
118
- Downloaded soroban-sdk v25.1.0
119
- Downloaded serde v1.0.228
120
- Downloaded serde_with v3.15.1
126
+ Downloaded spin v0.9.8
127
+ Downloaded typenum v1.19.0
128
+ Downloaded serde_core v1.0.228
121
129
  Downloaded wasmparser-nostd v0.100.2
122
- Downloaded zerocopy v0.8.27
123
- Downloaded wasmparser v0.116.1
124
- Downloaded syn v1.0.109
125
- Downloaded itertools v0.14.0
130
+ Downloaded curve25519-dalek v4.1.3
131
+ Downloaded time v0.3.44
126
132
  Downloaded serde_json v1.0.145
127
- Downloaded libm v0.2.15
133
+ Downloaded wasmparser v0.116.1
134
+ Downloaded zerocopy v0.8.27
135
+ Downloaded serde_with v3.15.1
136
+ Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
128
137
  Downloaded syn v2.0.108
138
+ Downloaded syn v1.0.109
139
+ Downloaded soroban-sdk v25.1.1
140
+ Downloaded ark-bls12-381 v0.4.0
141
+ Downloaded schemars v1.0.5
142
+ Downloaded soroban-env-common v25.0.1
143
+ Downloaded serde_derive v1.0.228
144
+ Downloaded serde v1.0.228
129
145
  Downloaded chrono v0.4.42
130
- Downloaded curve25519-dalek v4.1.3
146
+ Downloaded soroban-sdk-macros v25.1.1
147
+ Downloaded soroban-env-macros v25.0.1
148
+ Downloaded smallvec v1.15.1
149
+ Downloaded serde_with_macros v3.15.1
150
+ Downloaded schemars v0.9.0
151
+ Downloaded schemars v0.8.22
152
+ Downloaded unicode-ident v1.0.22
153
+ Downloaded thiserror-impl v1.0.69
154
+ Downloaded stellar-strkey v0.0.16
155
+ Downloaded libm v0.2.15
156
+ Downloaded soroban-env-host v25.0.1
131
157
  Downloaded hashbrown v0.16.0
132
- Downloaded time v0.3.44
133
- Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
134
- Downloaded itertools v0.10.5
135
- Downloaded hashbrown v0.12.3
158
+ Downloaded thiserror v1.0.69
159
+ Downloaded spki v0.7.3
160
+ Downloaded static_assertions v1.1.0
161
+ Downloaded libc v0.2.177
162
+ Downloaded signature v2.2.0
163
+ Downloaded sha2 v0.10.9
136
164
  Downloaded num-bigint v0.4.6
137
- Downloaded memchr v2.7.6
165
+ Downloaded itertools v0.10.5
138
166
  Downloaded indexmap v2.12.0
139
167
  Downloaded hashbrown v0.13.2
168
+ Downloaded hashbrown v0.12.3
140
169
  Downloaded der v0.7.10
170
+ Downloaded sha3 v0.10.8
171
+ Downloaded soroban-spec-rust v25.1.1
172
+ Downloaded soroban-spec v25.1.1
173
+ Downloaded memchr v2.7.6
174
+ Downloaded k256 v0.13.4
141
175
  Downloaded darling_core v0.20.11
142
- Downloaded ark-bls12-381 v0.4.0
143
176
  Downloaded crypto-bigint v0.5.5
144
- Downloaded rand v0.8.5
145
- Downloaded prettyplease v0.2.37
146
- Downloaded k256 v0.13.4
147
- Downloaded soroban-env-host v25.0.1
148
- Downloaded ed25519-dalek v2.2.0
149
- Downloaded ecdsa v0.16.9
150
- Downloaded darling_core v0.21.3
151
- Downloaded base64 v0.22.1
152
- Downloaded ark-ff v0.4.2
153
- Downloaded soroban-env-common v25.0.1
154
- Downloaded sha3 v0.10.8
155
- Downloaded serde_core v1.0.228
156
- Downloaded libc v0.2.177
157
- Downloaded proc-macro2 v1.0.103
158
177
  Downloaded p256 v0.13.2
159
- Downloaded indexmap v1.9.3
160
- Downloaded iana-time-zone v0.1.64
161
178
  Downloaded heapless v0.8.0
162
179
  Downloaded ethnum v1.5.2
163
- Downloaded elliptic-curve v0.13.8
164
- Downloaded darling v0.20.11
165
- Downloaded typenum v1.19.0
166
- Downloaded serde_derive v1.0.228
180
+ Downloaded darling_core v0.21.3
181
+ Downloaded soroban-env-guest v25.0.1
182
+ Downloaded soroban-builtin-sdk-macros v25.0.1
183
+ Downloaded quote v1.0.41
184
+ Downloaded proc-macro2 v1.0.103
185
+ Downloaded prettyplease v0.2.37
167
186
  Downloaded num-traits v0.2.19
168
- Downloaded hmac v0.12.1
187
+ Downloaded indexmap v1.9.3
169
188
  Downloaded getrandom v0.2.16
170
- Downloaded ff v0.13.1
171
- Downloaded derivative v2.2.0
172
- Downloaded data-encoding v2.9.0
189
+ Downloaded elliptic-curve v0.13.8
190
+ Downloaded ed25519-dalek v2.2.0
173
191
  Downloaded darling v0.21.3
174
- Downloaded const-oid v0.9.6
175
- Downloaded ark-ec v0.4.2
176
- Downloaded arbitrary v1.3.2
177
- Downloaded static_assertions v1.1.0
178
- Downloaded spki v0.7.3
179
- Downloaded soroban-sdk-macros v25.1.0
180
- Downloaded soroban-ledger-snapshot v25.1.0
181
- Downloaded soroban-env-macros v25.0.1
182
- Downloaded soroban-builtin-sdk-macros v25.0.1
183
- Downloaded smallvec v1.15.1
184
- Downloaded sha2 v0.10.9
185
- Downloaded serde_with_macros v3.15.1
186
- Downloaded schemars v1.0.5
187
- Downloaded ppv-lite86 v0.2.21
188
- Downloaded pkcs8 v0.10.2
189
- Downloaded paste v1.0.15
192
+ Downloaded darling v0.20.11
193
+ Downloaded base64 v0.22.1
194
+ Downloaded ark-ff v0.4.2
195
+ Downloaded visibility v0.1.1
196
+ Downloaded subtle v2.6.1
197
+ Downloaded strsim v0.11.1
198
+ Downloaded stable_deref_trait v1.2.1
199
+ Downloaded sec1 v0.7.3
190
200
  Downloaded once_cell v1.21.3
191
201
  Downloaded num-integer v0.1.46
192
- Downloaded itoa v1.0.15
202
+ Downloaded iana-time-zone v0.1.64
203
+ Downloaded hmac v0.12.1
204
+ Downloaded group v0.13.0
205
+ Downloaded generic-array v0.14.9
206
+ Downloaded ff v0.13.1
207
+ Downloaded escape-bytes v0.1.1
193
208
  Downloaded either v1.15.0
194
- Downloaded ed25519 v2.2.3
209
+ Downloaded ecdsa v0.16.9
210
+ Downloaded dyn-clone v1.0.20
195
211
  Downloaded digest v0.10.7
196
- Downloaded deranged v0.5.5
212
+ Downloaded derivative v2.2.0
213
+ Downloaded data-encoding v2.9.0
214
+ Downloaded const-oid v0.9.6
215
+ Downloaded bytes-lit v0.0.5
197
216
  Downloaded byteorder v1.5.0
198
217
  Downloaded block-buffer v0.10.4
199
218
  Downloaded base64ct v1.8.0
200
219
  Downloaded autocfg v1.5.0
201
220
  Downloaded ark-std v0.4.0
202
- Downloaded ark-poly v0.4.2
203
- Downloaded wasmi_core v0.13.0
204
- Downloaded version_check v0.9.5
205
- Downloaded time-macros v0.2.24
206
- Downloaded thiserror-impl v1.0.69
207
- Downloaded thiserror v1.0.69
208
- Downloaded strsim v0.11.1
209
- Downloaded soroban-spec v25.1.0
210
- Downloaded quote v1.0.41
221
+ Downloaded ark-ec v0.4.2
222
+ Downloaded soroban-ledger-snapshot v25.1.1
223
+ Downloaded rfc6979 v0.4.0
224
+ Downloaded ref-cast-impl v1.0.25
225
+ Downloaded ref-cast v1.0.25
226
+ Downloaded rand_chacha v0.3.1
211
227
  Downloaded primeorder v0.13.6
228
+ Downloaded ppv-lite86 v0.2.21
229
+ Downloaded powerfmt v0.2.0
230
+ Downloaded pkcs8 v0.10.2
231
+ Downloaded paste v1.0.15
212
232
  Downloaded num-derive v0.4.2
233
+ Downloaded num-conv v0.1.0
213
234
  Downloaded macro-string v0.1.4
214
- Downloaded keccak v0.1.5
235
+ Downloaded itoa v1.0.15
215
236
  Downloaded indexmap-nostd v0.4.0
216
- Downloaded hex v0.4.3
217
- Downloaded heck v0.5.0
237
+ Downloaded ed25519 v2.2.3
238
+ Downloaded base16ct v0.2.0
218
239
  Downloaded hash32 v0.3.1
219
- Downloaded generic-array v0.14.9
220
- Downloaded curve25519-dalek-derive v0.1.1
221
- Downloaded ctor-proc-macro v0.0.6
222
- Downloaded ark-serialize v0.4.2
223
- Downloaded wasmi_arena v0.4.1
224
- Downloaded subtle v2.6.1
225
- Downloaded stable_deref_trait v1.2.1
226
- Downloaded soroban-spec-rust v25.1.0
227
- Downloaded signature v2.2.0
228
- Downloaded powerfmt v0.2.0
229
- Downloaded ident_case v1.0.1
230
- Downloaded group v0.13.0
231
- Downloaded fnv v1.0.7
232
- Downloaded escape-bytes v0.1.1
233
- Downloaded equivalent v1.0.2
234
- Downloaded dyn-clone v1.0.20
235
240
  Downloaded dtor v0.1.1
236
- Downloaded derive_arbitrary v1.3.2
237
241
  Downloaded darling_macro v0.20.11
242
+ Downloaded crypto-common v0.1.6
238
243
  Downloaded cfg_eval v0.1.2
239
- Downloaded cfg-if v1.0.4
240
- Downloaded base16ct v0.2.0
241
244
  Downloaded ark-serialize-derive v0.4.2
242
- Downloaded rand_core v0.6.4
243
- Downloaded rand_chacha v0.3.1
244
- Downloaded num-conv v0.1.0
245
- Downloaded stellar-xdr v25.0.0
246
- Downloaded downcast-rs v1.2.1
247
- Downloaded bytes-lit v0.0.5
248
- Downloaded ryu v1.0.20
249
- Downloaded rfc6979 v0.4.0
245
+ Downloaded ark-serialize v0.4.2
250
246
  Downloaded hex-literal v0.4.1
247
+ Downloaded equivalent v1.0.2
248
+ Downloaded dtor-proc-macro v0.0.6
249
+ Downloaded downcast-rs v1.2.1
251
250
  Downloaded darling_macro v0.21.3
251
+ Downloaded ark-poly v0.4.2
252
+ Downloaded derive_arbitrary v1.3.2
252
253
  Downloaded ctor v0.5.0
253
- Downloaded crate-git-revision v0.0.6
254
+ Downloaded stellar-xdr v25.0.0
254
255
  Downloaded cpufeatures v0.2.17
255
- Downloaded semver v1.0.27
256
- Downloaded dtor-proc-macro v0.0.6
257
- Downloaded spin v0.9.8
258
- Downloaded schemars v0.8.22
259
256
  Compiling proc-macro2 v1.0.103
260
257
  Compiling unicode-ident v1.0.22
261
258
  Compiling quote v1.0.41
262
259
  Compiling serde_core v1.0.228
263
260
  Compiling serde v1.0.228
264
261
  Compiling serde_json v1.0.145
265
- Compiling itoa v1.0.15
266
262
  Compiling memchr v2.7.6
263
+ Compiling itoa v1.0.15
267
264
  Compiling ryu v1.0.20
268
265
  Compiling strsim v0.11.1
269
- Compiling fnv v1.0.7
270
266
  Compiling ident_case v1.0.1
271
- Compiling version_check v0.9.5
267
+ Compiling fnv v1.0.7
272
268
  Compiling typenum v1.19.0
269
+ Compiling version_check v0.9.5
273
270
  Compiling autocfg v1.5.0
274
271
  Compiling schemars v0.8.22
275
272
  Compiling dyn-clone v1.0.20
276
- Compiling data-encoding v2.9.0
277
273
  Compiling cfg-if v1.0.4
278
274
  Compiling cpufeatures v0.2.17
279
- Compiling ethnum v1.5.2
275
+ Compiling data-encoding v2.9.0
280
276
  Compiling escape-bytes v0.1.1
281
- Compiling generic-array v0.14.9
277
+ Compiling ethnum v1.5.2
282
278
  Compiling either v1.15.0
283
279
  Compiling semver v1.0.27
280
+ Compiling hashbrown v0.16.0
284
281
  Compiling thiserror v1.0.69
285
282
  Compiling equivalent v1.0.2
286
- Compiling hashbrown v0.16.0
287
283
  Compiling prettyplease v0.2.37
288
- Compiling base64 v0.22.1
289
- Compiling itertools v0.10.5
290
- Compiling heapless v0.8.0
284
+ Compiling generic-array v0.14.9
291
285
  Compiling byteorder v1.5.0
286
+ Compiling heapless v0.8.0
292
287
  Compiling num-traits v0.2.19
288
+ Compiling itertools v0.10.5
289
+ Compiling base64 v0.22.1
293
290
  Compiling rustc_version v0.4.1
294
- Compiling hash32 v0.3.1
295
291
  Compiling static_assertions v1.1.0
296
292
  Compiling stable_deref_trait v1.2.1
293
+ Compiling hash32 v0.3.1
297
294
  Compiling heck v0.5.0
298
295
  Compiling itertools v0.14.0
299
296
  Compiling indexmap v2.12.0
297
+ Compiling num-integer v0.1.46
298
+ Compiling syn v2.0.108
299
+ Compiling num-bigint v0.4.6
300
+ Compiling wasmparser v0.116.1
300
301
  Compiling block-buffer v0.10.4
301
302
  Compiling crypto-common v0.1.6
302
- Compiling syn v2.0.108
303
303
  Compiling digest v0.10.7
304
304
  Compiling sha2 v0.10.9
305
- Compiling wasmparser v0.116.1
306
- Compiling num-integer v0.1.46
307
- Compiling num-bigint v0.4.6
308
305
  Compiling darling_core v0.21.3
309
306
  Compiling darling_core v0.20.11
310
307
  Compiling macro-string v0.1.4
@@ -312,34 +309,34 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
312
309
  Compiling cfg_eval v0.1.2
313
310
  Compiling thiserror-impl v1.0.69
314
311
  Compiling num-derive v0.4.2
315
- Compiling bytes-lit v0.0.5
316
312
  Compiling visibility v0.1.1
313
+ Compiling bytes-lit v0.0.5
317
314
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
318
- Compiling darling_macro v0.20.11
319
315
  Compiling darling_macro v0.21.3
320
- Compiling darling v0.20.11
316
+ Compiling darling_macro v0.20.11
321
317
  Compiling darling v0.21.3
322
318
  Compiling serde_with_macros v3.15.1
319
+ Compiling darling v0.20.11
323
320
  Compiling crate-git-revision v0.0.6
324
321
  Compiling hex v0.4.3
325
322
  Compiling stellar-strkey v0.0.13
326
323
  Compiling stellar-xdr v25.0.0
327
324
  Compiling soroban-env-common v25.0.1
328
325
  Compiling stellar-strkey v0.0.16
329
- Compiling soroban-sdk v25.1.0
326
+ Compiling soroban-sdk v25.1.1
330
327
  Compiling serde_with v3.15.1
331
- Compiling soroban-spec v25.1.0
328
+ Compiling soroban-spec v25.1.1
332
329
  Compiling soroban-env-macros v25.0.1
333
- Compiling soroban-spec-rust v25.1.0
334
- Compiling soroban-sdk-macros v25.1.0
330
+ Compiling soroban-spec-rust v25.1.1
335
331
  Compiling soroban-env-guest v25.0.1
332
+ Compiling soroban-sdk-macros v25.1.1
336
333
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
337
334
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
338
- Finished `release` profile [optimized] target(s) in 1m 07s
335
+ Finished `release` profile [optimized] target(s) in 1m 16s
339
336
  ℹ️ Build Summary:
340
- Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (57964 bytes)
341
- Wasm Hash: c824544e1262d9b1b8fbe1454782087d4ab39884e5e332145477a46600ba3b45
342
- Wasm Size: 57964 bytes
337
+ Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (58196 bytes)
338
+ Wasm Hash: 54ecf00b5d62ed3843bde59713df1e5ff816e380b53b647ea1d43307b1957a78
339
+ Wasm Size: 58196 bytes
343
340
  Exported Functions: 60 found
344
341
  • __constructor
345
342
  • accept_ownership
@@ -367,7 +364,6 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
367
364
  • is_supported_eid
368
365
  • is_ttl_configs_frozen
369
366
  • is_valid_receive_library
370
- • lazy_inbound_nonce
371
367
  • lz_compose_alert
372
368
  • lz_receive_alert
373
369
  • native_token
@@ -375,6 +371,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
375
371
  • nilify
376
372
  • outbound_nonce
377
373
  • owner
374
+ • pending_inbound_nonces
378
375
  • pending_owner
379
376
  • propose_ownership_transfer
380
377
  • quote
@@ -404,12 +401,12 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
404
401
  ✅ Build Complete
405
402
 
406
403
  ℹ️ 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
407
- Compiling byteorder v1.5.0
408
404
  Compiling escape-bytes v0.1.1
409
- Compiling num-traits v0.2.19
405
+ Compiling byteorder v1.5.0
410
406
  Compiling static_assertions v1.1.0
411
- Compiling stable_deref_trait v1.2.1
412
407
  Compiling ethnum v1.5.2
408
+ Compiling stable_deref_trait v1.2.1
409
+ Compiling num-traits v0.2.19
413
410
  Compiling data-encoding v2.9.0
414
411
  Compiling cfg-if v1.0.4
415
412
  Compiling stellar-xdr v25.0.0
@@ -418,17 +415,17 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
418
415
  Compiling stellar-strkey v0.0.16
419
416
  Compiling soroban-env-common v25.0.1
420
417
  Compiling soroban-env-guest v25.0.1
421
- Compiling soroban-sdk v25.1.0
418
+ Compiling soroban-sdk v25.1.1
422
419
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
423
420
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
424
421
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
425
422
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
426
423
  Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
427
- Finished `release` profile [optimized] target(s) in 17.37s
424
+ Finished `release` profile [optimized] target(s) in 18.89s
428
425
  ℹ️ Build Summary:
429
- Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (35715 bytes)
430
- Wasm Hash: 06acbdd68500eed2d515633af50c53a29f7b492811c930c61b618ce22a3772bd
431
- Wasm Size: 35715 bytes
426
+ Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (35539 bytes)
427
+ Wasm Hash: 0479b1caa25d4ba07e43fe204329bf1eaa0e95c0e2f698b264879ff63822cca3
428
+ Wasm Size: 35539 bytes
432
429
  Exported Functions: 22 found
433
430
  • __constructor
434
431
  • accept_ownership
@@ -457,11 +454,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
457
454
  ℹ️ 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
458
455
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
459
456
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
460
- Finished `release` profile [optimized] target(s) in 2.05s
457
+ Finished `release` profile [optimized] target(s) in 2.28s
461
458
  ℹ️ Build Summary:
462
- Wasm File: target/wasm32v1-none/release/uln302.wasm (59413 bytes)
463
- Wasm Hash: 30c73aa82b858c5193bba531e61e85f6a45e1bceebfe392a33ddf066c3c73d10
464
- Wasm Size: 59413 bytes
459
+ Wasm File: target/wasm32v1-none/release/uln302.wasm (59419 bytes)
460
+ Wasm Hash: 5ca539bdcf1f01c0a010265bb4ef0d06731362e4cb2b2b9ccc110fa878f2dbeb
461
+ Wasm Size: 59419 bytes
465
462
  Exported Functions: 38 found
466
463
  • __constructor
467
464
  • accept_ownership
@@ -505,10 +502,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
505
502
 
506
503
  ℹ️ 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
507
504
  Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
508
- Finished `release` profile [optimized] target(s) in 0.54s
505
+ Finished `release` profile [optimized] target(s) in 0.62s
509
506
  ℹ️ Build Summary:
510
507
  Wasm File: target/wasm32v1-none/release/upgrader.wasm (5385 bytes)
511
- Wasm Hash: b1a7ef0631e7b4bf9569dcdc0525ba6a8669f7450a363c7052b16d14dd881771
508
+ Wasm Hash: eb96b8636dac9d2e5e36c7f859251076f83b311bd1d791ba1dca1911d229b89e
512
509
  Wasm Size: 5385 bytes
513
510
  Exported Functions: 2 found
514
511
  • upgrade
@@ -517,11 +514,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
517
514
 
518
515
  ℹ️ 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
519
516
  Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
520
- Finished `release` profile [optimized] target(s) in 0.65s
517
+ Finished `release` profile [optimized] target(s) in 0.71s
521
518
  ℹ️ Build Summary:
522
- Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15029 bytes)
523
- Wasm Hash: bc7bee1f03e82d7cf2f2208f3084e8eb997b45a5ceecf10d2b832cf8c6f9611d
524
- Wasm Size: 15029 bytes
519
+ Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (14326 bytes)
520
+ Wasm Hash: fd0662698a8df398204d26d81a6fdcefa23fd46232b4d26d31886b4a60bc0474
521
+ Wasm Size: 14326 bytes
525
522
  Exported Functions: 7 found
526
523
  • get_config
527
524
  • is_supported_eid
@@ -534,10 +531,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
534
531
 
535
532
  ℹ️ 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
536
533
  Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
537
- Finished `release` profile [optimized] target(s) in 0.93s
534
+ Finished `release` profile [optimized] target(s) in 0.97s
538
535
  ℹ️ Build Summary:
539
536
  Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (29777 bytes)
540
- Wasm Hash: 642d224fb11c748d1ee77d8806b37179d1ecb0d015c287846cbe67d06fc7a234
537
+ Wasm Hash: a8010cb0a73dbac95aadd9de6d8479db14fd204db77c549560e309abd75867cd
541
538
  Wasm Size: 29777 bytes
542
539
  Exported Functions: 31 found
543
540
  • __constructor
@@ -575,10 +572,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
575
572
 
576
573
  ℹ️ 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
577
574
  Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
578
- Finished `release` profile [optimized] target(s) in 0.81s
575
+ Finished `release` profile [optimized] target(s) in 0.89s
579
576
  ℹ️ Build Summary:
580
577
  Wasm File: target/wasm32v1-none/release/treasury.wasm (28356 bytes)
581
- Wasm Hash: 66d8646f66f024da9a44979f73a2100ccca2b52e25ed69b0241b8d96d95e32a2
578
+ Wasm Hash: 6cfbe4d80402ec4148006b26e4b05eee2e0222f443abd09e1af80628e089373a
582
579
  Wasm Size: 28356 bytes
583
580
  Exported Functions: 21 found
584
581
  • __constructor
@@ -608,12 +605,12 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
608
605
  Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
609
606
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
610
607
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
611
- Finished `release` profile [optimized] target(s) in 2.09s
608
+ Finished `release` profile [optimized] target(s) in 2.25s
612
609
  ℹ️ Build Summary:
613
- Wasm File: target/wasm32v1-none/release/counter.wasm (40767 bytes)
614
- Wasm Hash: ad0c1fad9f1a1d41626541cb1bd500587f143838f7a0a8fa47d8d162f6f1eaf7
615
- Wasm Size: 40767 bytes
616
- Exported Functions: 35 found
610
+ Wasm File: target/wasm32v1-none/release/counter.wasm (42287 bytes)
611
+ Wasm Hash: b70653d4f4288fcb54f6a2bf073b6ba58edc547e92261781d4b3f348cabe82a5
612
+ Wasm Size: 42287 bytes
613
+ Exported Functions: 36 found
617
614
  • __constructor
618
615
  • accept_ownership
619
616
  • allow_initialize_path
@@ -649,17 +646,18 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
649
646
  • skip_inbound_nonce
650
647
  • transfer_ownership
651
648
  • ttl_configs
649
+ • withdraw
652
650
  ✅ Build Complete
653
651
 
654
652
  ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/dvn/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
655
653
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
656
654
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
657
655
  Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
658
- Finished `release` profile [optimized] target(s) in 2.08s
656
+ Finished `release` profile [optimized] target(s) in 2.49s
659
657
  ℹ️ Build Summary:
660
- Wasm File: target/wasm32v1-none/release/dvn.wasm (55851 bytes)
661
- Wasm Hash: 26bd42a59769e8449b65fe65b5ca636489be375c923f19a5943211834c592008
662
- Wasm Size: 55851 bytes
658
+ Wasm File: target/wasm32v1-none/release/dvn.wasm (55837 bytes)
659
+ Wasm Hash: 980a04d5d991b3c2c95f97d337bf4800b7914abd272316ea779853c3df2436db
660
+ Wasm Size: 55837 bytes
663
661
  Exported Functions: 49 found
664
662
  • __check_auth
665
663
  • __constructor
@@ -715,10 +713,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
715
713
  ℹ️ 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
716
714
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
717
715
  Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
718
- Finished `release` profile [optimized] target(s) in 1.11s
716
+ Finished `release` profile [optimized] target(s) in 1.31s
719
717
  ℹ️ Build Summary:
720
718
  Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (21527 bytes)
721
- Wasm Hash: 98e9e88c442664414fc8e5500220befe2f1abad3748a713dc5aec83c8b21eb57
719
+ Wasm Hash: cf768fdefada9ac2723357901a271d64d1dcc105c288a179d9ebfb4f753a743c
722
720
  Wasm Size: 21527 bytes
723
721
  Exported Functions: 16 found
724
722
  • __constructor
@@ -741,11 +739,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
741
739
 
742
740
  ℹ️ 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
743
741
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
744
- Finished `release` profile [optimized] target(s) in 1.30s
742
+ Finished `release` profile [optimized] target(s) in 1.57s
745
743
  ℹ️ Build Summary:
746
- Wasm File: target/wasm32v1-none/release/executor.wasm (58254 bytes)
747
- Wasm Hash: 8f51ceea5413e203b1d4052ce015c1783d70035cd3f8896505e349a84e3095dd
748
- Wasm Size: 58254 bytes
744
+ Wasm File: target/wasm32v1-none/release/executor.wasm (58270 bytes)
745
+ Wasm Hash: 4bb812a8f36a4d808b731006d7f1aa3fd8cc3dcae20931f438ae1c07db7de4b8
746
+ Wasm Size: 58270 bytes
749
747
  Exported Functions: 49 found
750
748
  • __check_auth
751
749
  • __constructor
@@ -800,10 +798,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
800
798
 
801
799
  ℹ️ 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
802
800
  Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
803
- Finished `release` profile [optimized] target(s) in 0.72s
801
+ Finished `release` profile [optimized] target(s) in 0.79s
804
802
  ℹ️ Build Summary:
805
803
  Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (34412 bytes)
806
- Wasm Hash: b137cb577e25ef63f94b0aa305d094a6f190cbc27ba47e1fe7d4deb7589d141e
804
+ Wasm Hash: fe721769490aa000061503e272d2f982af3f8c81265dda408a0b4cb86a89c4cb
807
805
  Wasm Size: 34412 bytes
808
806
  Exported Functions: 17 found
809
807
  • __constructor
@@ -830,10 +828,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
830
828
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
831
829
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
832
830
  Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
833
- Finished `release` profile [optimized] target(s) in 1.77s
831
+ Finished `release` profile [optimized] target(s) in 2.22s
834
832
  ℹ️ Build Summary:
835
833
  Wasm File: target/wasm32v1-none/release/executor_helper.wasm (24789 bytes)
836
- Wasm Hash: db672becfdc1aeebcd4da6058632500adfea059e053ce2d332d0bdba87d200ea
834
+ Wasm Hash: ccafeb36a3e216e688f70f62ee20e267d9902dc55b6d714dbe777eca41a1f383
837
835
  Wasm Size: 24789 bytes
838
836
  Exported Functions: 6 found
839
837
  • compose
@@ -846,11 +844,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
846
844
 
847
845
  ℹ️ 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
848
846
  Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
849
- Finished `release` profile [optimized] target(s) in 0.93s
847
+ Finished `release` profile [optimized] target(s) in 0.96s
850
848
  ℹ️ Build Summary:
851
- Wasm File: target/wasm32v1-none/release/price_feed.wasm (32620 bytes)
852
- Wasm Hash: ab9176962cf62cbebe2c90fe34119474956b6766cd817b415ccd39bb0c905d4c
853
- Wasm Size: 32620 bytes
849
+ Wasm File: target/wasm32v1-none/release/price_feed.wasm (32616 bytes)
850
+ Wasm Hash: 4781533b1b62657f50b6b7849563e11663d3d7c33f93385cbf1b54443f289a75
851
+ Wasm Size: 32616 bytes
854
852
  Exported Functions: 30 found
855
853
  • __constructor
856
854
  • accept_ownership
@@ -887,12 +885,12 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
887
885
  ℹ️ 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
888
886
  Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
889
887
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
890
- Finished `release` profile [optimized] target(s) in 2.32s
888
+ Finished `release` profile [optimized] target(s) in 2.02s
891
889
  ℹ️ Build Summary:
892
- Wasm File: target/wasm32v1-none/release/oft.wasm (65667 bytes)
893
- Wasm Hash: 8b84abea73df1b3dc80cc038bb9f76893217089066795d296d412e3750ac0caa
894
- Wasm Size: 65667 bytes
895
- Exported Functions: 49 found
890
+ Wasm File: target/wasm32v1-none/release/oft.wasm (67175 bytes)
891
+ Wasm Hash: aeb5888655f105384232d53012d6cb4983d2678dbee974e7485b0e7bc2105722
892
+ Wasm Size: 67175 bytes
893
+ Exported Functions: 50 found
896
894
  • __constructor
897
895
  • accept_ownership
898
896
  • allow_initialize_path
@@ -908,6 +906,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
908
906
  • fee_bps
909
907
  • fee_deposit_address
910
908
  • freeze_ttl_configs
909
+ • has_oft_fee
911
910
  • is_compose_msg_sender
912
911
  • is_paused
913
912
  • is_ttl_configs_frozen
@@ -949,11 +948,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
949
948
  Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
950
949
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
951
950
  Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
952
- Finished `release` profile [optimized] target(s) in 2.52s
951
+ Finished `release` profile [optimized] target(s) in 2.09s
953
952
  ℹ️ Build Summary:
954
- Wasm File: target/wasm32v1-none/release/sac_manager.wasm (29902 bytes)
955
- Wasm Hash: eda52724ced2fc8c21b55f0ac1de5b887b167e3cad5626e3f3ce021efddce585
956
- Wasm Size: 29902 bytes
953
+ Wasm File: target/wasm32v1-none/release/sac_manager.wasm (31206 bytes)
954
+ Wasm Hash: 58e728063a91a34a0a9ec7ef6acb934f01b87c349e4e481a05d9cc710a07a75f
955
+ Wasm Size: 31206 bytes
957
956
  Exported Functions: 22 found
958
957
  • __constructor
959
958
  • accept_ownership
@@ -979,7 +978,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
979
978
  • upgrade
980
979
  ✅ Build Complete
981
980
 
982
- ⏱️ stellar contract build: 2:09.232 (m:ss.mmm)
981
+ ⏱️ stellar contract build: 2:23.231 (m:ss.mmm)
983
982
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-cargo
984
983
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-config
985
984
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
@@ -992,7 +991,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
992
991
  📦 Using 4 default cache volume(s) for stellar
993
992
  ✅ stellar-25.0.0 (Latest stable release)
994
993
  🔧 stellar version: 25.0.0
995
- (node:71248) [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.
994
+ (node:96838) [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.
996
995
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
997
996
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
998
997
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -1007,87 +1006,87 @@ sha256:57520026e52d8bfec50ae6363977a40712bfa2549bac8ceed62a150f1d58a8d2
1007
1006
  🔒 Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-cargo
1008
1007
  $ 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.0.0 bash -c $'cargo run -p ts-bindings-gen'
1009
1008
  Downloading crates ...
1010
- Downloaded digest v0.9.0
1011
1009
  Downloaded opaque-debug v0.3.1
1012
- Downloaded block-buffer v0.9.0
1013
1010
  Downloaded include_dir_macros v0.7.4
1014
- Downloaded include_dir v0.7.4
1011
+ Downloaded digest v0.9.0
1012
+ Downloaded glob v0.3.3
1015
1013
  Downloaded anyhow v1.0.100
1016
1014
  Downloaded heck v0.4.1
1015
+ Downloaded include_dir v0.7.4
1016
+ Downloaded block-buffer v0.9.0
1017
1017
  Downloaded sha2 v0.9.9
1018
- Downloaded glob v0.3.3
1019
1018
  Downloaded base64 v0.21.7
1020
1019
  Downloaded soroban-spec-typescript v25.1.0
1021
1020
  Compiling proc-macro2 v1.0.103
1022
- Compiling unicode-ident v1.0.22
1023
1021
  Compiling quote v1.0.41
1022
+ Compiling unicode-ident v1.0.22
1024
1023
  Compiling serde_json v1.0.145
1025
- Compiling version_check v0.9.5
1026
- Compiling typenum v1.19.0
1027
1024
  Compiling serde_core v1.0.228
1025
+ Compiling typenum v1.19.0
1026
+ Compiling version_check v0.9.5
1028
1027
  Compiling serde v1.0.228
1029
- Compiling ryu v1.0.20
1030
- Compiling itoa v1.0.15
1031
1028
  Compiling memchr v2.7.6
1032
- Compiling ident_case v1.0.1
1029
+ Compiling itoa v1.0.15
1030
+ Compiling ryu v1.0.20
1033
1031
  Compiling strsim v0.11.1
1034
1032
  Compiling fnv v1.0.7
1033
+ Compiling ident_case v1.0.1
1035
1034
  Compiling schemars v0.8.22
1036
- Compiling dyn-clone v1.0.20
1037
- Compiling cpufeatures v0.2.17
1038
1035
  Compiling cfg-if v1.0.4
1039
- Compiling equivalent v1.0.2
1040
- Compiling hashbrown v0.16.0
1036
+ Compiling cpufeatures v0.2.17
1037
+ Compiling dyn-clone v1.0.20
1041
1038
  Compiling data-encoding v2.9.0
1042
1039
  Compiling thiserror v1.0.69
1040
+ Compiling hashbrown v0.16.0
1041
+ Compiling equivalent v1.0.2
1042
+ Compiling prettyplease v0.2.37
1043
1043
  Compiling escape-bytes v0.1.1
1044
1044
  Compiling base64 v0.22.1
1045
1045
  Compiling semver v1.0.27
1046
- Compiling prettyplease v0.2.37
1047
1046
  Compiling ethnum v1.5.2
1048
- Compiling anyhow v1.0.100
1049
1047
  Compiling generic-array v0.14.9
1050
- Compiling either v1.15.0
1051
1048
  Compiling glob v0.3.3
1049
+ Compiling either v1.15.0
1050
+ Compiling anyhow v1.0.100
1052
1051
  Compiling opaque-debug v0.3.1
1052
+ Compiling heck v0.4.1
1053
1053
  Compiling itertools v0.10.5
1054
- Compiling indexmap v2.12.0
1055
1054
  Compiling base64 v0.21.7
1056
- Compiling heck v0.4.1
1057
- Compiling wasmparser v0.116.1
1055
+ Compiling indexmap v2.12.0
1058
1056
  Compiling syn v2.0.108
1059
1057
  Compiling include_dir_macros v0.7.4
1060
- Compiling block-buffer v0.10.4
1061
1058
  Compiling crypto-common v0.1.6
1059
+ Compiling block-buffer v0.10.4
1062
1060
  Compiling digest v0.9.0
1063
1061
  Compiling block-buffer v0.9.0
1064
1062
  Compiling digest v0.10.7
1065
1063
  Compiling sha2 v0.9.9
1066
- Compiling sha2 v0.10.9
1064
+ Compiling wasmparser v0.116.1
1067
1065
  Compiling include_dir v0.7.4
1066
+ Compiling sha2 v0.10.9
1068
1067
  Compiling darling_core v0.21.3
1069
1068
  Compiling serde_derive v1.0.228
1070
1069
  Compiling thiserror-impl v1.0.69
1071
1070
  Compiling cfg_eval v0.1.2
1072
1071
  Compiling crate-git-revision v0.0.6
1073
1072
  Compiling stellar-strkey v0.0.13
1074
- Compiling stellar-xdr v25.0.0
1075
1073
  Compiling darling_macro v0.21.3
1074
+ Compiling stellar-xdr v25.0.0
1076
1075
  Compiling hex v0.4.3
1077
1076
  Compiling darling v0.21.3
1078
1077
  Compiling serde_with_macros v3.15.1
1079
1078
  Compiling serde_with v3.15.1
1080
- Compiling soroban-spec v25.1.0
1079
+ Compiling soroban-spec v25.1.1
1081
1080
  Compiling soroban-spec-typescript v25.1.0
1082
1081
  Compiling ts-bindings-gen v0.0.1 (/workspace/contracts/protocol/stellar/tools/ts-bindings-gen)
1083
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
1082
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
1084
1083
  Running `target/debug/ts-bindings-gen`
1085
1084
  🚀 Generating TypeScript bindings for Stellar contracts...
1086
1085
 
1087
1086
  📦 Processing contract: endpoint_v2
1088
1087
  WASM: target/wasm32v1-none/release/endpoint_v2.wasm
1089
1088
  Output: sdk/src/generated/endpoint.ts
1090
- WASM size: 57964 bytes (56.61 KB)
1089
+ WASM size: 58196 bytes (56.83 KB)
1091
1090
  Generating bindings...
1092
1091
  ✓ Generated: sdk/src/generated/endpoint.ts
1093
1092
  📦 Processing contract: simple_message_lib
@@ -1099,13 +1098,13 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1099
1098
  📦 Processing contract: blocked_message_lib
1100
1099
  WASM: target/wasm32v1-none/release/blocked_message_lib.wasm
1101
1100
  Output: sdk/src/generated/bml.ts
1102
- WASM size: 15029 bytes (14.68 KB)
1101
+ WASM size: 14326 bytes (13.99 KB)
1103
1102
  Generating bindings...
1104
1103
  ✓ Generated: sdk/src/generated/bml.ts
1105
1104
  📦 Processing contract: uln302
1106
1105
  WASM: target/wasm32v1-none/release/uln302.wasm
1107
1106
  Output: sdk/src/generated/uln302.ts
1108
- WASM size: 59413 bytes (58.02 KB)
1107
+ WASM size: 59419 bytes (58.03 KB)
1109
1108
  Generating bindings...
1110
1109
  ✓ Generated: sdk/src/generated/uln302.ts
1111
1110
  📦 Processing contract: treasury
@@ -1123,7 +1122,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1123
1122
  📦 Processing contract: dvn
1124
1123
  WASM: target/wasm32v1-none/release/dvn.wasm
1125
1124
  Output: sdk/src/generated/dvn.ts
1126
- WASM size: 55851 bytes (54.54 KB)
1125
+ WASM size: 55837 bytes (54.53 KB)
1127
1126
  Generating bindings...
1128
1127
  ✓ Generated: sdk/src/generated/dvn.ts
1129
1128
  📦 Processing contract: dvn_fee_lib
@@ -1135,7 +1134,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1135
1134
  📦 Processing contract: executor
1136
1135
  WASM: target/wasm32v1-none/release/executor.wasm
1137
1136
  Output: sdk/src/generated/executor.ts
1138
- WASM size: 58254 bytes (56.89 KB)
1137
+ WASM size: 58270 bytes (56.90 KB)
1139
1138
  Generating bindings...
1140
1139
  ✓ Generated: sdk/src/generated/executor.ts
1141
1140
  📦 Processing contract: executor_fee_lib
@@ -1153,31 +1152,31 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1153
1152
  📦 Processing contract: price_feed
1154
1153
  WASM: target/wasm32v1-none/release/price_feed.wasm
1155
1154
  Output: sdk/src/generated/price_feed.ts
1156
- WASM size: 32620 bytes (31.86 KB)
1155
+ WASM size: 32616 bytes (31.85 KB)
1157
1156
  Generating bindings...
1158
1157
  ✓ Generated: sdk/src/generated/price_feed.ts
1159
1158
  📦 Processing contract: counter
1160
1159
  WASM: target/wasm32v1-none/release/counter.wasm
1161
1160
  Output: sdk/src/generated/counter.ts
1162
- WASM size: 40767 bytes (39.81 KB)
1161
+ WASM size: 42287 bytes (41.30 KB)
1163
1162
  Generating bindings...
1164
1163
  ✓ Generated: sdk/src/generated/counter.ts
1165
1164
  📦 Processing contract: oft
1166
1165
  WASM: target/wasm32v1-none/release/oft.wasm
1167
1166
  Output: sdk/src/generated/oft.ts
1168
- WASM size: 65667 bytes (64.13 KB)
1167
+ WASM size: 67175 bytes (65.60 KB)
1169
1168
  Generating bindings...
1170
1169
  ✓ Generated: sdk/src/generated/oft.ts
1171
1170
  📦 Processing contract: sac_manager
1172
1171
  WASM: target/wasm32v1-none/release/sac_manager.wasm
1173
1172
  Output: sdk/src/generated/sac_manager.ts
1174
- WASM size: 29902 bytes (29.20 KB)
1173
+ WASM size: 31206 bytes (30.47 KB)
1175
1174
  Generating bindings...
1176
1175
  ✓ Generated: sdk/src/generated/sac_manager.ts
1177
1176
  📦 Processing contract: layerzero_views
1178
1177
  WASM: target/wasm32v1-none/release/layerzero_views.wasm
1179
1178
  Output: sdk/src/generated/layerzero_view.ts
1180
- WASM size: 35715 bytes (34.88 KB)
1179
+ WASM size: 35539 bytes (34.71 KB)
1181
1180
  Generating bindings...
1182
1181
  ✓ Generated: sdk/src/generated/layerzero_view.ts
1183
1182
 
@@ -1201,7 +1200,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
1201
1200
  - oft.ts
1202
1201
  - sac_manager.ts
1203
1202
  - layerzero_view.ts
1204
- ⏱️ bash -c cargo run -p ts-bindings-gen: 1:28.027 (m:ss.mmm)
1203
+ ⏱️ bash -c cargo run -p ts-bindings-gen: 1:50.145 (m:ss.mmm)
1205
1204
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-cargo
1206
1205
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-config
1207
1206
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup