@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
@@ -5,7 +5,7 @@
5
5
  📦 Using 4 default cache volume(s) for stellar
6
6
  ✅ stellar-25.0.0 (Latest stable release)
7
7
  🔧 stellar version: 25.0.0
8
- (node:88484) [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.
8
+ (node:87833) [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.
9
9
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
10
10
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
11
11
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -15,60 +15,55 @@ Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazon
15
15
  📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.0.0
16
16
  $ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.0.0
17
17
  stellar_25.0.0: Pulling from layerzerolabs/stellar-tooling
18
- f6bd9104d248: Pulling fs layer
18
+ f6bd9104d248: Already exists
19
19
  4617420e017b: Pulling fs layer
20
20
  4e430a9db1a3: Pulling fs layer
21
21
  67ce8fb56745: Pulling fs layer
22
22
  6ba0ba49c87d: Pulling fs layer
23
+ 4e430a9db1a3: Waiting
23
24
  1cfd9ed002d2: Pulling fs layer
25
+ 67ce8fb56745: Waiting
26
+ 6ba0ba49c87d: Waiting
24
27
  43dc8d96fd20: Pulling fs layer
25
28
  2c1ce468d9f3: Pulling fs layer
29
+ 1cfd9ed002d2: Waiting
30
+ 43dc8d96fd20: Waiting
26
31
  1d4a870e3b66: Pulling fs layer
32
+ 2c1ce468d9f3: Waiting
27
33
  1b2c4c00c303: Pulling fs layer
34
+ 1d4a870e3b66: Waiting
35
+ 1b2c4c00c303: Waiting
28
36
  73ca50fa4809: Pulling fs layer
29
37
  f5a85bd7a844: Pulling fs layer
30
38
  c132a28172a5: Pulling fs layer
31
- 1cfd9ed002d2: Waiting
32
- 1d4a870e3b66: Waiting
33
- 43dc8d96fd20: Waiting
34
- 1b2c4c00c303: Waiting
35
39
  73ca50fa4809: Waiting
36
- 2c1ce468d9f3: Waiting
37
40
  f5a85bd7a844: Waiting
38
41
  c132a28172a5: Waiting
39
- f6bd9104d248: Waiting
40
- 4617420e017b: Waiting
41
- 67ce8fb56745: Waiting
42
- 4e430a9db1a3: Waiting
43
- f6bd9104d248: Verifying Checksum
44
- f6bd9104d248: Download complete
45
- f6bd9104d248: Pull complete
46
42
  4617420e017b: Verifying Checksum
47
43
  4617420e017b: Download complete
48
44
  4617420e017b: Pull complete
45
+ 4e430a9db1a3: Verifying Checksum
46
+ 4e430a9db1a3: Download complete
49
47
  67ce8fb56745: Verifying Checksum
50
48
  67ce8fb56745: Download complete
49
+ 4e430a9db1a3: Pull complete
50
+ 67ce8fb56745: Pull complete
51
51
  6ba0ba49c87d: Verifying Checksum
52
52
  6ba0ba49c87d: Download complete
53
- 1cfd9ed002d2: Verifying Checksum
54
- 1cfd9ed002d2: Download complete
53
+ 43dc8d96fd20: Download complete
55
54
  2c1ce468d9f3: Verifying Checksum
56
55
  2c1ce468d9f3: Download complete
57
- 43dc8d96fd20: Download complete
56
+ 1d4a870e3b66: Verifying Checksum
57
+ 1d4a870e3b66: Download complete
58
58
  1b2c4c00c303: Verifying Checksum
59
59
  1b2c4c00c303: Download complete
60
- 4e430a9db1a3: Verifying Checksum
61
- 4e430a9db1a3: Download complete
62
- 1d4a870e3b66: Download complete
63
60
  73ca50fa4809: Verifying Checksum
64
61
  73ca50fa4809: Download complete
65
- f5a85bd7a844: Verifying Checksum
66
62
  f5a85bd7a844: Download complete
67
- c132a28172a5: Verifying Checksum
68
- c132a28172a5: Download complete
69
- 4e430a9db1a3: Pull complete
70
- 67ce8fb56745: Pull complete
71
63
  6ba0ba49c87d: Pull complete
64
+ c132a28172a5: Download complete
65
+ 1cfd9ed002d2: Verifying Checksum
66
+ 1cfd9ed002d2: Download complete
72
67
  1cfd9ed002d2: Pull complete
73
68
  43dc8d96fd20: Pull complete
74
69
  2c1ce468d9f3: Pull complete
@@ -106,175 +101,175 @@ info: installing component 'rustc'
106
101
  info: installing component 'rustfmt'
107
102
  Updating crates.io index
108
103
  Downloading crates ...
109
- Downloaded opaque-debug v0.3.1
104
+ Downloaded ark-serialize v0.4.2
105
+ Downloaded ark-bn254 v0.4.0
106
+ Downloaded dyn-clone v1.0.20
110
107
  Downloaded num-conv v0.1.0
111
- Downloaded anyhow v1.0.100
112
- Downloaded itertools v0.10.5
113
- Downloaded ark-ff-asm v0.4.2
114
- Downloaded ppv-lite86 v0.2.21
115
- Downloaded rand_chacha v0.3.1
116
- Downloaded sha2 v0.10.9
108
+ Downloaded digest v0.9.0
109
+ Downloaded hashbrown v0.16.0
110
+ Downloaded unicode-ident v1.0.22
111
+ Downloaded thiserror-impl v1.0.69
117
112
  Downloaded zeroize_derive v1.4.2
118
113
  Downloaded version_check v0.9.5
119
- Downloaded thiserror v1.0.69
114
+ Downloaded time-macros v0.2.24
115
+ Downloaded schemars v0.8.22
116
+ Downloaded soroban-sdk v25.1.1
120
117
  Downloaded zerocopy v0.8.27
121
- Downloaded wasmi_core v0.13.0
122
- Downloaded unicode-ident v1.0.22
123
- Downloaded sec1 v0.7.3
124
- Downloaded static_assertions v1.1.0
125
- Downloaded zeroize v1.8.2
126
- Downloaded spki v0.7.3
127
- Downloaded soroban-spec-rust v25.1.0
128
- Downloaded darling_core v0.21.3
129
- Downloaded hashbrown v0.16.0
130
- Downloaded wasmparser-nostd v0.100.2
131
- Downloaded hashbrown v0.12.3
118
+ Downloaded time v0.3.44
132
119
  Downloaded typenum v1.19.0
120
+ Downloaded soroban-spec-typescript v25.1.0
121
+ Downloaded schemars v1.0.5
122
+ Downloaded wasmparser-nostd v0.100.2
123
+ Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
124
+ Downloaded serde v1.0.228
133
125
  Downloaded wasmparser v0.116.1
134
- Downloaded k256 v0.13.4
135
- Downloaded chrono v0.4.42
136
- Downloaded darling_core v0.20.11
137
- Downloaded soroban-builtin-sdk-macros v25.0.1
126
+ Downloaded serde_with v3.15.1
127
+ Downloaded schemars v0.9.0
128
+ Downloaded syn v1.0.109
129
+ Downloaded serde_json v1.0.145
130
+ Downloaded keccak v0.1.5
138
131
  Downloaded syn v2.0.108
139
- Downloaded soroban-env-host v25.0.1
140
- Downloaded sha3 v0.10.8
141
- Downloaded num-bigint v0.4.6
132
+ Downloaded libm v0.2.15
133
+ Downloaded itertools v0.10.5
142
134
  Downloaded indexmap v2.12.0
143
- Downloaded ed25519-dalek v2.2.0
144
- Downloaded curve25519-dalek v4.1.3
145
- Downloaded ark-bls12-381 v0.4.0
146
- Downloaded wasmi_arena v0.4.1
147
- Downloaded subtle v2.6.1
135
+ Downloaded soroban-env-host v25.0.1
136
+ Downloaded ryu v1.0.20
137
+ Downloaded num-traits v0.2.19
148
138
  Downloaded memchr v2.7.6
149
- Downloaded libm v0.2.15
139
+ Downloaded libc v0.2.177
140
+ Downloaded num-bigint v0.4.6
141
+ Downloaded base64 v0.22.1
142
+ Downloaded stellar-strkey v0.0.16
143
+ Downloaded soroban-sdk-macros v25.1.1
144
+ Downloaded soroban-env-common v25.0.1
145
+ Downloaded semver v1.0.27
146
+ Downloaded hex v0.4.3
147
+ Downloaded heck v0.4.1
150
148
  Downloaded heapless v0.8.0
151
- Downloaded ff v0.13.1
152
- Downloaded darling v0.20.11
153
- Downloaded serde_with v3.15.1
154
- Downloaded itertools v0.14.0
155
- Downloaded indexmap v1.9.3
156
- Downloaded group v0.13.0
157
- Downloaded escape-bytes v0.1.1
158
- Downloaded elliptic-curve v0.13.8
159
- Downloaded schemars v0.8.22
160
- Downloaded ryu v1.0.20
149
+ Downloaded fnv v1.0.7
150
+ Downloaded darling_core v0.21.3
151
+ Downloaded ctor-proc-macro v0.0.6
152
+ Downloaded chrono v0.4.42
153
+ Downloaded time-core v0.1.6
154
+ Downloaded stable_deref_trait v1.2.1
155
+ Downloaded soroban-spec-rust v25.1.1
156
+ Downloaded signature v2.2.0
157
+ Downloaded sha3 v0.10.8
158
+ Downloaded serde_with_macros v3.15.1
159
+ Downloaded rfc6979 v0.4.0
160
+ Downloaded ref-cast-impl v1.0.25
161
161
  Downloaded ref-cast v1.0.25
162
- Downloaded paste v1.0.15
162
+ Downloaded rand_core v0.6.4
163
+ Downloaded prettyplease v0.2.37
163
164
  Downloaded p256 v0.13.2
164
- Downloaded once_cell v1.21.3
165
- Downloaded num-traits v0.2.19
166
- Downloaded num-integer v0.1.46
165
+ Downloaded opaque-debug v0.3.1
166
+ Downloaded indexmap v1.9.3
167
+ Downloaded include_dir v0.7.4
168
+ Downloaded ident_case v1.0.1
169
+ Downloaded iana-time-zone v0.1.64
167
170
  Downloaded hmac v0.12.1
168
- Downloaded hex v0.4.3
169
- Downloaded hashbrown v0.13.2
170
- Downloaded darling v0.21.3
171
- Downloaded base64ct v1.8.0
172
- Downloaded autocfg v1.5.0
173
- Downloaded ahash v0.8.12
174
- Downloaded time v0.3.44
175
- Downloaded stellar-strkey v0.0.16
176
- Downloaded spin v0.9.8
177
- Downloaded soroban-sdk-macros v25.1.0
171
+ Downloaded hash32 v0.3.1
172
+ Downloaded ethnum v1.5.2
173
+ Downloaded escape-bytes v0.1.1
174
+ Downloaded ed25519-dalek v2.2.0
175
+ Downloaded darling v0.20.11
176
+ Downloaded zeroize v1.8.2
177
+ Downloaded wasmi_core v0.13.0
178
+ Downloaded wasmi_arena v0.4.1
179
+ Downloaded visibility v0.1.1
180
+ Downloaded strsim v0.11.1
181
+ Downloaded soroban-env-macros v25.0.1
182
+ Downloaded soroban-builtin-sdk-macros v25.0.1
178
183
  Downloaded smallvec v1.15.1
179
- Downloaded serde_with_macros v3.15.1
180
- Downloaded schemars v0.9.0
184
+ Downloaded sha2 v0.10.9
185
+ Downloaded sha2 v0.9.9
186
+ Downloaded serde_derive v1.0.228
187
+ Downloaded rustc_version v0.4.1
188
+ Downloaded paste v1.0.15
189
+ Downloaded num-derive v0.4.2
190
+ Downloaded itertools v0.14.0
191
+ Downloaded hashbrown v0.13.2
192
+ Downloaded hashbrown v0.12.3
181
193
  Downloaded glob v0.3.3
182
194
  Downloaded generic-array v0.14.9
183
- Downloaded ethnum v1.5.2
184
- Downloaded either v1.15.0
185
- Downloaded ed25519 v2.2.3
186
- Downloaded dtor-proc-macro v0.0.6
187
- Downloaded darling_macro v0.21.3
188
- Downloaded serde v1.0.228
195
+ Downloaded digest v0.10.7
196
+ Downloaded deranged v0.5.5
197
+ Downloaded der v0.7.10
189
198
  Downloaded darling_macro v0.20.11
190
- Downloaded ctor-proc-macro v0.0.6
191
- Downloaded crypto-common v0.1.6
192
- Downloaded crate-git-revision v0.0.6
199
+ Downloaded darling_core v0.20.11
200
+ Downloaded crypto-bigint v0.5.5
193
201
  Downloaded cpufeatures v0.2.17
194
- Downloaded cfg_eval v0.1.2
195
- Downloaded block-buffer v0.10.4
196
- Downloaded ark-serialize v0.4.2
197
- Downloaded stellar-xdr v25.0.0
198
- Downloaded ark-bn254 v0.4.0
199
- Downloaded time-core v0.1.6
200
- Downloaded strsim v0.11.1
202
+ Downloaded bytes-lit v0.0.5
203
+ Downloaded thiserror v1.0.69
204
+ Downloaded subtle v2.6.1
201
205
  Downloaded stellar-strkey v0.0.13
202
- Downloaded soroban-spec-typescript v25.1.0
203
- Downloaded soroban-spec v25.1.0
204
- Downloaded soroban-ledger-snapshot v25.1.0
205
- Downloaded soroban-env-common v25.0.1
206
- Downloaded signature v2.2.0
207
- Downloaded serde_derive v1.0.228
206
+ Downloaded static_assertions v1.1.0
207
+ Downloaded spki v0.7.3
208
+ Downloaded spin v0.9.8
209
+ Downloaded soroban-spec v25.1.1
210
+ Downloaded soroban-ledger-snapshot v25.1.1
208
211
  Downloaded serde_core v1.0.228
209
- Downloaded ref-cast-impl v1.0.25
210
- Downloaded num-derive v0.4.2
211
- Downloaded keccak v0.1.5
212
- Downloaded itoa v1.0.15
212
+ Downloaded sec1 v0.7.3
213
+ Downloaded quote v1.0.41
214
+ Downloaded proc-macro2 v1.0.103
215
+ Downloaded primeorder v0.13.6
216
+ Downloaded ppv-lite86 v0.2.21
217
+ Downloaded powerfmt v0.2.0
218
+ Downloaded num-integer v0.1.46
219
+ Downloaded macro-string v0.1.4
220
+ Downloaded k256 v0.13.4
213
221
  Downloaded indexmap-nostd v0.4.0
214
- Downloaded include_dir_macros v0.7.4
215
- Downloaded ident_case v1.0.1
216
- Downloaded hex-literal v0.4.1
217
222
  Downloaded heck v0.5.0
218
- Downloaded hash32 v0.3.1
219
- Downloaded fnv v1.0.7
220
- Downloaded equivalent v1.0.2
221
- Downloaded dtor v0.1.1
222
- Downloaded der v0.7.10
223
- Downloaded crypto-bigint v0.5.5
224
- Downloaded time-macros v0.2.24
225
- Downloaded thiserror-impl v1.0.69
226
- Downloaded soroban-env-macros v25.0.1
227
- Downloaded serde_json v1.0.145
228
- Downloaded schemars v1.0.5
229
- Downloaded macro-string v0.1.4
230
- Downloaded ctor v0.5.0
231
- Downloaded const-oid v0.9.6
232
- Downloaded block-buffer v0.9.0
233
- Downloaded base64 v0.22.1
234
- Downloaded base64 v0.21.7
235
- Downloaded ark-std v0.4.0
236
- Downloaded syn v1.0.109
237
- Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
238
- Downloaded soroban-sdk v25.1.0
239
- Downloaded sha2 v0.9.9
240
- Downloaded rfc6979 v0.4.0
241
- Downloaded rand_core v0.6.4
242
- Downloaded proc-macro2 v1.0.103
243
- Downloaded prettyplease v0.2.37
244
- Downloaded iana-time-zone v0.1.64
223
+ Downloaded ff v0.13.1
224
+ Downloaded either v1.15.0
225
+ Downloaded ecdsa v0.16.9
226
+ Downloaded downcast-rs v1.2.1
245
227
  Downloaded derive_arbitrary v1.3.2
246
228
  Downloaded derivative v2.2.0
247
- Downloaded deranged v0.5.5
229
+ Downloaded darling_macro v0.21.3
230
+ Downloaded curve25519-dalek v4.1.3
248
231
  Downloaded cfg-if v1.0.4
249
- Downloaded byteorder v1.5.0
250
- Downloaded stable_deref_trait v1.2.1
251
- Downloaded semver v1.0.27
252
- Downloaded rustc_version v0.4.1
232
+ Downloaded autocfg v1.5.0
233
+ Downloaded ark-serialize-derive v0.4.2
234
+ Downloaded ark-poly v0.4.2
235
+ Downloaded rand_chacha v0.3.1
253
236
  Downloaded rand v0.8.5
254
- Downloaded quote v1.0.41
255
- Downloaded primeorder v0.13.6
237
+ Downloaded stellar-xdr v25.0.0
256
238
  Downloaded pkcs8 v0.10.2
257
- Downloaded heck v0.4.1
258
- Downloaded ecdsa v0.16.9
259
- Downloaded downcast-rs v1.2.1
260
- Downloaded ark-poly v0.4.2
261
- Downloaded visibility v0.1.1
262
- Downloaded digest v0.9.0
263
- Downloaded data-encoding v2.9.0
264
- Downloaded powerfmt v0.2.0
265
- Downloaded libc v0.2.177
239
+ Downloaded once_cell v1.21.3
240
+ Downloaded itoa v1.0.15
241
+ Downloaded getrandom v0.2.16
242
+ Downloaded equivalent v1.0.2
243
+ Downloaded elliptic-curve v0.13.8
244
+ Downloaded ed25519 v2.2.3
245
+ Downloaded dtor-proc-macro v0.0.6
266
246
  Downloaded curve25519-dalek-derive v0.1.1
267
- Downloaded base16ct v0.2.0
247
+ Downloaded crate-git-revision v0.0.6
248
+ Downloaded cfg_eval v0.1.2
249
+ Downloaded block-buffer v0.9.0
250
+ Downloaded base64ct v1.8.0
268
251
  Downloaded ark-ff v0.4.2
252
+ Downloaded ark-bls12-381 v0.4.0
253
+ Downloaded ahash v0.8.12
254
+ Downloaded group v0.13.0
255
+ Downloaded dtor v0.1.1
256
+ Downloaded darling v0.21.3
257
+ Downloaded const-oid v0.9.6
258
+ Downloaded block-buffer v0.10.4
259
+ Downloaded base64 v0.21.7
260
+ Downloaded base16ct v0.2.0
261
+ Downloaded ark-std v0.4.0
269
262
  Downloaded ark-ec v0.4.2
263
+ Downloaded anyhow v1.0.100
264
+ Downloaded data-encoding v2.9.0
265
+ Downloaded crypto-common v0.1.6
266
+ Downloaded byteorder v1.5.0
270
267
  Downloaded arbitrary v1.3.2
271
- Downloaded getrandom v0.2.16
268
+ Downloaded include_dir_macros v0.7.4
269
+ Downloaded hex-literal v0.4.1
270
+ Downloaded ark-ff-asm v0.4.2
271
+ Downloaded ctor v0.5.0
272
272
  Downloaded ark-ff-macros v0.4.2
273
- Downloaded include_dir v0.7.4
274
- Downloaded dyn-clone v1.0.20
275
- Downloaded digest v0.10.7
276
- Downloaded bytes-lit v0.0.5
277
- Downloaded ark-serialize-derive v0.4.2
278
273
  Compiling proc-macro2 v1.0.103
279
274
  Compiling quote v1.0.41
280
275
  Compiling unicode-ident v1.0.22
@@ -283,91 +278,95 @@ info: installing component 'rustfmt'
283
278
  Compiling serde_core v1.0.228
284
279
  Compiling serde v1.0.228
285
280
  Compiling serde_json v1.0.145
286
- Compiling memchr v2.7.6
287
- Compiling itoa v1.0.15
288
281
  Checking cfg-if v1.0.4
282
+ Compiling itoa v1.0.15
283
+ Compiling memchr v2.7.6
289
284
  Compiling ryu v1.0.20
290
285
  Checking subtle v2.6.1
291
286
  Checking const-oid v0.9.6
292
287
  Compiling libc v0.2.177
293
288
  Compiling autocfg v1.5.0
294
- Compiling ident_case v1.0.1
295
- Compiling fnv v1.0.7
296
289
  Compiling strsim v0.11.1
290
+ Compiling fnv v1.0.7
291
+ Compiling ident_case v1.0.1
297
292
  Compiling schemars v0.8.22
298
293
  Compiling zerocopy v0.8.27
299
294
  Compiling syn v1.0.109
300
- Compiling semver v1.0.27
301
295
  Checking cpufeatures v0.2.17
296
+ Compiling semver v1.0.27
302
297
  Compiling paste v1.0.15
303
298
  Compiling dyn-clone v1.0.20
304
299
  Compiling either v1.15.0
305
- Compiling num-traits v0.2.19
306
- Compiling generic-array v0.14.9
307
- Compiling thiserror v1.0.69
308
300
  Compiling data-encoding v2.9.0
309
- Checking itertools v0.10.5
301
+ Compiling thiserror v1.0.69
302
+ Compiling generic-array v0.14.9
303
+ Compiling num-traits v0.2.19
310
304
  Compiling ahash v0.8.12
311
- Compiling ethnum v1.5.2
312
305
  Compiling escape-bytes v0.1.1
306
+ Compiling ethnum v1.5.2
307
+ Checking itertools v0.10.5
313
308
  Compiling rustc_version v0.4.1
314
- Checking num-integer v0.1.46
315
- Checking getrandom v0.2.16
309
+ Checking once_cell v1.21.3
316
310
  Checking equivalent v1.0.2
311
+ Checking getrandom v0.2.16
317
312
  Compiling prettyplease v0.2.37
318
- Checking once_cell v1.21.3
319
313
  Checking base16ct v0.2.0
320
314
  Checking hashbrown v0.16.0
321
315
  Checking rand_core v0.6.4
316
+ Checking num-integer v0.1.46
317
+ Compiling libm v0.2.15
318
+ Compiling crypto-common v0.1.6
319
+ Compiling block-buffer v0.10.4
322
320
  Checking num-bigint v0.4.6
323
- Checking base64 v0.22.1
324
- Checking ppv-lite86 v0.2.21
325
321
  Checking ff v0.13.1
326
- Compiling block-buffer v0.10.4
327
- Compiling crypto-common v0.1.6
328
- Checking group v0.13.0
329
- Compiling libm v0.2.15
330
- Checking rand_chacha v0.3.1
331
- Compiling digest v0.10.7
332
322
  Checking indexmap v2.12.0
323
+ Compiling digest v0.10.7
324
+ Checking group v0.13.0
325
+ Checking base64 v0.22.1
333
326
  Compiling curve25519-dalek v4.1.3
334
- Checking indexmap-nostd v0.4.0
335
- Checking hashbrown v0.13.2
336
327
  Checking downcast-rs v1.2.1
337
- Checking rand v0.8.5
328
+ Checking indexmap-nostd v0.4.0
338
329
  Checking byteorder v1.5.0
339
- Checking wasmparser-nostd v0.100.2
340
- Checking smallvec v1.15.1
341
- Compiling syn v2.0.108
342
330
  Compiling sha2 v0.10.9
343
- Checking wasmparser v0.116.1
344
331
  Compiling heapless v0.8.0
332
+ Checking wasmparser-nostd v0.100.2
345
333
  Checking spin v0.9.8
334
+ Checking smallvec v1.15.1
335
+ Checking ppv-lite86 v0.2.21
336
+ Compiling syn v2.0.108
346
337
  Checking wasmi_arena v0.4.1
338
+ Checking hashbrown v0.13.2
339
+ Checking rand_chacha v0.3.1
347
340
  Checking hash32 v0.3.1
348
- Checking ark-std v0.4.0
349
- Compiling static_assertions v1.1.0
350
- Compiling heck v0.5.0
351
- Compiling soroban-env-host v25.0.1
352
- Checking keccak v0.1.5
341
+ Checking wasmparser v0.116.1
342
+ Checking static_assertions v1.1.0
343
+ Checking rand v0.8.5
353
344
  Checking stable_deref_trait v1.2.1
345
+ Checking keccak v0.1.5
346
+ Compiling soroban-env-host v25.0.1
347
+ Compiling heck v0.5.0
354
348
  Checking hex-literal v0.4.1
355
349
  Compiling itertools v0.14.0
356
- Checking wasmi_core v0.13.0
357
350
  Compiling include_dir_macros v0.7.4
358
- Compiling anyhow v1.0.100
359
- Checking opaque-debug v0.3.1
351
+ Checking wasmi_core v0.13.0
360
352
  Checking glob v0.3.3
361
- Checking base64 v0.21.7
353
+ Checking ark-std v0.4.0
354
+ Checking opaque-debug v0.3.1
355
+ Compiling anyhow v1.0.100
362
356
  Checking heck v0.4.1
363
357
  Checking include_dir v0.7.4
364
- Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
358
+ Checking base64 v0.21.7
365
359
  Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
360
+ Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
366
361
  Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
367
362
  Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
368
363
  Checking soroban-wasmi v0.31.1-soroban.20.0.1
369
364
  Checking common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
370
365
  Checking oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
366
+ Compiling ark-serialize-derive v0.4.2
367
+ Compiling ark-ff-macros v0.4.2
368
+ Compiling derivative v2.2.0
369
+ Compiling ark-ff-asm v0.4.2
371
370
  Compiling darling_core v0.21.3
372
371
  Compiling darling_core v0.20.11
373
372
  Compiling macro-string v0.1.4
@@ -378,79 +377,75 @@ info: installing component 'rustfmt'
378
377
  Compiling num-derive v0.4.2
379
378
  Compiling curve25519-dalek-derive v0.1.1
380
379
  Compiling soroban-builtin-sdk-macros v25.0.1
381
- Compiling visibility v0.1.1
382
380
  Compiling bytes-lit v0.0.5
381
+ Compiling visibility v0.1.1
383
382
  Checking zeroize v1.8.2
384
383
  Checking der v0.7.10
384
+ Checking sec1 v0.7.3
385
385
  Checking crypto-bigint v0.5.5
386
386
  Checking digest v0.9.0
387
387
  Checking block-buffer v0.9.0
388
- Checking sec1 v0.7.3
389
- Compiling ark-serialize-derive v0.4.2
390
- Compiling ark-ff-macros v0.4.2
391
- Compiling derivative v2.2.0
392
- Compiling ark-ff-asm v0.4.2
393
388
  Checking sha2 v0.9.9
389
+ Checking hex v0.4.3
390
+ Compiling crate-git-revision v0.0.6
391
+ Checking ark-serialize v0.4.2
394
392
  Checking signature v2.2.0
395
393
  Checking hmac v0.12.1
396
394
  Checking sha3 v0.10.8
397
- Checking ark-serialize v0.4.2
398
- Checking rfc6979 v0.4.0
399
- Checking ed25519 v2.2.3
400
- Compiling darling_macro v0.21.3
395
+ Compiling darling_macro v0.20.11
401
396
  Checking elliptic-curve v0.13.8
397
+ Checking ed25519 v2.2.3
398
+ Checking rfc6979 v0.4.0
399
+ Checking ark-ff v0.4.2
400
+ Compiling stellar-strkey v0.0.13
401
+ Compiling stellar-xdr v25.0.0
402
+ Compiling soroban-env-common v25.0.1
403
+ Compiling stellar-strkey v0.0.16
404
+ Compiling soroban-sdk v25.1.1
402
405
  Checking ecdsa v0.16.9
403
406
  Checking primeorder v0.13.6
404
- Compiling darling_macro v0.20.11
407
+ Compiling darling_macro v0.21.3
405
408
  Checking k256 v0.13.4
406
409
  Checking p256 v0.13.2
407
- Checking hex v0.4.3
408
410
  Checking ed25519-dalek v2.2.0
409
- Compiling crate-git-revision v0.0.6
411
+ Compiling darling v0.20.11
410
412
  Compiling darling v0.21.3
411
413
  Compiling serde_with_macros v3.15.1
412
- Compiling stellar-strkey v0.0.13
413
- Compiling stellar-xdr v25.0.0
414
- Compiling soroban-env-common v25.0.1
415
- Compiling stellar-strkey v0.0.16
416
- Compiling soroban-sdk v25.1.0
417
- Compiling darling v0.20.11
418
- Checking ark-ff v0.4.2
419
414
  Compiling serde_with v3.15.1
420
415
  Checking ark-poly v0.4.2
421
416
  Checking ark-ec v0.4.2
422
417
  Checking ark-bn254 v0.4.0
423
418
  Checking ark-bls12-381 v0.4.0
424
- Checking soroban-spec v25.1.0
419
+ Checking soroban-spec v25.1.1
425
420
  Checking soroban-spec-typescript v25.1.0
426
421
  Checking ts-bindings-gen v0.0.1 (/workspace/contracts/protocol/stellar/tools/ts-bindings-gen)
427
422
  Compiling soroban-env-macros v25.0.1
428
- Compiling soroban-spec-rust v25.1.0
429
- Compiling soroban-sdk-macros v25.1.0
423
+ Compiling soroban-spec-rust v25.1.1
424
+ Compiling soroban-sdk-macros v25.1.1
430
425
  Checking utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
431
426
  Checking fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
432
427
  Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
433
428
  Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
434
- Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
435
- Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
436
429
  Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
430
+ Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
431
+ Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
437
432
  Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
438
433
  Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
439
434
  Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
440
- Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
441
435
  Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
442
- Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
443
- Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
436
+ Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
444
437
  Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
438
+ Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
439
+ Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
445
440
  Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
446
441
  Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
447
442
  Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
448
443
  Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
449
- Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
450
444
  Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
445
+ Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
451
446
  Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
452
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
453
- ⏱️ bash -c cargo clippy -- -D warnings: 2:52.355 (m:ss.mmm)
447
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
448
+ ⏱️ bash -c cargo clippy -- -D warnings: 2:46.217 (m:ss.mmm)
454
449
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-cargo
455
450
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-config
456
451
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup