@layerzerolabs/protocol-stellar-v2 0.2.11 → 0.2.13

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 (74) hide show
  1. package/.turbo/turbo-build.log +202 -194
  2. package/.turbo/turbo-lint.log +38 -38
  3. package/.turbo/turbo-test.log +891 -891
  4. package/Cargo.lock +1 -1
  5. package/contracts/common-macros/src/lib.rs +3 -36
  6. package/contracts/endpoint-v2/src/endpoint_v2.rs +4 -4
  7. package/contracts/endpoint-v2/src/events.rs +40 -22
  8. package/contracts/endpoint-v2/src/interfaces/message_lib.rs +2 -2
  9. package/contracts/endpoint-v2/src/interfaces/message_lib_manager.rs +2 -2
  10. package/contracts/endpoint-v2/src/interfaces/messaging_channel.rs +2 -2
  11. package/contracts/endpoint-v2/src/interfaces/messaging_composer.rs +2 -2
  12. package/contracts/endpoint-v2/src/interfaces/send_lib.rs +2 -2
  13. package/contracts/endpoint-v2/src/message_lib_manager.rs +3 -3
  14. package/contracts/endpoint-v2/src/messaging_channel.rs +1 -1
  15. package/contracts/endpoint-v2/src/messaging_composer.rs +1 -1
  16. package/contracts/endpoint-v2/src/tests/message_lib_manager/set_default_receive_lib_timeout.rs +4 -8
  17. package/contracts/endpoint-v2/src/tests/message_lib_manager/set_default_receive_library.rs +3 -7
  18. package/contracts/message-libs/{block-message-lib → blocked-message-lib}/Cargo.toml +1 -1
  19. package/contracts/message-libs/treasury/src/events.rs +9 -6
  20. package/contracts/message-libs/uln-302/src/events.rs +19 -11
  21. package/contracts/message-libs/uln-302/src/interfaces/receive_uln.rs +2 -2
  22. package/contracts/message-libs/uln-302/src/interfaces/send_uln.rs +2 -2
  23. package/contracts/message-libs/uln-302/src/receive_uln.rs +2 -2
  24. package/contracts/message-libs/uln-302/src/send_uln.rs +3 -3
  25. package/contracts/message-libs/uln-302/src/tests/receive_uln302/set_default_receive_uln_configs.rs +5 -5
  26. package/contracts/message-libs/uln-302/src/tests/send_uln302/set_default_send_uln_configs.rs +5 -5
  27. package/contracts/message-libs/uln-302/src/tests/setup.rs +3 -3
  28. package/contracts/message-libs/uln-302/src/types.rs +24 -24
  29. package/contracts/message-libs/uln-302/src/uln302.rs +1 -1
  30. package/contracts/oapps/counter/integration_tests/utils.rs +1 -1
  31. package/contracts/oapps/oapp/src/oapp_core.rs +4 -3
  32. package/contracts/oapps/oapp/src/oapp_options_type3.rs +4 -3
  33. package/contracts/oapps/oft/integration-tests/utils.rs +1 -1
  34. package/contracts/oapps/oft/src/events.rs +5 -4
  35. package/contracts/oapps/oft/src/extensions/oft_fee.rs +10 -6
  36. package/contracts/oapps/oft/src/extensions/pausable.rs +4 -4
  37. package/contracts/oapps/oft/src/extensions/rate_limiter.rs +8 -6
  38. package/contracts/utils/src/ownable.rs +6 -4
  39. package/contracts/utils/src/tests/testing_utils.rs +7 -5
  40. package/contracts/utils/src/ttl.rs +5 -4
  41. package/contracts/workers/dvn/src/auth.rs +59 -45
  42. package/contracts/workers/dvn/src/dvn.rs +84 -16
  43. package/contracts/workers/dvn/src/errors.rs +10 -13
  44. package/contracts/workers/dvn/src/events.rs +7 -5
  45. package/contracts/workers/dvn/src/interfaces/dvn.rs +29 -1
  46. package/contracts/workers/dvn/src/multisig.rs +94 -71
  47. package/contracts/workers/dvn/src/storage.rs +9 -12
  48. package/contracts/workers/dvn/src/tests/auth.rs +56 -26
  49. package/contracts/workers/dvn/src/tests/dvn.rs +37 -37
  50. package/contracts/workers/dvn/src/tests/multisig/set_signer.rs +8 -8
  51. package/contracts/workers/dvn/src/tests/multisig/set_threshold.rs +9 -9
  52. package/contracts/workers/dvn/src/tests/multisig/verify_signatures.rs +6 -6
  53. package/contracts/workers/dvn/src/tests/setup.rs +5 -5
  54. package/contracts/workers/executor/src/auth.rs +93 -0
  55. package/contracts/workers/executor/src/events.rs +5 -4
  56. package/contracts/workers/executor/src/{lz_executor.rs → executor.rs} +25 -98
  57. package/contracts/workers/executor/src/interfaces/mod.rs +1 -1
  58. package/contracts/workers/executor/src/lib.rs +6 -5
  59. package/contracts/workers/worker/src/events.rs +23 -13
  60. package/contracts/workers/worker/src/worker.rs +32 -21
  61. package/package.json +3 -3
  62. package/sdk/dist/generated/bml.js +23 -23
  63. package/sdk/dist/generated/counter.js +25 -25
  64. package/sdk/dist/generated/endpoint.js +23 -23
  65. package/sdk/dist/generated/sml.js +23 -23
  66. package/sdk/dist/generated/uln302.d.ts +1 -1
  67. package/sdk/dist/generated/uln302.js +33 -33
  68. package/sdk/package.json +1 -1
  69. package/sdk/test/index.test.ts +1 -1
  70. package/sdk/test/oft.test.ts +847 -0
  71. package/sdk/test/suites/scan.ts +20 -4
  72. package/tools/ts-bindings-gen/src/main.rs +2 -1
  73. package/contracts/common-macros/src/event.rs +0 -16
  74. /package/contracts/message-libs/{block-message-lib → blocked-message-lib}/src/lib.rs +0 -0
@@ -29,37 +29,38 @@ f83e34e44849: Pulling fs layer
29
29
  2965c99ac5df: Pulling fs layer
30
30
  66f4137c2c7c: Pulling fs layer
31
31
  1b86cc28e881: Waiting
32
- 8a4f031cd7ce: Waiting
33
- 2c1ce468d9f3: Waiting
32
+ a7d3f750d5ec: Waiting
34
33
  f83e34e44849: Waiting
35
- 889cdda75b95: Waiting
34
+ 8a4f031cd7ce: Waiting
36
35
  8bc2eeec2bb3: Waiting
37
- 2965c99ac5df: Waiting
38
- a7d3f750d5ec: Waiting
39
36
  2ff845d4f468: Waiting
37
+ 2c1ce468d9f3: Waiting
38
+ 2965c99ac5df: Waiting
39
+ 889cdda75b95: Waiting
40
+ 66f4137c2c7c: Waiting
40
41
  f6bd9104d248: Verifying Checksum
41
42
  f6bd9104d248: Download complete
43
+ f6bd9104d248: Pull complete
42
44
  889cdda75b95: Verifying Checksum
43
45
  889cdda75b95: Download complete
44
- f6bd9104d248: Pull complete
45
46
  a7d3f750d5ec: Verifying Checksum
46
47
  a7d3f750d5ec: Download complete
47
48
  e9886d99af76: Verifying Checksum
48
49
  e9886d99af76: Download complete
49
- 8a4f031cd7ce: Verifying Checksum
50
- 8a4f031cd7ce: Download complete
50
+ 4617420e017b: Verifying Checksum
51
+ 4617420e017b: Download complete
51
52
  2c1ce468d9f3: Verifying Checksum
52
53
  2c1ce468d9f3: Download complete
54
+ 8a4f031cd7ce: Verifying Checksum
55
+ 8a4f031cd7ce: Download complete
53
56
  2ff845d4f468: Verifying Checksum
54
57
  2ff845d4f468: Download complete
55
- 1b86cc28e881: Verifying Checksum
56
- 1b86cc28e881: Download complete
57
58
  f83e34e44849: Verifying Checksum
58
59
  f83e34e44849: Download complete
60
+ 1b86cc28e881: Verifying Checksum
61
+ 1b86cc28e881: Download complete
59
62
  8bc2eeec2bb3: Verifying Checksum
60
63
  8bc2eeec2bb3: Download complete
61
- 4617420e017b: Verifying Checksum
62
- 4617420e017b: Download complete
63
64
  2965c99ac5df: Verifying Checksum
64
65
  2965c99ac5df: Download complete
65
66
  66f4137c2c7c: Verifying Checksum
@@ -91,195 +92,195 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
91
92
  Updating git repository `https://github.com/OpenZeppelin/stellar-contracts.git`
92
93
  Downloading crates ...
93
94
  Downloaded ark-ff-asm v0.4.2
94
- Downloaded ark-serialize v0.4.2
95
95
  Downloaded ark-ff-macros v0.4.2
96
- Downloaded arbitrary v1.3.2
97
- Downloaded ark-poly v0.4.2
98
- Downloaded rustc_version v0.4.1
99
- Downloaded ark-ff v0.4.2
100
- Downloaded ark-ec v0.4.2
101
- Downloaded semver v1.0.27
102
- Downloaded dyn-clone v1.0.20
103
- Downloaded bytes-lit v0.0.5
104
- Downloaded equivalent v1.0.2
105
- Downloaded fnv v1.0.7
106
- Downloaded elliptic-curve v0.13.8
107
- Downloaded darling_core v0.21.3
108
- Downloaded serde_derive v1.0.228
96
+ Downloaded ark-serialize v0.4.2
97
+ Downloaded ryu v1.0.20
98
+ Downloaded serde_core v1.0.228
99
+ Downloaded time v0.3.44
100
+ Downloaded soroban-env-guest v23.0.1
101
+ Downloaded unicode-ident v1.0.22
109
102
  Downloaded zeroize_derive v1.4.2
110
- Downloaded rfc6979 v0.4.0
111
- Downloaded soroban-spec v23.4.0
112
- Downloaded visibility v0.1.1
113
- Downloaded version_check v0.9.5
114
- Downloaded hashbrown v0.16.0
115
- Downloaded wasmi_arena v0.4.1
116
- Downloaded time-macros v0.2.24
117
- Downloaded schemars v0.9.0
118
- Downloaded zeroize v1.8.2
119
- Downloaded soroban-sdk-macros v23.4.0
120
- Downloaded typenum v1.19.0
121
- Downloaded libm v0.2.15
122
- Downloaded base64 v0.22.1
123
103
  Downloaded wasmparser-nostd v0.100.2
124
- Downloaded time v0.3.44
125
- Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
126
- Downloaded serde_json v1.0.145
127
104
  Downloaded wasmparser v0.116.1
128
- Downloaded zerocopy v0.8.27
129
- Downloaded syn v1.0.109
130
- Downloaded serde_with v3.15.1
131
- Downloaded soroban-sdk v23.4.0
132
- Downloaded num-bigint v0.4.6
105
+ Downloaded version_check v0.9.5
133
106
  Downloaded syn v2.0.108
134
- Downloaded memchr v2.7.6
135
- Downloaded itertools v0.10.5
136
- Downloaded soroban-env-common v23.0.1
137
- Downloaded serde_core v1.0.228
138
- Downloaded serde v1.0.228
139
- Downloaded schemars v1.0.5
140
- Downloaded soroban-env-host v23.0.1
141
- Downloaded rand v0.8.5
142
- Downloaded crypto-bigint v0.5.5
143
- Downloaded smallvec v1.15.1
144
- Downloaded sha2 v0.10.9
145
- Downloaded serde_with_macros v3.15.1
146
- Downloaded schemars v0.8.22
147
- Downloaded prettyplease v0.2.37
148
- Downloaded libc v0.2.177
149
- Downloaded wasmi_core v0.13.0
150
- Downloaded unicode-ident v1.0.22
151
- Downloaded thiserror-impl v1.0.69
152
- Downloaded spin v0.9.8
153
- Downloaded static_assertions v1.1.0
154
- Downloaded soroban-builtin-sdk-macros v23.0.1
155
- Downloaded signature v2.2.0
156
- Downloaded k256 v0.13.4
157
- Downloaded thiserror v1.0.69
107
+ Downloaded soroban-sdk-macros v23.4.0
158
108
  Downloaded stellar-strkey v0.0.13
159
- Downloaded spki v0.7.3
160
- Downloaded soroban-ledger-snapshot v23.4.0
109
+ Downloaded sec1 v0.7.3
110
+ Downloaded proc-macro2 v1.0.103
111
+ Downloaded rand v0.8.5
112
+ Downloaded zerocopy v0.8.27
161
113
  Downloaded sha3 v0.10.8
162
- Downloaded soroban-env-macros v23.0.1
114
+ Downloaded hashbrown v0.13.2
115
+ Downloaded ident_case v1.0.1
116
+ Downloaded quote v1.0.41
117
+ Downloaded ppv-lite86 v0.2.21
118
+ Downloaded rand_core v0.6.4
119
+ Downloaded zeroize v1.8.2
120
+ Downloaded spin v0.9.8
121
+ Downloaded visibility v0.1.1
122
+ Downloaded strsim v0.11.1
123
+ Downloaded soroban-spec v23.4.0
124
+ Downloaded dtor v0.1.1
125
+ Downloaded serde_with v3.15.1
126
+ Downloaded serde_json v1.0.145
127
+ Downloaded ark-ec v0.4.2
128
+ Downloaded ark-bls12-381 v0.4.0
129
+ Downloaded libm v0.2.15
163
130
  Downloaded itertools v0.14.0
131
+ Downloaded itertools v0.10.5
164
132
  Downloaded indexmap v2.12.0
165
- Downloaded hashbrown v0.13.2
133
+ Downloaded hashbrown v0.16.0
166
134
  Downloaded hashbrown v0.12.3
167
- Downloaded strsim v0.11.1
135
+ Downloaded rfc6979 v0.4.0
136
+ Downloaded libc v0.2.177
137
+ Downloaded stellar-xdr v23.0.0
138
+ Downloaded paste v1.0.15
139
+ Downloaded schemars v1.0.5
140
+ Downloaded num-bigint v0.4.6
141
+ Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
142
+ Downloaded memchr v2.7.6
143
+ Downloaded k256 v0.13.4
144
+ Downloaded elliptic-curve v0.13.8
145
+ Downloaded ark-ff v0.4.2
146
+ Downloaded prettyplease v0.2.37
168
147
  Downloaded p256 v0.13.2
169
148
  Downloaded num-traits v0.2.19
170
149
  Downloaded indexmap v1.9.3
171
- Downloaded const-oid v0.9.6
172
- Downloaded autocfg v1.5.0
173
- Downloaded ark-std v0.4.0
174
- Downloaded soroban-spec-rust v23.4.0
175
- Downloaded ryu v1.0.20
176
- Downloaded proc-macro2 v1.0.103
150
+ Downloaded iana-time-zone v0.1.64
151
+ Downloaded ff v0.13.1
152
+ Downloaded ethnum v1.5.2
153
+ Downloaded ed25519 v2.2.3
154
+ Downloaded der v0.7.10
155
+ Downloaded curve25519-dalek v4.1.3
156
+ Downloaded crypto-bigint v0.5.5
157
+ Downloaded chrono v0.4.42
177
158
  Downloaded primeorder v0.13.6
178
- Downloaded paste v1.0.15
179
159
  Downloaded once_cell v1.21.3
180
- Downloaded iana-time-zone v0.1.64
181
- Downloaded hmac v0.12.1
182
- Downloaded heck v0.5.0
183
- Downloaded crate-git-revision v0.0.6
184
- Downloaded cpufeatures v0.2.17
185
- Downloaded block-buffer v0.10.4
186
- Downloaded base64ct v1.8.0
187
- Downloaded base16ct v0.2.0
188
- Downloaded sec1 v0.7.3
160
+ Downloaded num-integer v0.1.46
161
+ Downloaded indexmap-nostd v0.4.0
162
+ Downloaded hex-literal v0.4.1
163
+ Downloaded group v0.13.0
164
+ Downloaded generic-array v0.14.9
165
+ Downloaded escape-bytes v0.1.1
166
+ Downloaded digest v0.10.7
167
+ Downloaded deranged v0.5.5
168
+ Downloaded ctor-proc-macro v0.0.6
169
+ Downloaded crypto-common v0.1.6
170
+ Downloaded bytes-lit v0.0.5
171
+ Downloaded soroban-ledger-snapshot v23.4.0
172
+ Downloaded soroban-builtin-sdk-macros v23.0.1
189
173
  Downloaded ref-cast-impl v1.0.25
190
174
  Downloaded ref-cast v1.0.25
191
- Downloaded rand_core v0.6.4
192
175
  Downloaded rand_chacha v0.3.1
193
- Downloaded quote v1.0.41
194
- Downloaded ppv-lite86 v0.2.21
195
176
  Downloaded powerfmt v0.2.0
196
177
  Downloaded pkcs8 v0.10.2
197
- Downloaded keccak v0.1.5
198
178
  Downloaded num-derive v0.4.2
199
- Downloaded macro-string v0.1.4
200
- Downloaded ctor-proc-macro v0.0.6
201
- Downloaded ctor v0.5.0
202
- Downloaded time-core v0.1.6
203
- Downloaded subtle v2.6.1
204
- Downloaded soroban-env-guest v23.0.1
205
- Downloaded itoa v1.0.15
206
- Downloaded getrandom v0.2.16
207
- Downloaded generic-array v0.14.9
208
- Downloaded num-integer v0.1.46
209
179
  Downloaded num-conv v0.1.0
210
- Downloaded indexmap-nostd v0.4.0
211
- Downloaded ident_case v1.0.1
212
- Downloaded hex-literal v0.4.1
180
+ Downloaded keccak v0.1.5
181
+ Downloaded itoa v1.0.15
213
182
  Downloaded hex v0.4.3
214
- Downloaded group v0.13.0
183
+ Downloaded heck v0.5.0
215
184
  Downloaded ed25519-dalek v2.2.0
216
- Downloaded der v0.7.10
217
- Downloaded darling_core v0.20.11
218
- Downloaded curve25519-dalek v4.1.3
219
- Downloaded chrono v0.4.42
220
- Downloaded darling v0.20.11
221
- Downloaded ff v0.13.1
222
- Downloaded ethnum v1.5.2
223
- Downloaded escape-bytes v0.1.1
224
- Downloaded ed25519 v2.2.3
225
- Downloaded ecdsa v0.16.9
226
- Downloaded downcast-rs v1.2.1
227
- Downloaded digest v0.10.7
228
- Downloaded deranged v0.5.5
229
- Downloaded data-encoding v2.9.0
230
- Downloaded cfg_eval v0.1.2
231
- Downloaded either v1.15.0
232
185
  Downloaded dtor-proc-macro v0.0.6
233
- Downloaded dtor v0.1.1
234
186
  Downloaded derive_arbitrary v1.3.2
235
- Downloaded derivative v2.2.0
236
187
  Downloaded darling_macro v0.21.3
237
- Downloaded darling_macro v0.20.11
238
- Downloaded crypto-common v0.1.6
239
188
  Downloaded darling v0.21.3
189
+ Downloaded ark-serialize-derive v0.4.2
190
+ Downloaded hmac v0.12.1
191
+ Downloaded fnv v1.0.7
192
+ Downloaded either v1.15.0
240
193
  Downloaded curve25519-dalek-derive v0.1.1
194
+ Downloaded ctor v0.5.0
195
+ Downloaded schemars v0.8.22
196
+ Downloaded macro-string v0.1.4
197
+ Downloaded getrandom v0.2.16
198
+ Downloaded ecdsa v0.16.9
199
+ Downloaded darling_macro v0.20.11
200
+ Downloaded darling_core v0.20.11
241
201
  Downloaded cfg-if v1.0.4
242
- Downloaded ark-serialize-derive v0.4.2
243
- Downloaded ark-bls12-381 v0.4.0
202
+ Downloaded base64 v0.22.1
203
+ Downloaded typenum v1.19.0
204
+ Downloaded time-macros v0.2.24
205
+ Downloaded thiserror v1.0.69
206
+ Downloaded soroban-spec-rust v23.4.0
207
+ Downloaded soroban-env-macros v23.0.1
208
+ Downloaded soroban-env-common v23.0.1
209
+ Downloaded dyn-clone v1.0.20
210
+ Downloaded downcast-rs v1.2.1
211
+ Downloaded darling_core v0.21.3
212
+ Downloaded crate-git-revision v0.0.6
213
+ Downloaded cpufeatures v0.2.17
214
+ Downloaded base64ct v1.8.0
215
+ Downloaded base16ct v0.2.0
216
+ Downloaded autocfg v1.5.0
217
+ Downloaded wasmi_core v0.13.0
218
+ Downloaded spki v0.7.3
219
+ Downloaded soroban-env-host v23.0.1
220
+ Downloaded smallvec v1.15.1
221
+ Downloaded semver v1.0.27
222
+ Downloaded schemars v0.9.0
223
+ Downloaded equivalent v1.0.2
224
+ Downloaded derivative v2.2.0
225
+ Downloaded data-encoding v2.9.0
226
+ Downloaded wasmi_arena v0.4.1
227
+ Downloaded thiserror-impl v1.0.69
228
+ Downloaded syn v1.0.109
229
+ Downloaded static_assertions v1.1.0
230
+ Downloaded sha2 v0.10.9
231
+ Downloaded const-oid v0.9.6
232
+ Downloaded block-buffer v0.10.4
233
+ Downloaded ark-std v0.4.0
234
+ Downloaded time-core v0.1.6
235
+ Downloaded subtle v2.6.1
236
+ Downloaded soroban-sdk v23.4.0
237
+ Downloaded darling v0.20.11
238
+ Downloaded cfg_eval v0.1.2
239
+ Downloaded signature v2.2.0
240
+ Downloaded serde_with_macros v3.15.1
241
+ Downloaded serde_derive v1.0.228
242
+ Downloaded rustc_version v0.4.1
243
+ Downloaded serde v1.0.228
244
244
  Downloaded ahash v0.8.12
245
- Downloaded stellar-xdr v23.0.0
245
+ Downloaded ark-poly v0.4.2
246
+ Downloaded arbitrary v1.3.2
246
247
  Compiling proc-macro2 v1.0.103
247
- Compiling quote v1.0.41
248
248
  Compiling unicode-ident v1.0.22
249
+ Compiling quote v1.0.41
249
250
  Compiling serde_core v1.0.228
250
251
  Compiling serde v1.0.228
251
252
  Compiling serde_json v1.0.145
252
253
  Compiling memchr v2.7.6
253
- Compiling itoa v1.0.15
254
254
  Compiling ryu v1.0.20
255
- Compiling ident_case v1.0.1
255
+ Compiling itoa v1.0.15
256
256
  Compiling strsim v0.11.1
257
257
  Compiling fnv v1.0.7
258
- Compiling version_check v0.9.5
258
+ Compiling ident_case v1.0.1
259
259
  Compiling typenum v1.19.0
260
+ Compiling version_check v0.9.5
260
261
  Compiling autocfg v1.5.0
261
262
  Compiling schemars v0.8.22
262
263
  Compiling dyn-clone v1.0.20
263
- Compiling cfg-if v1.0.4
264
264
  Compiling cpufeatures v0.2.17
265
- Compiling generic-array v0.14.9
266
265
  Compiling data-encoding v2.9.0
266
+ Compiling cfg-if v1.0.4
267
+ Compiling ethnum v1.5.2
268
+ Compiling generic-array v0.14.9
267
269
  Compiling escape-bytes v0.1.1
268
270
  Compiling either v1.15.0
269
- Compiling ethnum v1.5.2
270
271
  Compiling num-traits v0.2.19
271
272
  Compiling semver v1.0.27
272
273
  Compiling thiserror v1.0.69
273
- Compiling prettyplease v0.2.37
274
274
  Compiling equivalent v1.0.2
275
- Compiling itertools v0.10.5
276
275
  Compiling hashbrown v0.16.0
276
+ Compiling prettyplease v0.2.37
277
+ Compiling itertools v0.10.5
277
278
  Compiling base64 v0.22.1
278
279
  Compiling rustc_version v0.4.1
279
- Compiling static_assertions v1.1.0
280
280
  Compiling heck v0.5.0
281
- Compiling itertools v0.14.0
281
+ Compiling static_assertions v1.1.0
282
282
  Compiling indexmap v2.12.0
283
+ Compiling itertools v0.14.0
283
284
  Compiling wasmparser v0.116.1
284
285
  Compiling num-integer v0.1.46
285
286
  Compiling crypto-common v0.1.6
@@ -295,8 +296,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
295
296
  Compiling cfg_eval v0.1.2
296
297
  Compiling thiserror-impl v1.0.69
297
298
  Compiling num-derive v0.4.2
298
- Compiling visibility v0.1.1
299
299
  Compiling bytes-lit v0.0.5
300
+ Compiling visibility v0.1.1
300
301
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
301
302
  Compiling darling_macro v0.20.11
302
303
  Compiling darling_macro v0.21.3
@@ -317,10 +318,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
317
318
  Compiling soroban-sdk-macros v23.4.0
318
319
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
319
320
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
320
- Finished `release` profile [optimized] target(s) in 12.21s
321
+ Finished `release` profile [optimized] target(s) in 11.38s
321
322
  ℹ️ Build Summary:
322
323
  Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm
323
- Wasm Hash: d8479de0d00fa044fc1fc5e0a2d01a10831db9f1ff6416249d955767f15fe661
324
+ Wasm Hash: 3983a0f06c3bff24ffe3557e41565074a28bfc72dfea456a0b561de00aaebae9
324
325
  Exported Functions: 56 found
325
326
  • __constructor
326
327
  • burn
@@ -379,7 +380,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
379
380
  • verify
380
381
  • zro
381
382
  ✅ Build Complete
382
- ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/block-message-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
383
+ ℹ️ 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
383
384
  Compiling escape-bytes v0.1.1
384
385
  Compiling ethnum v1.5.2
385
386
  Compiling static_assertions v1.1.0
@@ -391,11 +392,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
391
392
  Compiling soroban-sdk v23.4.0
392
393
  Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
393
394
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
394
- Compiling block-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/block-message-lib)
395
- Finished `release` profile [optimized] target(s) in 2.20s
395
+ Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
396
+ Finished `release` profile [optimized] target(s) in 2.10s
396
397
  ℹ️ Build Summary:
397
- Wasm File: target/wasm32v1-none/release/block_message_lib.wasm
398
- Wasm Hash: 2654cb09d0abf3427103b15ea345e638f5189fbafe1baa203b45633970d31cce
398
+ Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm
399
+ Wasm Hash: 2c97e7e419258f31c80fc67c0b2eedd6cb59e15409c0504ac2ff54c24aa23c41
399
400
  Exported Functions: 7 found
400
401
  • get_config
401
402
  • is_supported_eid
@@ -411,7 +412,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
411
412
  Finished `release` profile [optimized] target(s) in 0.63s
412
413
  ℹ️ Build Summary:
413
414
  Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm
414
- Wasm Hash: 88a1a16cda152f6867300a4a0a2d12ac30780d7c217531dcba6df44daf89617a
415
+ Wasm Hash: 5ab088202182eb17e3fa087c2fbabd054915dae460063e0a06fae3a77506f308
415
416
  Exported Functions: 27 found
416
417
  • __constructor
417
418
  • endpoint
@@ -443,10 +444,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
443
444
  ✅ Build Complete
444
445
  ℹ️ 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
445
446
  Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
446
- Finished `release` profile [optimized] target(s) in 0.41s
447
+ Finished `release` profile [optimized] target(s) in 0.42s
447
448
  ℹ️ Build Summary:
448
449
  Wasm File: target/wasm32v1-none/release/treasury.wasm
449
- Wasm Hash: bbb0c41d59f23f9501e7419b6b830e5cfc30c11a746766f3113fbf1ab8fe7582
450
+ Wasm Hash: 3de6b35f9dbb1e31b4c5f96b48aff36d606ef2a955d7050c2ee8b30ab8bc335c
450
451
  Exported Functions: 17 found
451
452
  • __constructor
452
453
  • extend_instance_ttl
@@ -468,10 +469,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
468
469
  ✅ Build Complete
469
470
  ℹ️ 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
470
471
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
471
- Finished `release` profile [optimized] target(s) in 0.92s
472
+ Finished `release` profile [optimized] target(s) in 0.91s
472
473
  ℹ️ Build Summary:
473
474
  Wasm File: target/wasm32v1-none/release/uln302.wasm
474
- Wasm Hash: 8e4d3d027368fe25b0383b08d812ec69992c20e3af6ce72cf55ee70fc489da70
475
+ Wasm Hash: 3fbb162da892f0651529258b0c2cf284e1b9c58cfe9d9484ef3b5d589d8dbcf1
475
476
  Exported Functions: 34 found
476
477
  • __constructor
477
478
  • commit_verification
@@ -512,10 +513,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
512
513
  Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapp-macros)
513
514
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
514
515
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
515
- Finished `release` profile [optimized] target(s) in 1.16s
516
+ Finished `release` profile [optimized] target(s) in 1.15s
516
517
  ℹ️ Build Summary:
517
518
  Wasm File: target/wasm32v1-none/release/counter.wasm
518
- Wasm Hash: 3755b9f5bd0d84c44158142f0e2bb1e638dfc086c74f706fe16211454c7b95a0
519
+ Wasm Hash: 92e55c988312260891cc60f51eba4c4a95eecbd66a7afdcb41e04ce3c319617a
519
520
  Exported Functions: 31 found
520
521
  • __constructor
521
522
  • allow_initialize_path
@@ -552,10 +553,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
552
553
  ℹ️ 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
553
554
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
554
555
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
555
- Finished `release` profile [optimized] target(s) in 1.17s
556
+ Finished `release` profile [optimized] target(s) in 1.19s
556
557
  ℹ️ Build Summary:
557
558
  Wasm File: target/wasm32v1-none/release/executor.wasm
558
- Wasm Hash: 32c04a81afc2f18528290cc44aee971f76443ffa2dd429f26bf9672a06d80ded
559
+ Wasm Hash: 744801aae6ed1b89b9ca9ded357b35efe16cdb9f42603005738c760b8ce5f0c7
559
560
  Exported Functions: 43 found
560
561
  • __check_auth
561
562
  • __constructor
@@ -607,7 +608,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
607
608
  Finished `release` profile [optimized] target(s) in 1.03s
608
609
  ℹ️ Build Summary:
609
610
  Wasm File: target/wasm32v1-none/release/oft_std.wasm
610
- Wasm Hash: cdd868aa0b1f73846ea17e6c18fa97afbcfb5b04bc048739466c3344a94a9c9c
611
+ Wasm Hash: fabc75d6c8b7f8f3437e13976cdfd59b2694439af409ed2609a07725f2936830
611
612
  Exported Functions: 30 found
612
613
  • __constructor
613
614
  • allow_initialize_path
@@ -642,11 +643,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
642
643
  ✅ Build Complete
643
644
  ℹ️ 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
644
645
  Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
645
- Finished `release` profile [optimized] target(s) in 0.77s
646
+ Finished `release` profile [optimized] target(s) in 0.86s
646
647
  ℹ️ Build Summary:
647
648
  Wasm File: target/wasm32v1-none/release/dvn.wasm
648
- Wasm Hash: 48fcc97296179b4bdd90570a406b4601cb4f6bff0543b9d67b20615386baad74
649
- Exported Functions: 48 found
649
+ Wasm Hash: c0253fbc5d2238ef0112135dcf0046ddd13f24123087b62b1e8b91a8786d1857
650
+ Exported Functions: 49 found
650
651
  • __check_auth
651
652
  • __constructor
652
653
  • admins
@@ -661,6 +662,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
661
662
  • get_signers
662
663
  • get_supported_option_types
663
664
  • has_acl
665
+ • hash_call_data
664
666
  • is_admin
665
667
  • is_on_allowlist
666
668
  • is_on_denylist
@@ -701,7 +703,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
701
703
  Finished `release` profile [optimized] target(s) in 0.28s
702
704
  ℹ️ Build Summary:
703
705
  Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm
704
- Wasm Hash: 45442b6e2a768d84e4e730608a771f8f283de2713856db563134271141e3a359
706
+ Wasm Hash: 07dfc18ac8e2318f91a7212b586ea8284c002a1a043a13b4cd3bbc7a4ba966fe
705
707
  Exported Functions: 1 found
706
708
  • get_fee
707
709
  ✅ Build Complete
@@ -710,7 +712,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
710
712
  Finished `release` profile [optimized] target(s) in 0.33s
711
713
  ℹ️ Build Summary:
712
714
  Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm
713
- Wasm Hash: 92ba3c81caf390d4c371b3c7375299869c0f4888a2494b720dd4906bb6683052
715
+ Wasm Hash: 2099921cee530a8481384ca3e546ed62d637c88ea66009d03095fe8d476bc175
714
716
  Exported Functions: 2 found
715
717
  • get_fee
716
718
  • version
@@ -720,10 +722,10 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
720
722
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
721
723
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
722
724
  Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
723
- Finished `release` profile [optimized] target(s) in 1.04s
725
+ Finished `release` profile [optimized] target(s) in 1.06s
724
726
  ℹ️ Build Summary:
725
727
  Wasm File: target/wasm32v1-none/release/executor_helper.wasm
726
- Wasm Hash: 8b32c5ee01e8227593b19aed1195177ff27a7e89cd605442476699afa425127b
728
+ Wasm Hash: f99fb583d431e6311962025f54809d75ed96c2b89f3373b8b32152e939a0052d
727
729
  Exported Functions: 4 found
728
730
  • compose
729
731
  • execute
@@ -735,7 +737,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
735
737
  Finished `release` profile [optimized] target(s) in 0.53s
736
738
  ℹ️ Build Summary:
737
739
  Wasm File: target/wasm32v1-none/release/price_feed.wasm
738
- Wasm Hash: 9f1877783111406185d310af9d6b53456ac5fa780f2226ebd1fdff00088e5da3
740
+ Wasm Hash: 9d0b2690e4b7173a51492f84813705ce9d5a0e0c676d00d4e16b5873e49dbd60
739
741
  Exported Functions: 24 found
740
742
  • __constructor
741
743
  • arbitrum_compression_percent
@@ -762,7 +764,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
762
764
  • transfer_ownership
763
765
  • ttl_configs
764
766
  ✅ Build Complete
765
- ⏱️ stellar contract build: 37.227s
767
+ ⏱️ stellar contract build: 34.310s
766
768
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-cargo
767
769
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-config
768
770
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
@@ -784,50 +786,50 @@ sha256:2477334a514bfb7b9dd6b51d49e5c2ef2ca47d8f4fca31ca4209be570fec6423
784
786
  🔒 Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-cargo
785
787
  $ 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_23.1.4_patch_6 bash -c $'cargo run -p ts-bindings-gen'
786
788
  Downloading crates ...
787
- Downloaded anyhow v1.0.100
788
- Downloaded block-buffer v0.9.0
789
789
  Downloaded include_dir_macros v0.7.4
790
- Downloaded include_dir v0.7.4
791
790
  Downloaded opaque-debug v0.3.1
792
- Downloaded digest v0.9.0
791
+ Downloaded block-buffer v0.9.0
793
792
  Downloaded heck v0.4.1
794
- Downloaded glob v0.3.3
795
793
  Downloaded sha2 v0.9.9
794
+ Downloaded include_dir v0.7.4
795
+ Downloaded digest v0.9.0
796
796
  Downloaded base64 v0.21.7
797
+ Downloaded anyhow v1.0.100
798
+ Downloaded glob v0.3.3
797
799
  Downloaded soroban-spec-typescript v23.1.4
798
800
  Compiling proc-macro2 v1.0.103
799
801
  Compiling quote v1.0.41
800
802
  Compiling unicode-ident v1.0.22
801
803
  Compiling serde_json v1.0.145
804
+ Compiling version_check v0.9.5
802
805
  Compiling typenum v1.19.0
803
806
  Compiling serde_core v1.0.228
804
- Compiling version_check v0.9.5
805
807
  Compiling serde v1.0.228
806
808
  Compiling ryu v1.0.20
807
- Compiling itoa v1.0.15
808
809
  Compiling memchr v2.7.6
809
- Compiling ident_case v1.0.1
810
+ Compiling itoa v1.0.15
810
811
  Compiling fnv v1.0.7
812
+ Compiling ident_case v1.0.1
811
813
  Compiling strsim v0.11.1
812
814
  Compiling generic-array v0.14.9
813
815
  Compiling schemars v0.8.22
814
- Compiling cfg-if v1.0.4
815
- Compiling dyn-clone v1.0.20
816
816
  Compiling cpufeatures v0.2.17
817
- Compiling equivalent v1.0.2
817
+ Compiling dyn-clone v1.0.20
818
+ Compiling cfg-if v1.0.4
818
819
  Compiling thiserror v1.0.69
819
- Compiling hashbrown v0.16.0
820
820
  Compiling data-encoding v2.9.0
821
- Compiling ethnum v1.5.2
822
- Compiling escape-bytes v0.1.1
821
+ Compiling hashbrown v0.16.0
822
+ Compiling equivalent v1.0.2
823
823
  Compiling semver v1.0.27
824
- Compiling base64 v0.22.1
825
824
  Compiling prettyplease v0.2.37
825
+ Compiling escape-bytes v0.1.1
826
+ Compiling base64 v0.22.1
827
+ Compiling ethnum v1.5.2
826
828
  Compiling either v1.15.0
827
- Compiling glob v0.3.3
828
829
  Compiling indexmap v2.12.0
829
- Compiling anyhow v1.0.100
830
+ Compiling glob v0.3.3
830
831
  Compiling opaque-debug v0.3.1
832
+ Compiling anyhow v1.0.100
831
833
  Compiling base64 v0.21.7
832
834
  Compiling heck v0.4.1
833
835
  Compiling itertools v0.10.5
@@ -845,8 +847,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
845
847
  Compiling serde_derive v1.0.228
846
848
  Compiling cfg_eval v0.1.2
847
849
  Compiling thiserror-impl v1.0.69
848
- Compiling include_dir v0.7.4
849
850
  Compiling darling_macro v0.21.3
851
+ Compiling include_dir v0.7.4
850
852
  Compiling darling v0.21.3
851
853
  Compiling serde_with_macros v3.15.1
852
854
  Compiling crate-git-revision v0.0.6
@@ -857,7 +859,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
857
859
  Compiling soroban-spec v23.4.0
858
860
  Compiling soroban-spec-typescript v23.1.4
859
861
  Compiling ts-bindings-gen v0.0.1 (/workspace/contracts/protocol/stellar/tools/ts-bindings-gen)
860
- Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.33s
862
+ Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.50s
861
863
  Running `target/debug/ts-bindings-gen`
862
864
  🚀 Generating TypeScript bindings for Stellar contracts...
863
865
 
@@ -871,8 +873,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
871
873
  Output: sdk/src/generated/sml.ts
872
874
  Generating bindings...
873
875
  ✓ Generated: sdk/src/generated/sml.ts
874
- 📦 Processing contract: block_message_lib
875
- WASM: target/wasm32v1-none/release/block_message_lib.wasm
876
+ 📦 Processing contract: blocked_message_lib
877
+ WASM: target/wasm32v1-none/release/blocked_message_lib.wasm
876
878
  Output: sdk/src/generated/bml.ts
877
879
  Generating bindings...
878
880
  ✓ Generated: sdk/src/generated/bml.ts
@@ -896,9 +898,14 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
896
898
  Output: sdk/src/generated/executor_helper.ts
897
899
  Generating bindings...
898
900
  ✓ Generated: sdk/src/generated/executor_helper.ts
901
+ 📦 Processing contract: oft_std
902
+ WASM: target/wasm32v1-none/release/oft_std.wasm
903
+ Output: sdk/src/generated/oft_std.ts
904
+ Generating bindings...
905
+ ✓ Generated: sdk/src/generated/oft_std.ts
899
906
 
900
907
  ✅ TypeScript binding generation complete!
901
- Generated 7 contract(s)
908
+ Generated 8 contract(s)
902
909
 
903
910
  📦 Generated files in sdk/src/generated/:
904
911
  - endpoint.ts
@@ -908,7 +915,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
908
915
  - counter.ts
909
916
  - executor.ts
910
917
  - executor_helper.ts
911
- ⏱️ bash -c cargo run -p ts-bindings-gen: 7.699s
918
+ - oft_std.ts
919
+ ⏱️ bash -c cargo run -p ts-bindings-gen: 7.825s
912
920
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-cargo
913
921
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-config
914
922
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup