@layerzerolabs/protocol-stellar-v2 0.2.64 → 0.2.66
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.
- package/.turbo/turbo-build.log +230 -307
- package/.turbo/turbo-lint.log +175 -175
- package/.turbo/turbo-test.log +2047 -1975
- package/Cargo.lock +0 -16
- package/Cargo.toml +0 -1
- package/contracts/oapps/oft/integration-tests/extensions/test_oft_fee.rs +22 -0
- package/contracts/oapps/oft/integration-tests/extensions/test_pausable.rs +9 -2
- package/contracts/oapps/oft/integration-tests/extensions/test_rate_limiter.rs +27 -2
- package/contracts/oapps/oft/integration-tests/setup.rs +22 -18
- package/contracts/oapps/oft/integration-tests/utils.rs +81 -34
- package/contracts/oapps/oft/src/extensions/oft_fee.rs +13 -0
- package/contracts/oapps/oft/src/oft.rs +10 -2
- package/package.json +5 -5
- package/sdk/.turbo/turbo-test.log +284 -291
- package/sdk/dist/generated/oft.d.ts +3 -3
- package/sdk/dist/generated/oft.js +3 -3
- package/sdk/node_modules/.bin/vitest +2 -2
- package/sdk/package.json +2 -2
- package/contracts/oapps/console-oft/Cargo.toml +0 -30
- package/contracts/oapps/console-oft/integration-tests/extensions/mod.rs +0 -5
- package/contracts/oapps/console-oft/integration-tests/extensions/test_combined.rs +0 -90
- package/contracts/oapps/console-oft/integration-tests/extensions/test_oft_fee.rs +0 -186
- package/contracts/oapps/console-oft/integration-tests/extensions/test_ownership.rs +0 -161
- package/contracts/oapps/console-oft/integration-tests/extensions/test_pausable.rs +0 -154
- package/contracts/oapps/console-oft/integration-tests/extensions/test_rate_limiter.rs +0 -479
- package/contracts/oapps/console-oft/integration-tests/mod.rs +0 -3
- package/contracts/oapps/console-oft/integration-tests/setup.rs +0 -303
- package/contracts/oapps/console-oft/integration-tests/utils.rs +0 -685
- package/contracts/oapps/console-oft/src/errors.rs +0 -7
- package/contracts/oapps/console-oft/src/extensions/mod.rs +0 -3
- package/contracts/oapps/console-oft/src/extensions/oft_fee.rs +0 -239
- package/contracts/oapps/console-oft/src/extensions/pausable.rs +0 -185
- package/contracts/oapps/console-oft/src/extensions/rate_limiter.rs +0 -478
- package/contracts/oapps/console-oft/src/interfaces/mintable.rs +0 -14
- package/contracts/oapps/console-oft/src/interfaces/mod.rs +0 -3
- package/contracts/oapps/console-oft/src/lib.rs +0 -26
- package/contracts/oapps/console-oft/src/oft.rs +0 -208
- package/contracts/oapps/console-oft/src/oft_access_control.rs +0 -93
- package/contracts/oapps/console-oft/src/oft_types/lock_unlock.rs +0 -50
- package/contracts/oapps/console-oft/src/oft_types/mint_burn.rs +0 -50
- package/contracts/oapps/console-oft/src/oft_types/mod.rs +0 -24
- package/contracts/oapps/console-oft/src/tests/extensions/mod.rs +0 -3
- package/contracts/oapps/console-oft/src/tests/extensions/oft_fee.rs +0 -255
- package/contracts/oapps/console-oft/src/tests/extensions/pausable.rs +0 -212
- package/contracts/oapps/console-oft/src/tests/extensions/rate_limiter.rs +0 -992
- package/contracts/oapps/console-oft/src/tests/mod.rs +0 -2
- package/contracts/oapps/console-oft/src/tests/oft_types/lock_unlock.rs +0 -185
- package/contracts/oapps/console-oft/src/tests/oft_types/mod.rs +0 -1
package/.turbo/turbo-lint.log
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
🔧 User volumes override 1 default volume(s)
|
|
8
8
|
✅ stellar-25.1.0 (Latest stable release)
|
|
9
9
|
🔧 stellar version: 25.1.0
|
|
10
|
-
(node:
|
|
10
|
+
(node:104585) [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.
|
|
11
11
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
12
12
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
13
13
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -38,7 +38,7 @@ info: installing component 'rustfmt'
|
|
|
38
38
|
1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
39
39
|
|
|
40
40
|
info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
|
|
41
|
-
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy:
|
|
41
|
+
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 15.443s
|
|
42
42
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
43
43
|
📦 Using 4 default cache volume(s) for stellar
|
|
44
44
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -52,163 +52,164 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
52
52
|
Updating crates.io index
|
|
53
53
|
Downloading crates ...
|
|
54
54
|
Downloaded ark-ff-asm v0.4.2
|
|
55
|
-
Downloaded
|
|
56
|
-
Downloaded ark-bn254 v0.4.0
|
|
57
|
-
Downloaded arbitrary v1.3.2
|
|
58
|
-
Downloaded dtor-proc-macro v0.0.6
|
|
59
|
-
Downloaded ahash v0.8.12
|
|
60
|
-
Downloaded ref-cast v1.0.25
|
|
61
|
-
Downloaded ryu v1.0.20
|
|
55
|
+
Downloaded fnv v1.0.7
|
|
62
56
|
Downloaded rustc_version v0.4.1
|
|
63
|
-
Downloaded
|
|
57
|
+
Downloaded rfc6979 v0.4.0
|
|
58
|
+
Downloaded ref-cast-impl v1.0.25
|
|
59
|
+
Downloaded ryu v1.0.20
|
|
60
|
+
Downloaded keccak v0.1.5
|
|
61
|
+
Downloaded itoa v1.0.15
|
|
62
|
+
Downloaded indexmap-nostd v0.4.0
|
|
63
|
+
Downloaded num-derive v0.4.2
|
|
64
64
|
Downloaded rand_chacha v0.3.1
|
|
65
|
+
Downloaded soroban-spec v25.1.1
|
|
66
|
+
Downloaded serde_with_macros v3.15.1
|
|
67
|
+
Downloaded semver v1.0.27
|
|
68
|
+
Downloaded spki v0.7.3
|
|
69
|
+
Downloaded signature v2.2.0
|
|
70
|
+
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
71
|
+
Downloaded subtle v2.6.1
|
|
72
|
+
Downloaded version_check v0.9.5
|
|
65
73
|
Downloaded zeroize_derive v1.4.2
|
|
66
|
-
Downloaded wasmi_core v0.13.0
|
|
67
|
-
Downloaded time-core v0.1.6
|
|
68
|
-
Downloaded schemars v0.8.22
|
|
69
|
-
Downloaded indexmap-nostd v0.4.0
|
|
70
|
-
Downloaded iana-time-zone v0.1.64
|
|
71
|
-
Downloaded visibility v0.1.1
|
|
72
|
-
Downloaded num-traits v0.2.19
|
|
73
74
|
Downloaded stable_deref_trait v1.2.1
|
|
74
|
-
Downloaded schemars v0.9.0
|
|
75
|
-
Downloaded rand v0.8.5
|
|
76
|
-
Downloaded time-macros v0.2.24
|
|
77
|
-
Downloaded zeroize v1.8.2
|
|
78
|
-
Downloaded ark-serialize v0.4.2
|
|
79
75
|
Downloaded strsim v0.11.1
|
|
80
|
-
Downloaded
|
|
81
|
-
Downloaded
|
|
82
|
-
Downloaded
|
|
83
|
-
Downloaded
|
|
84
|
-
Downloaded
|
|
76
|
+
Downloaded soroban-spec-rust v25.1.1
|
|
77
|
+
Downloaded pkcs8 v0.10.2
|
|
78
|
+
Downloaded wasmi_arena v0.4.1
|
|
79
|
+
Downloaded zeroize v1.8.2
|
|
80
|
+
Downloaded stellar-strkey v0.0.16
|
|
85
81
|
Downloaded stellar-strkey v0.0.13
|
|
86
|
-
Downloaded spki v0.7.3
|
|
87
|
-
Downloaded soroban-ledger-snapshot v25.1.1
|
|
88
|
-
Downloaded once_cell v1.21.3
|
|
89
|
-
Downloaded sec1 v0.7.3
|
|
90
|
-
Downloaded ark-poly v0.4.2
|
|
91
82
|
Downloaded spin v0.9.8
|
|
92
83
|
Downloaded ethnum v1.5.2
|
|
93
|
-
Downloaded stellar-strkey v0.0.16
|
|
94
|
-
Downloaded serde_derive v1.0.228
|
|
95
|
-
Downloaded typenum v1.19.0
|
|
96
|
-
Downloaded soroban-env-common v25.0.1
|
|
97
|
-
Downloaded time v0.3.44
|
|
98
84
|
Downloaded serde v1.0.228
|
|
99
|
-
Downloaded
|
|
100
|
-
Downloaded
|
|
101
|
-
Downloaded
|
|
85
|
+
Downloaded once_cell v1.21.3
|
|
86
|
+
Downloaded num-traits v0.2.19
|
|
87
|
+
Downloaded p256 v0.13.2
|
|
88
|
+
Downloaded base64 v0.22.1
|
|
102
89
|
Downloaded wasmparser-nostd v0.100.2
|
|
103
|
-
Downloaded
|
|
90
|
+
Downloaded serde_json v1.0.145
|
|
91
|
+
Downloaded rand v0.8.5
|
|
92
|
+
Downloaded time v0.3.44
|
|
93
|
+
Downloaded soroban-sdk v25.1.1
|
|
104
94
|
Downloaded wasmparser v0.116.1
|
|
105
|
-
Downloaded
|
|
106
|
-
Downloaded syn v1.0.109
|
|
107
|
-
Downloaded curve25519-dalek v4.1.3
|
|
95
|
+
Downloaded libm v0.2.15
|
|
108
96
|
Downloaded serde_with v3.15.1
|
|
109
|
-
Downloaded
|
|
97
|
+
Downloaded itertools v0.14.0
|
|
98
|
+
Downloaded syn v1.0.109
|
|
99
|
+
Downloaded zerocopy v0.8.27
|
|
110
100
|
Downloaded chrono v0.4.42
|
|
111
101
|
Downloaded syn v2.0.108
|
|
112
|
-
Downloaded libm v0.2.15
|
|
113
102
|
Downloaded hashbrown v0.16.0
|
|
114
|
-
Downloaded
|
|
115
|
-
Downloaded
|
|
116
|
-
Downloaded ark-bls12-381 v0.4.0
|
|
117
|
-
Downloaded hashbrown v0.13.2
|
|
103
|
+
Downloaded curve25519-dalek v4.1.3
|
|
104
|
+
Downloaded itertools v0.10.5
|
|
118
105
|
Downloaded num-bigint v0.4.6
|
|
119
|
-
Downloaded
|
|
120
|
-
Downloaded
|
|
106
|
+
Downloaded hashbrown v0.13.2
|
|
107
|
+
Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
|
|
121
108
|
Downloaded indexmap v2.12.0
|
|
122
|
-
Downloaded darling_core v0.20.11
|
|
123
|
-
Downloaded const-oid v0.9.6
|
|
124
|
-
Downloaded soroban-sdk-macros v25.1.1
|
|
125
|
-
Downloaded smallvec v1.15.1
|
|
126
|
-
Downloaded serde_with_macros v3.15.1
|
|
127
|
-
Downloaded soroban-env-host v25.0.1
|
|
128
|
-
Downloaded heapless v0.8.0
|
|
129
109
|
Downloaded hashbrown v0.12.3
|
|
130
|
-
Downloaded
|
|
110
|
+
Downloaded ed25519-dalek v2.2.0
|
|
131
111
|
Downloaded darling_core v0.21.3
|
|
112
|
+
Downloaded crypto-bigint v0.5.5
|
|
113
|
+
Downloaded ark-bls12-381 v0.4.0
|
|
114
|
+
Downloaded k256 v0.13.4
|
|
115
|
+
Downloaded der v0.7.10
|
|
116
|
+
Downloaded typenum v1.19.0
|
|
117
|
+
Downloaded soroban-env-host v25.0.1
|
|
118
|
+
Downloaded prettyplease v0.2.37
|
|
119
|
+
Downloaded memchr v2.7.6
|
|
120
|
+
Downloaded darling_core v0.20.11
|
|
121
|
+
Downloaded heapless v0.8.0
|
|
122
|
+
Downloaded byteorder v1.5.0
|
|
123
|
+
Downloaded indexmap v1.9.3
|
|
124
|
+
Downloaded ark-ff v0.4.2
|
|
125
|
+
Downloaded elliptic-curve v0.13.8
|
|
126
|
+
Downloaded derivative v2.2.0
|
|
127
|
+
Downloaded smallvec v1.15.1
|
|
132
128
|
Downloaded libc v0.2.177
|
|
133
|
-
Downloaded
|
|
129
|
+
Downloaded serde_core v1.0.228
|
|
130
|
+
Downloaded quote v1.0.41
|
|
131
|
+
Downloaded sha3 v0.10.8
|
|
132
|
+
Downloaded proc-macro2 v1.0.103
|
|
134
133
|
Downloaded hmac v0.12.1
|
|
134
|
+
Downloaded escape-bytes v0.1.1
|
|
135
|
+
Downloaded soroban-sdk-macros v25.1.1
|
|
136
|
+
Downloaded soroban-ledger-snapshot v25.1.1
|
|
137
|
+
Downloaded schemars v1.0.5
|
|
138
|
+
Downloaded wasmi_core v0.13.0
|
|
139
|
+
Downloaded unicode-ident v1.0.22
|
|
140
|
+
Downloaded thiserror v1.0.69
|
|
141
|
+
Downloaded static_assertions v1.1.0
|
|
142
|
+
Downloaded soroban-env-macros v25.0.1
|
|
143
|
+
Downloaded iana-time-zone v0.1.64
|
|
135
144
|
Downloaded getrandom v0.2.16
|
|
145
|
+
Downloaded time-macros v0.2.24
|
|
146
|
+
Downloaded thiserror-impl v1.0.69
|
|
147
|
+
Downloaded darling v0.21.3
|
|
148
|
+
Downloaded darling v0.20.11
|
|
149
|
+
Downloaded const-oid v0.9.6
|
|
150
|
+
Downloaded num-integer v0.1.46
|
|
151
|
+
Downloaded sha2 v0.10.9
|
|
152
|
+
Downloaded num-conv v0.1.0
|
|
153
|
+
Downloaded data-encoding v2.9.0
|
|
154
|
+
Downloaded visibility v0.1.1
|
|
155
|
+
Downloaded time-core v0.1.6
|
|
156
|
+
Downloaded ppv-lite86 v0.2.21
|
|
157
|
+
Downloaded paste v1.0.15
|
|
158
|
+
Downloaded generic-array v0.14.9
|
|
159
|
+
Downloaded macro-string v0.1.4
|
|
136
160
|
Downloaded ed25519 v2.2.3
|
|
161
|
+
Downloaded autocfg v1.5.0
|
|
162
|
+
Downloaded primeorder v0.13.6
|
|
163
|
+
Downloaded ecdsa v0.16.9
|
|
164
|
+
Downloaded crypto-common v0.1.6
|
|
137
165
|
Downloaded base64ct v1.8.0
|
|
138
|
-
Downloaded
|
|
139
|
-
Downloaded
|
|
166
|
+
Downloaded serde_derive v1.0.228
|
|
167
|
+
Downloaded schemars v0.8.22
|
|
140
168
|
Downloaded ident_case v1.0.1
|
|
141
|
-
Downloaded
|
|
142
|
-
Downloaded
|
|
143
|
-
Downloaded
|
|
144
|
-
Downloaded darling_macro v0.20.11
|
|
169
|
+
Downloaded group v0.13.0
|
|
170
|
+
Downloaded digest v0.10.7
|
|
171
|
+
Downloaded derive_arbitrary v1.3.2
|
|
145
172
|
Downloaded cfg-if v1.0.4
|
|
146
|
-
Downloaded
|
|
147
|
-
Downloaded
|
|
148
|
-
Downloaded thiserror v1.0.69
|
|
149
|
-
Downloaded pkcs8 v0.10.2
|
|
150
|
-
Downloaded darling_macro v0.21.3
|
|
151
|
-
Downloaded ark-serialize-derive v0.4.2
|
|
152
|
-
Downloaded soroban-spec v25.1.1
|
|
153
|
-
Downloaded powerfmt v0.2.0
|
|
154
|
-
Downloaded macro-string v0.1.4
|
|
155
|
-
Downloaded crypto-common v0.1.6
|
|
156
|
-
Downloaded block-buffer v0.10.4
|
|
157
|
-
Downloaded thiserror-impl v1.0.69
|
|
158
|
-
Downloaded soroban-env-macros v25.0.1
|
|
159
|
-
Downloaded semver v1.0.27
|
|
160
|
-
Downloaded heck v0.5.0
|
|
161
|
-
Downloaded keccak v0.1.5
|
|
173
|
+
Downloaded ark-std v0.4.0
|
|
174
|
+
Downloaded ark-serialize v0.4.2
|
|
162
175
|
Downloaded hex v0.4.3
|
|
163
|
-
Downloaded generic-array v0.14.9
|
|
164
|
-
Downloaded equivalent v1.0.2
|
|
165
|
-
Downloaded ppv-lite86 v0.2.21
|
|
166
|
-
Downloaded itertools v0.10.5
|
|
167
|
-
Downloaded hex-literal v0.4.1
|
|
168
|
-
Downloaded group v0.13.0
|
|
169
|
-
Downloaded darling v0.20.11
|
|
170
|
-
Downloaded cfg_eval v0.1.2
|
|
171
|
-
Downloaded memchr v2.7.6
|
|
172
|
-
Downloaded ed25519-dalek v2.2.0
|
|
173
|
-
Downloaded soroban-spec-rust v25.1.1
|
|
174
|
-
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
175
|
-
Downloaded ref-cast-impl v1.0.25
|
|
176
176
|
Downloaded dtor v0.1.1
|
|
177
|
-
Downloaded
|
|
178
|
-
Downloaded
|
|
179
|
-
Downloaded
|
|
180
|
-
Downloaded ark-std v0.4.0
|
|
177
|
+
Downloaded ahash v0.8.12
|
|
178
|
+
Downloaded soroban-env-common v25.0.1
|
|
179
|
+
Downloaded ref-cast v1.0.25
|
|
181
180
|
Downloaded either v1.15.0
|
|
182
|
-
Downloaded
|
|
183
|
-
Downloaded
|
|
184
|
-
Downloaded subtle v2.6.1
|
|
185
|
-
Downloaded primeorder v0.13.6
|
|
186
|
-
Downloaded indexmap v1.9.3
|
|
187
|
-
Downloaded ff v0.13.1
|
|
188
|
-
Downloaded paste v1.0.15
|
|
189
|
-
Downloaded num-derive v0.4.2
|
|
181
|
+
Downloaded dtor-proc-macro v0.0.6
|
|
182
|
+
Downloaded powerfmt v0.2.0
|
|
190
183
|
Downloaded deranged v0.5.5
|
|
191
|
-
Downloaded
|
|
192
|
-
Downloaded
|
|
193
|
-
Downloaded sha2 v0.10.9
|
|
194
|
-
Downloaded data-encoding v2.9.0
|
|
195
|
-
Downloaded derive_arbitrary v1.3.2
|
|
184
|
+
Downloaded crate-git-revision v0.0.6
|
|
185
|
+
Downloaded sec1 v0.7.3
|
|
196
186
|
Downloaded base16ct v0.2.0
|
|
197
|
-
Downloaded
|
|
198
|
-
Downloaded
|
|
199
|
-
Downloaded
|
|
200
|
-
Downloaded dyn-clone v1.0.20
|
|
187
|
+
Downloaded schemars v0.9.0
|
|
188
|
+
Downloaded hash32 v0.3.1
|
|
189
|
+
Downloaded hex-literal v0.4.1
|
|
201
190
|
Downloaded downcast-rs v1.2.1
|
|
202
|
-
Downloaded
|
|
203
|
-
Downloaded
|
|
204
|
-
Downloaded
|
|
205
|
-
Downloaded
|
|
206
|
-
Downloaded
|
|
207
|
-
Downloaded derivative v2.2.0
|
|
208
|
-
Downloaded crate-git-revision v0.0.6
|
|
191
|
+
Downloaded darling_macro v0.20.11
|
|
192
|
+
Downloaded ctor-proc-macro v0.0.6
|
|
193
|
+
Downloaded ctor v0.5.0
|
|
194
|
+
Downloaded heck v0.5.0
|
|
195
|
+
Downloaded dyn-clone v1.0.20
|
|
209
196
|
Downloaded ark-ec v0.4.2
|
|
210
|
-
Downloaded
|
|
197
|
+
Downloaded rand_core v0.6.4
|
|
198
|
+
Downloaded ff v0.13.1
|
|
199
|
+
Downloaded cpufeatures v0.2.17
|
|
200
|
+
Downloaded bytes-lit v0.0.5
|
|
201
|
+
Downloaded block-buffer v0.10.4
|
|
202
|
+
Downloaded ark-serialize-derive v0.4.2
|
|
203
|
+
Downloaded ark-poly v0.4.2
|
|
204
|
+
Downloaded equivalent v1.0.2
|
|
205
|
+
Downloaded darling_macro v0.21.3
|
|
206
|
+
Downloaded curve25519-dalek-derive v0.1.1
|
|
207
|
+
Downloaded arbitrary v1.3.2
|
|
208
|
+
Downloaded ark-ff-macros v0.4.2
|
|
209
|
+
Downloaded cfg_eval v0.1.2
|
|
210
|
+
Downloaded ark-bn254 v0.4.0
|
|
211
211
|
Downloaded stellar-xdr v25.0.0
|
|
212
|
+
Blocking waiting for file lock on package cache
|
|
212
213
|
Compiling proc-macro2 v1.0.103
|
|
213
214
|
Compiling quote v1.0.41
|
|
214
215
|
Compiling unicode-ident v1.0.22
|
|
@@ -222,8 +223,8 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
222
223
|
Compiling memchr v2.7.6
|
|
223
224
|
Checking cfg-if v1.0.4
|
|
224
225
|
Checking subtle v2.6.1
|
|
225
|
-
Compiling autocfg v1.5.0
|
|
226
226
|
Checking const-oid v0.9.6
|
|
227
|
+
Compiling autocfg v1.5.0
|
|
227
228
|
Compiling libc v0.2.177
|
|
228
229
|
Compiling fnv v1.0.7
|
|
229
230
|
Compiling ident_case v1.0.1
|
|
@@ -234,71 +235,71 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
234
235
|
Compiling schemars v0.8.22
|
|
235
236
|
Compiling paste v1.0.15
|
|
236
237
|
Compiling dyn-clone v1.0.20
|
|
237
|
-
Compiling generic-array v0.14.9
|
|
238
238
|
Compiling data-encoding v2.9.0
|
|
239
239
|
Compiling either v1.15.0
|
|
240
|
+
Compiling generic-array v0.14.9
|
|
240
241
|
Compiling cpufeatures v0.2.17
|
|
241
242
|
Compiling ahash v0.8.12
|
|
242
243
|
Compiling escape-bytes v0.1.1
|
|
244
|
+
Compiling num-traits v0.2.19
|
|
243
245
|
Compiling ethnum v1.5.2
|
|
244
246
|
Compiling rustc_version v0.4.1
|
|
245
|
-
Compiling num-traits v0.2.19
|
|
246
|
-
Checking base16ct v0.2.0
|
|
247
247
|
Checking once_cell v1.21.3
|
|
248
|
+
Checking base16ct v0.2.0
|
|
248
249
|
Compiling itertools v0.10.5
|
|
249
250
|
Compiling libm v0.2.15
|
|
250
251
|
Compiling hashbrown v0.16.0
|
|
251
252
|
Compiling thiserror v1.0.69
|
|
252
|
-
Checking getrandom v0.2.16
|
|
253
253
|
Compiling equivalent v1.0.2
|
|
254
|
-
Checking rand_core v0.6.4
|
|
255
254
|
Compiling curve25519-dalek v4.1.3
|
|
256
|
-
|
|
255
|
+
Compiling prettyplease v0.2.37
|
|
256
|
+
Checking getrandom v0.2.16
|
|
257
|
+
Checking downcast-rs v1.2.1
|
|
257
258
|
Checking num-integer v0.1.46
|
|
258
|
-
Checking
|
|
259
|
+
Checking indexmap-nostd v0.4.0
|
|
259
260
|
Compiling indexmap v2.12.0
|
|
260
|
-
Checking
|
|
261
|
-
Compiling prettyplease v0.2.37
|
|
261
|
+
Checking rand_core v0.6.4
|
|
262
262
|
Checking wasmparser-nostd v0.100.2
|
|
263
|
-
|
|
264
|
-
Checking hex v0.4.3
|
|
265
|
-
Checking base64 v0.22.1
|
|
266
|
-
Checking num-bigint v0.4.6
|
|
267
|
-
Checking ppv-lite86 v0.2.21
|
|
268
|
-
Checking smallvec v1.15.1
|
|
269
|
-
Checking hashbrown v0.13.2
|
|
270
|
-
Checking rand_chacha v0.3.1
|
|
271
|
-
Compiling crypto-common v0.1.6
|
|
272
|
-
Compiling syn v2.0.108
|
|
263
|
+
Compiling base64 v0.22.1
|
|
273
264
|
Compiling block-buffer v0.10.4
|
|
274
|
-
Compiling
|
|
265
|
+
Compiling crypto-common v0.1.6
|
|
266
|
+
Checking ff v0.13.1
|
|
267
|
+
Checking num-bigint v0.4.6
|
|
275
268
|
Compiling heapless v0.8.0
|
|
269
|
+
Checking group v0.13.0
|
|
270
|
+
Compiling digest v0.10.7
|
|
276
271
|
Checking wasmi_core v0.13.0
|
|
277
|
-
Checking rand v0.8.5
|
|
278
272
|
Checking spin v0.9.8
|
|
279
|
-
Compiling digest v0.10.7
|
|
280
|
-
Checking byteorder v1.5.0
|
|
281
273
|
Checking wasmi_arena v0.4.1
|
|
282
|
-
Checking
|
|
283
|
-
Checking keccak v0.1.5
|
|
274
|
+
Checking smallvec v1.15.1
|
|
284
275
|
Compiling sha2 v0.10.9
|
|
285
|
-
Checking
|
|
276
|
+
Checking byteorder v1.5.0
|
|
277
|
+
Checking hex v0.4.3
|
|
286
278
|
Compiling soroban-env-host v25.0.1
|
|
279
|
+
Checking ppv-lite86 v0.2.21
|
|
280
|
+
Compiling syn v2.0.108
|
|
281
|
+
Checking hash32 v0.3.1
|
|
282
|
+
Checking wasmparser v0.116.1
|
|
287
283
|
Compiling heck v0.5.0
|
|
288
|
-
|
|
289
|
-
Checking
|
|
284
|
+
Checking stable_deref_trait v1.2.1
|
|
285
|
+
Checking rand_chacha v0.3.1
|
|
286
|
+
Checking hashbrown v0.13.2
|
|
287
|
+
Checking keccak v0.1.5
|
|
288
|
+
Checking static_assertions v1.1.0
|
|
289
|
+
Checking rand v0.8.5
|
|
290
290
|
Checking hex-literal v0.4.1
|
|
291
291
|
Compiling itertools v0.14.0
|
|
292
|
-
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
293
292
|
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
294
|
-
Checking
|
|
293
|
+
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
295
294
|
Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
|
|
295
|
+
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
296
|
+
Checking ark-std v0.4.0
|
|
296
297
|
Checking soroban-wasmi v0.31.1-soroban.20.0.1
|
|
297
298
|
Checking common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
298
299
|
Checking oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
299
300
|
Compiling ark-serialize-derive v0.4.2
|
|
300
|
-
Compiling ark-ff-asm v0.4.2
|
|
301
301
|
Compiling ark-ff-macros v0.4.2
|
|
302
|
+
Compiling ark-ff-asm v0.4.2
|
|
302
303
|
Compiling derivative v2.2.0
|
|
303
304
|
Compiling darling_core v0.21.3
|
|
304
305
|
Compiling darling_core v0.20.11
|
|
@@ -306,16 +307,17 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
306
307
|
Compiling serde_derive v1.0.228
|
|
307
308
|
Compiling zeroize_derive v1.4.2
|
|
308
309
|
Compiling cfg_eval v0.1.2
|
|
309
|
-
Compiling thiserror-impl v1.0.69
|
|
310
310
|
Compiling num-derive v0.4.2
|
|
311
|
+
Compiling thiserror-impl v1.0.69
|
|
311
312
|
Compiling curve25519-dalek-derive v0.1.1
|
|
312
313
|
Compiling soroban-builtin-sdk-macros v25.0.1
|
|
313
314
|
Compiling visibility v0.1.1
|
|
314
315
|
Compiling bytes-lit v0.0.5
|
|
315
316
|
Checking zeroize v1.8.2
|
|
316
317
|
Checking der v0.7.10
|
|
317
|
-
Checking sec1 v0.7.3
|
|
318
318
|
Checking crypto-bigint v0.5.5
|
|
319
|
+
Compiling darling_macro v0.20.11
|
|
320
|
+
Checking sec1 v0.7.3
|
|
319
321
|
Checking ark-serialize v0.4.2
|
|
320
322
|
Checking signature v2.2.0
|
|
321
323
|
Checking hmac v0.12.1
|
|
@@ -323,28 +325,27 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
323
325
|
Checking rfc6979 v0.4.0
|
|
324
326
|
Checking ed25519 v2.2.3
|
|
325
327
|
Checking ark-ff v0.4.2
|
|
326
|
-
Compiling
|
|
327
|
-
Compiling darling_macro v0.21.3
|
|
328
|
+
Compiling darling v0.20.11
|
|
328
329
|
Checking elliptic-curve v0.13.8
|
|
329
|
-
Compiling darling_macro v0.
|
|
330
|
+
Compiling darling_macro v0.21.3
|
|
331
|
+
Checking ecdsa v0.16.9
|
|
332
|
+
Checking primeorder v0.13.6
|
|
333
|
+
Checking ed25519-dalek v2.2.0
|
|
334
|
+
Compiling crate-git-revision v0.0.6
|
|
335
|
+
Checking k256 v0.13.4
|
|
336
|
+
Checking p256 v0.13.2
|
|
330
337
|
Compiling stellar-strkey v0.0.13
|
|
331
338
|
Compiling stellar-xdr v25.0.0
|
|
332
339
|
Compiling soroban-env-common v25.0.1
|
|
333
340
|
Compiling stellar-strkey v0.0.16
|
|
334
341
|
Compiling soroban-sdk v25.1.1
|
|
335
|
-
Checking ecdsa v0.16.9
|
|
336
|
-
Checking primeorder v0.13.6
|
|
337
|
-
Checking ed25519-dalek v2.2.0
|
|
338
|
-
Compiling darling v0.20.11
|
|
339
|
-
Checking p256 v0.13.2
|
|
340
|
-
Checking k256 v0.13.4
|
|
341
342
|
Compiling darling v0.21.3
|
|
342
343
|
Compiling serde_with_macros v3.15.1
|
|
343
344
|
Compiling serde_with v3.15.1
|
|
344
345
|
Checking ark-poly v0.4.2
|
|
345
346
|
Checking ark-ec v0.4.2
|
|
346
|
-
Checking ark-bls12-381 v0.4.0
|
|
347
347
|
Checking ark-bn254 v0.4.0
|
|
348
|
+
Checking ark-bls12-381 v0.4.0
|
|
348
349
|
Compiling soroban-spec v25.1.1
|
|
349
350
|
Compiling soroban-env-macros v25.0.1
|
|
350
351
|
Compiling soroban-spec-rust v25.1.1
|
|
@@ -353,24 +354,23 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
353
354
|
Checking fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
354
355
|
Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
355
356
|
Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
356
|
-
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
357
|
-
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
358
357
|
Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
358
|
+
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
359
359
|
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
360
|
+
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
360
361
|
Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
361
362
|
Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
362
363
|
Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
363
364
|
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
364
365
|
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
365
366
|
Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
366
|
-
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
367
367
|
Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
368
|
+
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
368
369
|
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
369
370
|
Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
370
371
|
Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
371
372
|
Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
372
373
|
Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
373
|
-
Checking console-oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/console-oft)
|
|
374
374
|
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
375
|
-
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m
|
|
376
|
-
⏱️ bash -c cargo clippy -- -D warnings: 2:
|
|
375
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
|
|
376
|
+
⏱️ bash -c cargo clippy -- -D warnings: 2:10.145 (m:ss.mmm)
|