@layerzerolabs/protocol-stellar-v2 0.2.50 → 0.2.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +277 -309
- package/.turbo/turbo-lint.log +73 -74
- package/.turbo/turbo-test.log +2003 -1763
- package/Cargo.lock +16 -0
- package/Cargo.toml +1 -0
- package/contracts/oapps/console-oft/Cargo.toml +30 -0
- package/contracts/oapps/console-oft/integration-tests/extensions/mod.rs +5 -0
- package/contracts/oapps/console-oft/integration-tests/extensions/test_combined.rs +90 -0
- package/contracts/oapps/console-oft/integration-tests/extensions/test_oft_fee.rs +186 -0
- package/contracts/oapps/console-oft/integration-tests/extensions/test_ownership.rs +161 -0
- package/contracts/oapps/console-oft/integration-tests/extensions/test_pausable.rs +154 -0
- package/contracts/oapps/console-oft/integration-tests/extensions/test_rate_limiter.rs +479 -0
- package/contracts/oapps/console-oft/integration-tests/mod.rs +3 -0
- package/contracts/oapps/console-oft/integration-tests/setup.rs +303 -0
- package/contracts/oapps/console-oft/integration-tests/utils.rs +685 -0
- package/contracts/oapps/console-oft/src/errors.rs +7 -0
- package/contracts/oapps/console-oft/src/extensions/mod.rs +3 -0
- package/contracts/oapps/console-oft/src/extensions/oft_fee.rs +239 -0
- package/contracts/oapps/console-oft/src/extensions/pausable.rs +185 -0
- package/contracts/oapps/console-oft/src/extensions/rate_limiter.rs +478 -0
- package/contracts/oapps/console-oft/src/interfaces/mintable.rs +14 -0
- package/contracts/oapps/console-oft/src/interfaces/mod.rs +3 -0
- package/contracts/oapps/console-oft/src/lib.rs +26 -0
- package/contracts/oapps/console-oft/src/oft.rs +208 -0
- package/contracts/oapps/console-oft/src/oft_access_control.rs +93 -0
- package/contracts/oapps/console-oft/src/oft_types/lock_unlock.rs +50 -0
- package/contracts/oapps/console-oft/src/oft_types/mint_burn.rs +50 -0
- package/contracts/oapps/console-oft/src/oft_types/mod.rs +24 -0
- package/contracts/oapps/console-oft/src/tests/extensions/mod.rs +3 -0
- package/contracts/oapps/console-oft/src/tests/extensions/oft_fee.rs +255 -0
- package/contracts/oapps/console-oft/src/tests/extensions/pausable.rs +212 -0
- package/contracts/oapps/console-oft/src/tests/extensions/rate_limiter.rs +992 -0
- package/contracts/oapps/console-oft/src/tests/mod.rs +2 -0
- package/contracts/oapps/console-oft/src/tests/oft_types/lock_unlock.rs +185 -0
- package/contracts/oapps/console-oft/src/tests/oft_types/mod.rs +1 -0
- package/contracts/oapps/oft/src/extensions/oft_fee.rs +5 -2
- package/contracts/oapps/oft/src/tests/extensions/oft_fee.rs +1 -1
- package/contracts/oapps/sac-manager/src/sac_manager.rs +8 -0
- package/contracts/workers/worker/src/worker.rs +8 -1
- package/docs/oft-guide.md +2 -2
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +356 -421
- package/sdk/dist/generated/dvn.d.ts +9 -3
- package/sdk/dist/generated/dvn.js +4 -4
- package/sdk/dist/generated/executor.d.ts +9 -3
- package/sdk/dist/generated/executor.js +4 -4
- package/sdk/package.json +1 -1
- package/sdk/test/oft-sml.test.ts +22 -41
- package/sdk/test/sac-manager.test.ts +23 -22
- package/sdk/test/secp256k1.ts +59 -0
- package/sdk/test/suites/constants.ts +5 -1
- package/sdk/test/suites/deploy.ts +14 -8
- package/sdk/test/suites/globalSetup.ts +144 -60
- package/sdk/test/suites/localnet.ts +20 -25
- package/sdk/test/utils.ts +1 -61
package/.turbo/turbo-lint.log
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
> @layerzerolabs/protocol-stellar-v2@0.0.1 lint /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
|
|
3
3
|
> pnpm exec lz-tool --script "cargo clippy -- -D warnings" stellar
|
|
4
4
|
|
|
5
|
-
🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy
|
|
5
|
+
🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy
|
|
6
6
|
📦 Using 4 default cache volume(s) for stellar
|
|
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:86691) [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)
|
|
@@ -17,14 +17,12 @@ Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazon
|
|
|
17
17
|
📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
18
18
|
$ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
19
19
|
stellar_25.1.0: Pulling from layerzerolabs/stellar-tooling
|
|
20
|
-
f6bd9104d248:
|
|
21
|
-
4617420e017b:
|
|
20
|
+
f6bd9104d248: Already exists
|
|
21
|
+
4617420e017b: Already exists
|
|
22
22
|
beaaf8a7146e: Pulling fs layer
|
|
23
23
|
3e1d87a413fa: Pulling fs layer
|
|
24
24
|
a0f6971ecbd3: Pulling fs layer
|
|
25
25
|
92a1b3d31b96: Pulling fs layer
|
|
26
|
-
3e1d87a413fa: Waiting
|
|
27
|
-
a0f6971ecbd3: Waiting
|
|
28
26
|
fb456ca5475e: Pulling fs layer
|
|
29
27
|
2c1ce468d9f3: Pulling fs layer
|
|
30
28
|
963aa7b66e91: Pulling fs layer
|
|
@@ -32,38 +30,39 @@ efd28cb7ba78: Pulling fs layer
|
|
|
32
30
|
14f775f5d67b: Pulling fs layer
|
|
33
31
|
3f562c99cbe3: Pulling fs layer
|
|
34
32
|
5fa3a944df97: Pulling fs layer
|
|
35
|
-
2c1ce468d9f3: Waiting
|
|
36
|
-
92a1b3d31b96: Waiting
|
|
37
33
|
5fa3a944df97: Waiting
|
|
34
|
+
fb456ca5475e: Waiting
|
|
35
|
+
beaaf8a7146e: Waiting
|
|
36
|
+
3e1d87a413fa: Waiting
|
|
37
|
+
a0f6971ecbd3: Waiting
|
|
38
|
+
92a1b3d31b96: Waiting
|
|
38
39
|
efd28cb7ba78: Waiting
|
|
40
|
+
2c1ce468d9f3: Waiting
|
|
39
41
|
963aa7b66e91: Waiting
|
|
40
|
-
fb456ca5475e: Waiting
|
|
41
42
|
14f775f5d67b: Waiting
|
|
42
43
|
3f562c99cbe3: Waiting
|
|
43
|
-
|
|
44
|
-
f6bd9104d248: Download complete
|
|
45
|
-
f6bd9104d248: Pull complete
|
|
44
|
+
3e1d87a413fa: Verifying Checksum
|
|
46
45
|
3e1d87a413fa: Download complete
|
|
47
46
|
a0f6971ecbd3: Verifying Checksum
|
|
48
47
|
a0f6971ecbd3: Download complete
|
|
49
48
|
beaaf8a7146e: Verifying Checksum
|
|
50
49
|
beaaf8a7146e: Download complete
|
|
51
|
-
4617420e017b: Download complete
|
|
52
|
-
92a1b3d31b96: Download complete
|
|
53
|
-
2c1ce468d9f3: Verifying Checksum
|
|
54
|
-
2c1ce468d9f3: Download complete
|
|
55
|
-
efd28cb7ba78: Verifying Checksum
|
|
56
|
-
efd28cb7ba78: Download complete
|
|
57
50
|
fb456ca5475e: Verifying Checksum
|
|
58
51
|
fb456ca5475e: Download complete
|
|
52
|
+
2c1ce468d9f3: Verifying Checksum
|
|
53
|
+
2c1ce468d9f3: Download complete
|
|
54
|
+
92a1b3d31b96: Verifying Checksum
|
|
55
|
+
92a1b3d31b96: Download complete
|
|
59
56
|
14f775f5d67b: Verifying Checksum
|
|
60
57
|
14f775f5d67b: Download complete
|
|
58
|
+
efd28cb7ba78: Verifying Checksum
|
|
59
|
+
efd28cb7ba78: Download complete
|
|
60
|
+
3f562c99cbe3: Verifying Checksum
|
|
61
61
|
3f562c99cbe3: Download complete
|
|
62
|
-
963aa7b66e91: Verifying Checksum
|
|
63
|
-
963aa7b66e91: Download complete
|
|
64
62
|
5fa3a944df97: Verifying Checksum
|
|
65
63
|
5fa3a944df97: Download complete
|
|
66
|
-
|
|
64
|
+
963aa7b66e91: Verifying Checksum
|
|
65
|
+
963aa7b66e91: Download complete
|
|
67
66
|
beaaf8a7146e: Pull complete
|
|
68
67
|
3e1d87a413fa: Pull complete
|
|
69
68
|
a0f6971ecbd3: Pull complete
|
|
@@ -81,19 +80,18 @@ Status: Image is up to date for 438003944538.dkr.ecr.us-east-1.amazonaws.com/lay
|
|
|
81
80
|
✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
82
81
|
👤 Running container as UID:GID 1001:1001
|
|
83
82
|
🌍 Using 5 default environment variable(s) for stellar
|
|
84
|
-
📜 Executing custom script: mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy
|
|
83
|
+
📜 Executing custom script: mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy
|
|
85
84
|
🔒 Acquired lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
86
|
-
$ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-rustup:/cache/rustup -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy'
|
|
85
|
+
$ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-rustup:/cache/rustup -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy'
|
|
87
86
|
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
88
87
|
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
|
|
89
88
|
info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
90
89
|
info: component 'rust-std' for target 'wasm32v1-none' is up to date
|
|
91
90
|
info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
92
91
|
|
|
93
|
-
info: checking for self-update
|
|
94
92
|
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
95
93
|
|
|
96
|
-
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy: 1.
|
|
94
|
+
⏱️ 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: 1.912s
|
|
97
95
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
98
96
|
📦 Using 4 default cache volume(s) for stellar
|
|
99
97
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -117,100 +115,100 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
117
115
|
Compiling schemars v0.8.22
|
|
118
116
|
Checking zeroize v1.8.2
|
|
119
117
|
Checking cpufeatures v0.2.17
|
|
120
|
-
Checking once_cell v1.21.3
|
|
121
118
|
Checking either v1.15.0
|
|
122
119
|
Checking base16ct v0.2.0
|
|
120
|
+
Checking once_cell v1.21.3
|
|
123
121
|
Checking data-encoding v2.9.0
|
|
124
|
-
Compiling thiserror v1.0.69
|
|
125
122
|
Checking libm v0.2.15
|
|
126
|
-
|
|
123
|
+
Compiling thiserror v1.0.69
|
|
127
124
|
Checking hashbrown v0.16.0
|
|
128
125
|
Checking equivalent v1.0.2
|
|
126
|
+
Checking downcast-rs v1.2.1
|
|
129
127
|
Checking indexmap-nostd v0.4.0
|
|
130
|
-
Checking der v0.7.10
|
|
131
128
|
Checking semver v1.0.27
|
|
129
|
+
Checking hex v0.4.3
|
|
130
|
+
Checking num-integer v0.1.46
|
|
131
|
+
Checking der v0.7.10
|
|
132
|
+
Checking base64 v0.22.1
|
|
133
|
+
Checking wasmi_core v0.13.0
|
|
134
|
+
Checking generic-array v0.14.9
|
|
135
|
+
Checking indexmap v2.12.0
|
|
132
136
|
Checking ethnum v1.5.2
|
|
133
|
-
Checking spin v0.9.8
|
|
134
137
|
Checking itertools v0.10.5
|
|
138
|
+
Checking byteorder v1.5.0
|
|
135
139
|
Checking wasmparser-nostd v0.100.2
|
|
140
|
+
Checking num-bigint v0.4.6
|
|
141
|
+
Checking ppv-lite86 v0.2.21
|
|
142
|
+
Checking ahash v0.8.12
|
|
143
|
+
Checking spin v0.9.8
|
|
136
144
|
Checking wasmi_arena v0.4.1
|
|
137
145
|
Checking smallvec v1.15.1
|
|
138
|
-
Checking hex v0.4.3
|
|
139
|
-
Checking base64 v0.22.1
|
|
140
|
-
Checking num-integer v0.1.46
|
|
141
|
-
Checking generic-array v0.14.9
|
|
142
146
|
Checking escape-bytes v0.1.1
|
|
143
|
-
Checking
|
|
147
|
+
Checking hash32 v0.3.1
|
|
148
|
+
Checking wasmparser v0.116.1
|
|
149
|
+
Checking keccak v0.1.5
|
|
144
150
|
Checking static_assertions v1.1.0
|
|
145
151
|
Compiling soroban-env-host v25.0.1
|
|
146
|
-
Checking
|
|
147
|
-
Checking keccak v0.1.5
|
|
148
|
-
Checking hash32 v0.3.1
|
|
152
|
+
Checking hashbrown v0.13.2
|
|
149
153
|
Checking stable_deref_trait v1.2.1
|
|
150
|
-
Checking num-bigint v0.4.6
|
|
151
|
-
Checking memchr v2.7.6
|
|
152
|
-
Checking ryu v1.0.20
|
|
153
|
-
Checking wasmi_core v0.13.0
|
|
154
154
|
Checking itoa v1.0.15
|
|
155
155
|
Checking hex-literal v0.4.1
|
|
156
|
-
Checking
|
|
157
|
-
Checking
|
|
158
|
-
Checking crypto-common v0.1.6
|
|
159
|
-
Checking sec1 v0.7.3
|
|
156
|
+
Checking memchr v2.7.6
|
|
157
|
+
Checking ryu v1.0.20
|
|
160
158
|
Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
161
|
-
Checking wasmparser v0.116.1
|
|
162
|
-
Checking unicode-ident v1.0.22
|
|
163
|
-
Checking digest v0.10.7
|
|
164
159
|
Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
160
|
+
Checking heapless v0.8.0
|
|
161
|
+
Checking unicode-ident v1.0.22
|
|
162
|
+
Checking soroban-wasmi v0.31.1-soroban.20.0.1
|
|
165
163
|
Checking heck v0.5.0
|
|
164
|
+
Checking crypto-common v0.1.6
|
|
165
|
+
Checking block-buffer v0.10.4
|
|
166
|
+
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
167
|
+
Checking sec1 v0.7.3
|
|
166
168
|
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
167
|
-
Checking proc-macro2 v1.0.103
|
|
168
169
|
Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
|
|
169
|
-
Checking
|
|
170
|
-
Checking getrandom v0.2.16
|
|
170
|
+
Checking proc-macro2 v1.0.103
|
|
171
171
|
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
172
172
|
Checking itertools v0.14.0
|
|
173
|
+
Checking digest v0.10.7
|
|
174
|
+
Checking quote v1.0.41
|
|
175
|
+
Checking getrandom v0.2.16
|
|
173
176
|
Checking sha2 v0.10.9
|
|
174
177
|
Checking hmac v0.12.1
|
|
175
178
|
Checking curve25519-dalek v4.1.3
|
|
176
|
-
Checking ppv-lite86 v0.2.21
|
|
177
|
-
Checking ahash v0.8.12
|
|
178
179
|
Checking sha3 v0.10.8
|
|
179
|
-
Checking quote v1.0.41
|
|
180
|
-
Checking rfc6979 v0.4.0
|
|
181
180
|
Checking rand_core v0.6.4
|
|
182
|
-
Compiling serde v1.0.228
|
|
183
|
-
Compiling serde_json v1.0.145
|
|
184
|
-
Checking hashbrown v0.13.2
|
|
185
181
|
Checking syn v2.0.108
|
|
186
182
|
Checking rand_chacha v0.3.1
|
|
187
183
|
Checking ff v0.13.1
|
|
188
184
|
Checking crypto-bigint v0.5.5
|
|
189
185
|
Checking signature v2.2.0
|
|
190
|
-
Checking
|
|
191
|
-
Checking ed25519 v2.2.3
|
|
186
|
+
Checking rfc6979 v0.4.0
|
|
192
187
|
Checking group v0.13.0
|
|
193
188
|
Checking rand v0.8.5
|
|
194
|
-
Checking ed25519
|
|
195
|
-
Compiling crate-git-revision v0.0.6
|
|
196
|
-
Checking elliptic-curve v0.13.8
|
|
189
|
+
Checking ed25519 v2.2.3
|
|
197
190
|
Checking ark-std v0.4.0
|
|
198
191
|
Checking ark-serialize v0.4.2
|
|
192
|
+
Checking ed25519-dalek v2.2.0
|
|
193
|
+
Checking ark-ff v0.4.2
|
|
194
|
+
Checking serde v1.0.228
|
|
195
|
+
Checking serde_json v1.0.145
|
|
196
|
+
Checking elliptic-curve v0.13.8
|
|
199
197
|
Checking ecdsa v0.16.9
|
|
200
198
|
Checking primeorder v0.13.6
|
|
199
|
+
Checking p256 v0.13.2
|
|
200
|
+
Checking k256 v0.13.4
|
|
201
|
+
Compiling crate-git-revision v0.0.6
|
|
201
202
|
Compiling stellar-strkey v0.0.13
|
|
202
203
|
Compiling stellar-xdr v25.0.0
|
|
203
204
|
Compiling soroban-env-common v25.0.1
|
|
204
205
|
Compiling stellar-strkey v0.0.16
|
|
205
206
|
Compiling soroban-sdk v25.1.1
|
|
206
|
-
Checking ark-ff v0.4.2
|
|
207
|
-
Checking k256 v0.13.4
|
|
208
|
-
Checking p256 v0.13.2
|
|
209
|
-
Compiling serde_with v3.15.1
|
|
210
207
|
Checking ark-poly v0.4.2
|
|
208
|
+
Compiling serde_with v3.15.1
|
|
211
209
|
Checking ark-ec v0.4.2
|
|
212
|
-
Checking ark-bls12-381 v0.4.0
|
|
213
210
|
Checking ark-bn254 v0.4.0
|
|
211
|
+
Checking ark-bls12-381 v0.4.0
|
|
214
212
|
Compiling soroban-spec v25.1.1
|
|
215
213
|
Compiling soroban-env-macros v25.0.1
|
|
216
214
|
Compiling soroban-spec-rust v25.1.1
|
|
@@ -220,22 +218,23 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
220
218
|
Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
221
219
|
Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
222
220
|
Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
221
|
+
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
223
222
|
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
224
223
|
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
225
|
-
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
226
224
|
Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
227
225
|
Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
228
226
|
Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
229
227
|
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
230
228
|
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
231
|
-
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
232
229
|
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
233
|
-
Checking
|
|
230
|
+
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
234
231
|
Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
232
|
+
Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
235
233
|
Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
236
234
|
Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
237
235
|
Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
238
236
|
Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
239
237
|
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
Checking console-oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/console-oft)
|
|
239
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 12s
|
|
240
|
+
⏱️ bash -c cargo clippy -- -D warnings: 10:13.897 (m:ss.mmm)
|