@layerzerolabs/protocol-stellar-v2 0.2.51 → 0.2.53
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 +281 -185
- package/.turbo/turbo-lint.log +69 -70
- package/.turbo/turbo-test.log +2010 -1754
- 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 +359 -423
- 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-build.log
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
🔧 User volumes override 1 default volume(s)
|
|
15
15
|
✅ stellar-25.1.0 (Latest stable release)
|
|
16
16
|
🔧 stellar version: 25.1.0
|
|
17
|
-
(node:
|
|
17
|
+
(node:52953) [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.
|
|
18
18
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
19
19
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
20
20
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -37,37 +37,41 @@ efd28cb7ba78: Pulling fs layer
|
|
|
37
37
|
14f775f5d67b: Pulling fs layer
|
|
38
38
|
3f562c99cbe3: Pulling fs layer
|
|
39
39
|
5fa3a944df97: Pulling fs layer
|
|
40
|
-
5fa3a944df97: Waiting
|
|
41
40
|
92a1b3d31b96: Waiting
|
|
42
41
|
fb456ca5475e: Waiting
|
|
43
42
|
2c1ce468d9f3: Waiting
|
|
44
|
-
3e1d87a413fa: Waiting
|
|
45
|
-
a0f6971ecbd3: Waiting
|
|
46
43
|
963aa7b66e91: Waiting
|
|
44
|
+
efd28cb7ba78: Waiting
|
|
47
45
|
14f775f5d67b: Waiting
|
|
48
46
|
3f562c99cbe3: Waiting
|
|
49
|
-
|
|
47
|
+
5fa3a944df97: Waiting
|
|
48
|
+
3e1d87a413fa: Waiting
|
|
49
|
+
a0f6971ecbd3: Waiting
|
|
50
|
+
f6bd9104d248: Verifying Checksum
|
|
50
51
|
f6bd9104d248: Download complete
|
|
52
|
+
3e1d87a413fa: Verifying Checksum
|
|
51
53
|
3e1d87a413fa: Download complete
|
|
52
54
|
f6bd9104d248: Pull complete
|
|
53
55
|
a0f6971ecbd3: Verifying Checksum
|
|
54
56
|
a0f6971ecbd3: Download complete
|
|
55
57
|
92a1b3d31b96: Verifying Checksum
|
|
56
58
|
92a1b3d31b96: Download complete
|
|
57
|
-
4617420e017b: Verifying Checksum
|
|
58
|
-
4617420e017b: Download complete
|
|
59
59
|
beaaf8a7146e: Verifying Checksum
|
|
60
60
|
beaaf8a7146e: Download complete
|
|
61
|
-
2c1ce468d9f3: Verifying Checksum
|
|
62
61
|
2c1ce468d9f3: Download complete
|
|
63
|
-
efd28cb7ba78: Download complete
|
|
64
|
-
14f775f5d67b: Download complete
|
|
65
62
|
963aa7b66e91: Verifying Checksum
|
|
66
63
|
963aa7b66e91: Download complete
|
|
67
|
-
|
|
68
|
-
|
|
64
|
+
4617420e017b: Verifying Checksum
|
|
65
|
+
4617420e017b: Download complete
|
|
66
|
+
efd28cb7ba78: Verifying Checksum
|
|
67
|
+
efd28cb7ba78: Download complete
|
|
69
68
|
fb456ca5475e: Verifying Checksum
|
|
70
69
|
fb456ca5475e: Download complete
|
|
70
|
+
14f775f5d67b: Verifying Checksum
|
|
71
|
+
14f775f5d67b: Download complete
|
|
72
|
+
3f562c99cbe3: Download complete
|
|
73
|
+
5fa3a944df97: Verifying Checksum
|
|
74
|
+
5fa3a944df97: Download complete
|
|
71
75
|
4617420e017b: Pull complete
|
|
72
76
|
beaaf8a7146e: Pull complete
|
|
73
77
|
3e1d87a413fa: Pull complete
|
|
@@ -81,7 +85,7 @@ efd28cb7ba78: Pull complete
|
|
|
81
85
|
3f562c99cbe3: Pull complete
|
|
82
86
|
5fa3a944df97: Pull complete
|
|
83
87
|
Digest: sha256:fa3b739bf5c746bcb374b6fff2f13f253c8694b18fd0d9faa4e3b33a13b82781
|
|
84
|
-
Status:
|
|
88
|
+
Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
85
89
|
438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
86
90
|
✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
87
91
|
👤 Running container as UID:GID 1001:1001
|
|
@@ -91,13 +95,25 @@ Status: Image is up to date for 438003944538.dkr.ecr.us-east-1.amazonaws.com/lay
|
|
|
91
95
|
$ 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'
|
|
92
96
|
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
93
97
|
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
|
|
94
|
-
info: component '
|
|
95
|
-
info: component '
|
|
96
|
-
info: component '
|
|
98
|
+
info: downloading component 'cargo'
|
|
99
|
+
info: downloading component 'clippy'
|
|
100
|
+
info: downloading component 'rust-docs'
|
|
101
|
+
info: downloading component 'rust-std' for 'wasm32v1-none'
|
|
102
|
+
info: downloading component 'rust-std'
|
|
103
|
+
info: downloading component 'rustc'
|
|
104
|
+
info: downloading component 'rustfmt'
|
|
105
|
+
info: installing component 'cargo'
|
|
106
|
+
info: installing component 'clippy'
|
|
107
|
+
info: installing component 'rust-docs'
|
|
108
|
+
info: installing component 'rust-std' for 'wasm32v1-none'
|
|
109
|
+
info: installing component 'rust-std'
|
|
110
|
+
info: installing component 'rustc'
|
|
111
|
+
info: installing component 'rustfmt'
|
|
97
112
|
|
|
98
|
-
1.90.0-x86_64-unknown-linux-gnu
|
|
113
|
+
1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
99
114
|
|
|
100
|
-
|
|
115
|
+
info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
|
|
116
|
+
⏱️ 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: 19.686s
|
|
101
117
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
102
118
|
📦 Using 4 default cache volume(s) for stellar
|
|
103
119
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -112,213 +128,213 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
112
128
|
Updating crates.io index
|
|
113
129
|
Downloading crates ...
|
|
114
130
|
Downloaded ark-ff-macros v0.4.2
|
|
115
|
-
Downloaded ark-bn254 v0.4.0
|
|
116
131
|
Downloaded ark-ff-asm v0.4.2
|
|
117
|
-
Downloaded
|
|
118
|
-
Downloaded
|
|
119
|
-
Downloaded
|
|
120
|
-
Downloaded ark-ec v0.4.2
|
|
121
|
-
Downloaded keccak v0.1.5
|
|
122
|
-
Downloaded ark-ff v0.4.2
|
|
123
|
-
Downloaded ref-cast v1.0.25
|
|
124
|
-
Downloaded ref-cast-impl v1.0.25
|
|
125
|
-
Downloaded hash32 v0.3.1
|
|
126
|
-
Downloaded byteorder v1.5.0
|
|
132
|
+
Downloaded ark-bn254 v0.4.0
|
|
133
|
+
Downloaded itoa v1.0.15
|
|
134
|
+
Downloaded fnv v1.0.7
|
|
127
135
|
Downloaded macro-string v0.1.4
|
|
128
|
-
Downloaded
|
|
136
|
+
Downloaded dyn-clone v1.0.20
|
|
137
|
+
Downloaded thiserror v1.0.69
|
|
138
|
+
Downloaded zeroize v1.8.2
|
|
139
|
+
Downloaded either v1.15.0
|
|
140
|
+
Downloaded num-derive v0.4.2
|
|
141
|
+
Downloaded num-conv v0.1.0
|
|
142
|
+
Downloaded rand_core v0.6.4
|
|
143
|
+
Downloaded sec1 v0.7.3
|
|
129
144
|
Downloaded rand_chacha v0.3.1
|
|
130
|
-
Downloaded
|
|
131
|
-
Downloaded
|
|
132
|
-
Downloaded
|
|
133
|
-
Downloaded
|
|
134
|
-
Downloaded
|
|
135
|
-
Downloaded
|
|
136
|
-
Downloaded
|
|
145
|
+
Downloaded ref-cast v1.0.25
|
|
146
|
+
Downloaded schemars v0.8.22
|
|
147
|
+
Downloaded spki v0.7.3
|
|
148
|
+
Downloaded rustc_version v0.4.1
|
|
149
|
+
Downloaded rand v0.8.5
|
|
150
|
+
Downloaded version_check v0.9.5
|
|
151
|
+
Downloaded itertools v0.10.5
|
|
137
152
|
Downloaded visibility v0.1.1
|
|
153
|
+
Downloaded base64 v0.22.1
|
|
154
|
+
Downloaded wasmi_arena v0.4.1
|
|
138
155
|
Downloaded zeroize_derive v1.4.2
|
|
139
|
-
Downloaded
|
|
156
|
+
Downloaded signature v2.2.0
|
|
157
|
+
Downloaded subtle v2.6.1
|
|
158
|
+
Downloaded time-macros v0.2.24
|
|
140
159
|
Downloaded wasmi_core v0.13.0
|
|
141
|
-
Downloaded
|
|
142
|
-
Downloaded
|
|
160
|
+
Downloaded curve25519-dalek v4.1.3
|
|
161
|
+
Downloaded unicode-ident v1.0.22
|
|
162
|
+
Downloaded stellar-strkey v0.0.16
|
|
143
163
|
Downloaded typenum v1.19.0
|
|
144
164
|
Downloaded serde v1.0.228
|
|
145
|
-
Downloaded
|
|
165
|
+
Downloaded soroban-sdk-macros v25.1.1
|
|
146
166
|
Downloaded wasmparser-nostd v0.100.2
|
|
167
|
+
Downloaded time v0.3.44
|
|
168
|
+
Downloaded wasmparser v0.116.1
|
|
147
169
|
Downloaded soroban-sdk v25.1.1
|
|
148
170
|
Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
|
|
149
|
-
Downloaded wasmparser v0.116.1
|
|
150
|
-
Downloaded serde_with v3.15.1
|
|
151
|
-
Downloaded curve25519-dalek v4.1.3
|
|
152
|
-
Downloaded zerocopy v0.8.27
|
|
153
171
|
Downloaded syn v1.0.109
|
|
172
|
+
Downloaded zerocopy v0.8.27
|
|
173
|
+
Downloaded serde_with v3.15.1
|
|
154
174
|
Downloaded serde_json v1.0.145
|
|
155
|
-
Downloaded syn v2.0.108
|
|
156
|
-
Downloaded chrono v0.4.42
|
|
157
|
-
Downloaded hashbrown v0.16.0
|
|
158
|
-
Downloaded time v0.3.44
|
|
159
|
-
Downloaded itertools v0.10.5
|
|
160
|
-
Downloaded soroban-env-common v25.0.1
|
|
161
175
|
Downloaded serde_core v1.0.228
|
|
162
|
-
Downloaded
|
|
163
|
-
Downloaded
|
|
164
|
-
Downloaded
|
|
165
|
-
Downloaded soroban-sdk-macros v25.1.1
|
|
176
|
+
Downloaded syn v2.0.108
|
|
177
|
+
Downloaded ryu v1.0.20
|
|
178
|
+
Downloaded spin v0.9.8
|
|
166
179
|
Downloaded smallvec v1.15.1
|
|
167
180
|
Downloaded serde_with_macros v3.15.1
|
|
168
181
|
Downloaded serde_derive v1.0.228
|
|
169
|
-
Downloaded sec1 v0.7.3
|
|
170
|
-
Downloaded soroban-env-host v25.0.1
|
|
171
|
-
Downloaded libc v0.2.177
|
|
172
182
|
Downloaded schemars v1.0.5
|
|
173
|
-
Downloaded
|
|
174
|
-
Downloaded
|
|
175
|
-
Downloaded
|
|
176
|
-
Downloaded
|
|
183
|
+
Downloaded schemars v0.9.0
|
|
184
|
+
Downloaded stellar-strkey v0.0.13
|
|
185
|
+
Downloaded static_assertions v1.1.0
|
|
186
|
+
Downloaded soroban-env-common v25.0.1
|
|
177
187
|
Downloaded thiserror-impl v1.0.69
|
|
178
|
-
Downloaded thiserror v1.0.69
|
|
179
|
-
Downloaded stellar-strkey v0.0.16
|
|
180
|
-
Downloaded spki v0.7.3
|
|
181
188
|
Downloaded soroban-ledger-snapshot v25.1.1
|
|
182
|
-
Downloaded soroban-env-macros v25.0.1
|
|
183
189
|
Downloaded sha2 v0.10.9
|
|
190
|
+
Downloaded heapless v0.8.0
|
|
191
|
+
Downloaded time-core v0.1.6
|
|
192
|
+
Downloaded strsim v0.11.1
|
|
193
|
+
Downloaded soroban-env-host v25.0.1
|
|
194
|
+
Downloaded soroban-spec-rust v25.1.1
|
|
195
|
+
Downloaded stable_deref_trait v1.2.1
|
|
196
|
+
Downloaded hashbrown v0.16.0
|
|
197
|
+
Downloaded hashbrown v0.13.2
|
|
198
|
+
Downloaded der v0.7.10
|
|
199
|
+
Downloaded darling_core v0.21.3
|
|
200
|
+
Downloaded soroban-env-macros v25.0.1
|
|
201
|
+
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
184
202
|
Downloaded semver v1.0.27
|
|
203
|
+
Downloaded libc v0.2.177
|
|
185
204
|
Downloaded k256 v0.13.4
|
|
186
|
-
Downloaded
|
|
205
|
+
Downloaded darling_core v0.20.11
|
|
187
206
|
Downloaded sha3 v0.10.8
|
|
188
|
-
Downloaded base64 v0.22.1
|
|
189
|
-
Downloaded wasmi_arena v0.4.1
|
|
190
|
-
Downloaded version_check v0.9.5
|
|
191
|
-
Downloaded subtle v2.6.1
|
|
192
|
-
Downloaded stellar-strkey v0.0.13
|
|
193
|
-
Downloaded static_assertions v1.1.0
|
|
194
|
-
Downloaded stable_deref_trait v1.2.1
|
|
195
|
-
Downloaded soroban-spec-rust v25.1.1
|
|
196
|
-
Downloaded schemars v0.9.0
|
|
197
|
-
Downloaded prettyplease v0.2.37
|
|
198
|
-
Downloaded heapless v0.8.0
|
|
199
|
-
Downloaded crypto-bigint v0.5.5
|
|
200
207
|
Downloaded p256 v0.13.2
|
|
201
|
-
Downloaded
|
|
208
|
+
Downloaded const-oid v0.9.6
|
|
209
|
+
Downloaded autocfg v1.5.0
|
|
210
|
+
Downloaded soroban-spec v25.1.1
|
|
211
|
+
Downloaded soroban-env-guest v25.0.1
|
|
212
|
+
Downloaded itertools v0.14.0
|
|
213
|
+
Downloaded derivative v2.2.0
|
|
214
|
+
Downloaded darling_macro v0.20.11
|
|
215
|
+
Downloaded darling v0.21.3
|
|
216
|
+
Downloaded ctor v0.5.0
|
|
217
|
+
Downloaded cpufeatures v0.2.17
|
|
218
|
+
Downloaded cfg_eval v0.1.2
|
|
219
|
+
Downloaded bytes-lit v0.0.5
|
|
202
220
|
Downloaded num-traits v0.2.19
|
|
203
|
-
Downloaded
|
|
221
|
+
Downloaded num-bigint v0.4.6
|
|
222
|
+
Downloaded hex v0.4.3
|
|
204
223
|
Downloaded getrandom v0.2.16
|
|
205
|
-
Downloaded
|
|
206
|
-
Downloaded
|
|
207
|
-
Downloaded
|
|
208
|
-
Downloaded
|
|
209
|
-
Downloaded
|
|
210
|
-
Downloaded
|
|
211
|
-
Downloaded
|
|
224
|
+
Downloaded data-encoding v2.9.0
|
|
225
|
+
Downloaded crypto-bigint v0.5.5
|
|
226
|
+
Downloaded ark-serialize v0.4.2
|
|
227
|
+
Downloaded once_cell v1.21.3
|
|
228
|
+
Downloaded keccak v0.1.5
|
|
229
|
+
Downloaded indexmap-nostd v0.4.0
|
|
230
|
+
Downloaded heck v0.5.0
|
|
231
|
+
Downloaded hash32 v0.3.1
|
|
232
|
+
Downloaded group v0.13.0
|
|
233
|
+
Downloaded ff v0.13.1
|
|
234
|
+
Downloaded ethnum v1.5.2
|
|
235
|
+
Downloaded equivalent v1.0.2
|
|
236
|
+
Downloaded dtor v0.1.1
|
|
237
|
+
Downloaded byteorder v1.5.0
|
|
238
|
+
Downloaded base64ct v1.8.0
|
|
239
|
+
Downloaded base16ct v0.2.0
|
|
240
|
+
Downloaded ark-serialize-derive v0.4.2
|
|
241
|
+
Downloaded quote v1.0.41
|
|
212
242
|
Downloaded primeorder v0.13.6
|
|
243
|
+
Downloaded powerfmt v0.2.0
|
|
244
|
+
Downloaded paste v1.0.15
|
|
245
|
+
Downloaded memchr v2.7.6
|
|
213
246
|
Downloaded indexmap v1.9.3
|
|
247
|
+
Downloaded ident_case v1.0.1
|
|
214
248
|
Downloaded iana-time-zone v0.1.64
|
|
215
|
-
Downloaded hmac v0.12.1
|
|
216
|
-
Downloaded ff v0.13.1
|
|
217
249
|
Downloaded ed25519 v2.2.3
|
|
218
250
|
Downloaded ecdsa v0.16.9
|
|
219
|
-
Downloaded
|
|
220
|
-
Downloaded darling v0.21.3
|
|
221
|
-
Downloaded darling v0.20.11
|
|
222
|
-
Downloaded const-oid v0.9.6
|
|
223
|
-
Downloaded time-core v0.1.6
|
|
224
|
-
Downloaded soroban-env-guest v25.0.1
|
|
225
|
-
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
226
|
-
Downloaded signature v2.2.0
|
|
227
|
-
Downloaded quote v1.0.41
|
|
228
|
-
Downloaded proc-macro2 v1.0.103
|
|
229
|
-
Downloaded ppv-lite86 v0.2.21
|
|
230
|
-
Downloaded powerfmt v0.2.0
|
|
231
|
-
Downloaded num-integer v0.1.46
|
|
232
|
-
Downloaded base16ct v0.2.0
|
|
233
|
-
Downloaded group v0.13.0
|
|
234
|
-
Downloaded either v1.15.0
|
|
235
|
-
Downloaded dyn-clone v1.0.20
|
|
251
|
+
Downloaded downcast-rs v1.2.1
|
|
236
252
|
Downloaded curve25519-dalek-derive v0.1.1
|
|
237
|
-
Downloaded
|
|
238
|
-
Downloaded
|
|
239
|
-
Downloaded
|
|
240
|
-
Downloaded
|
|
241
|
-
Downloaded
|
|
242
|
-
Downloaded
|
|
243
|
-
Downloaded
|
|
244
|
-
Downloaded generic-array v0.14.9
|
|
253
|
+
Downloaded crate-git-revision v0.0.6
|
|
254
|
+
Downloaded cfg-if v1.0.4
|
|
255
|
+
Downloaded prettyplease v0.2.37
|
|
256
|
+
Downloaded libm v0.2.15
|
|
257
|
+
Downloaded hmac v0.12.1
|
|
258
|
+
Downloaded ed25519-dalek v2.2.0
|
|
259
|
+
Downloaded digest v0.10.7
|
|
245
260
|
Downloaded deranged v0.5.5
|
|
246
|
-
Downloaded
|
|
247
|
-
Downloaded
|
|
261
|
+
Downloaded ctor-proc-macro v0.0.6
|
|
262
|
+
Downloaded ppv-lite86 v0.2.21
|
|
248
263
|
Downloaded hex-literal v0.4.1
|
|
249
|
-
Downloaded
|
|
264
|
+
Downloaded indexmap v2.12.0
|
|
250
265
|
Downloaded escape-bytes v0.1.1
|
|
251
266
|
Downloaded dtor-proc-macro v0.0.6
|
|
267
|
+
Downloaded generic-array v0.14.9
|
|
268
|
+
Downloaded chrono v0.4.42
|
|
269
|
+
Downloaded ark-ff v0.4.2
|
|
270
|
+
Downloaded ark-bls12-381 v0.4.0
|
|
271
|
+
Downloaded rfc6979 v0.4.0
|
|
272
|
+
Downloaded ref-cast-impl v1.0.25
|
|
273
|
+
Downloaded proc-macro2 v1.0.103
|
|
274
|
+
Downloaded num-integer v0.1.46
|
|
275
|
+
Downloaded hashbrown v0.12.3
|
|
276
|
+
Downloaded elliptic-curve v0.13.8
|
|
277
|
+
Downloaded ark-ec v0.4.2
|
|
278
|
+
Downloaded pkcs8 v0.10.2
|
|
279
|
+
Downloaded darling v0.20.11
|
|
280
|
+
Downloaded ark-poly v0.4.2
|
|
281
|
+
Downloaded arbitrary v1.3.2
|
|
282
|
+
Downloaded ahash v0.8.12
|
|
252
283
|
Downloaded derive_arbitrary v1.3.2
|
|
253
|
-
Downloaded
|
|
254
|
-
Downloaded autocfg v1.5.0
|
|
255
|
-
Downloaded ark-serialize v0.4.2
|
|
256
|
-
Downloaded ident_case v1.0.1
|
|
257
|
-
Downloaded equivalent v1.0.2
|
|
258
|
-
Downloaded darling_macro v0.20.11
|
|
259
|
-
Downloaded base64ct v1.8.0
|
|
260
|
-
Downloaded rand_core v0.6.4
|
|
261
|
-
Downloaded itoa v1.0.15
|
|
284
|
+
Downloaded darling_macro v0.21.3
|
|
262
285
|
Downloaded crypto-common v0.1.6
|
|
263
|
-
Downloaded crate-git-revision v0.0.6
|
|
264
|
-
Downloaded downcast-rs v1.2.1
|
|
265
|
-
Downloaded ctor-proc-macro v0.0.6
|
|
266
|
-
Downloaded cfg-if v1.0.4
|
|
267
286
|
Downloaded block-buffer v0.10.4
|
|
268
|
-
Downloaded ark-std v0.4.0
|
|
269
287
|
Downloaded stellar-xdr v25.0.0
|
|
270
|
-
Downloaded ark-
|
|
271
|
-
Downloaded ahash v0.8.12
|
|
272
|
-
Downloaded ark-poly v0.4.2
|
|
288
|
+
Downloaded ark-std v0.4.0
|
|
273
289
|
Compiling proc-macro2 v1.0.103
|
|
274
290
|
Compiling quote v1.0.41
|
|
275
291
|
Compiling unicode-ident v1.0.22
|
|
276
292
|
Compiling serde_core v1.0.228
|
|
277
293
|
Compiling serde v1.0.228
|
|
278
294
|
Compiling serde_json v1.0.145
|
|
279
|
-
Compiling itoa v1.0.15
|
|
280
|
-
Compiling ryu v1.0.20
|
|
281
295
|
Compiling memchr v2.7.6
|
|
282
|
-
Compiling
|
|
296
|
+
Compiling ryu v1.0.20
|
|
297
|
+
Compiling itoa v1.0.15
|
|
283
298
|
Compiling fnv v1.0.7
|
|
299
|
+
Compiling strsim v0.11.1
|
|
284
300
|
Compiling ident_case v1.0.1
|
|
285
301
|
Compiling version_check v0.9.5
|
|
286
302
|
Compiling typenum v1.19.0
|
|
287
303
|
Compiling autocfg v1.5.0
|
|
288
304
|
Compiling schemars v0.8.22
|
|
289
305
|
Compiling dyn-clone v1.0.20
|
|
290
|
-
Compiling data-encoding v2.9.0
|
|
291
306
|
Compiling cfg-if v1.0.4
|
|
307
|
+
Compiling data-encoding v2.9.0
|
|
292
308
|
Compiling cpufeatures v0.2.17
|
|
293
|
-
Compiling ethnum v1.5.2
|
|
294
309
|
Compiling either v1.15.0
|
|
310
|
+
Compiling ethnum v1.5.2
|
|
295
311
|
Compiling escape-bytes v0.1.1
|
|
296
312
|
Compiling semver v1.0.27
|
|
297
313
|
Compiling hashbrown v0.16.0
|
|
298
|
-
Compiling thiserror v1.0.69
|
|
299
314
|
Compiling equivalent v1.0.2
|
|
300
|
-
Compiling
|
|
315
|
+
Compiling thiserror v1.0.69
|
|
301
316
|
Compiling prettyplease v0.2.37
|
|
302
|
-
Compiling byteorder v1.5.0
|
|
303
|
-
Compiling num-traits v0.2.19
|
|
304
317
|
Compiling heapless v0.8.0
|
|
305
318
|
Compiling base64 v0.22.1
|
|
319
|
+
Compiling generic-array v0.14.9
|
|
306
320
|
Compiling itertools v0.10.5
|
|
307
|
-
Compiling
|
|
321
|
+
Compiling byteorder v1.5.0
|
|
308
322
|
Compiling rustc_version v0.4.1
|
|
323
|
+
Compiling num-traits v0.2.19
|
|
309
324
|
Compiling static_assertions v1.1.0
|
|
325
|
+
Compiling hash32 v0.3.1
|
|
310
326
|
Compiling heck v0.5.0
|
|
311
327
|
Compiling stable_deref_trait v1.2.1
|
|
312
|
-
Compiling itertools v0.14.0
|
|
313
328
|
Compiling indexmap v2.12.0
|
|
314
|
-
Compiling
|
|
329
|
+
Compiling itertools v0.14.0
|
|
315
330
|
Compiling syn v2.0.108
|
|
316
|
-
Compiling wasmparser v0.116.1
|
|
317
|
-
Compiling num-bigint v0.4.6
|
|
318
331
|
Compiling crypto-common v0.1.6
|
|
319
332
|
Compiling block-buffer v0.10.4
|
|
333
|
+
Compiling wasmparser v0.116.1
|
|
320
334
|
Compiling digest v0.10.7
|
|
321
335
|
Compiling sha2 v0.10.9
|
|
336
|
+
Compiling num-integer v0.1.46
|
|
337
|
+
Compiling num-bigint v0.4.6
|
|
322
338
|
Compiling darling_core v0.21.3
|
|
323
339
|
Compiling darling_core v0.20.11
|
|
324
340
|
Compiling macro-string v0.1.4
|
|
@@ -331,8 +347,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
331
347
|
Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
332
348
|
Compiling darling_macro v0.20.11
|
|
333
349
|
Compiling darling_macro v0.21.3
|
|
334
|
-
Compiling darling v0.20.11
|
|
335
350
|
Compiling darling v0.21.3
|
|
351
|
+
Compiling darling v0.20.11
|
|
336
352
|
Compiling serde_with_macros v3.15.1
|
|
337
353
|
Compiling crate-git-revision v0.0.6
|
|
338
354
|
Compiling hex v0.4.3
|
|
@@ -345,11 +361,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
345
361
|
Compiling soroban-spec v25.1.1
|
|
346
362
|
Compiling soroban-env-macros v25.0.1
|
|
347
363
|
Compiling soroban-spec-rust v25.1.1
|
|
348
|
-
Compiling soroban-sdk-macros v25.1.1
|
|
349
364
|
Compiling soroban-env-guest v25.0.1
|
|
365
|
+
Compiling soroban-sdk-macros v25.1.1
|
|
350
366
|
Compiling utils v0.0.1 (/workspace/contracts/protocol/stellar/contracts/utils)
|
|
351
367
|
Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
352
|
-
Finished `release` profile [optimized] target(s) in
|
|
368
|
+
Finished `release` profile [optimized] target(s) in 59.95s
|
|
353
369
|
ℹ️ Build Summary:
|
|
354
370
|
Wasm File: target/wasm32v1-none/release/endpoint_v2.wasm (59457 bytes)
|
|
355
371
|
Wasm Hash: 0f3336cb82c088d8430af0b9110c309baa6c2eade24e65d35b16650d197d1592
|
|
@@ -418,12 +434,12 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
418
434
|
✅ Build Complete
|
|
419
435
|
|
|
420
436
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/layerzero-views/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
421
|
-
Compiling escape-bytes v0.1.1
|
|
422
437
|
Compiling byteorder v1.5.0
|
|
423
|
-
Compiling
|
|
438
|
+
Compiling escape-bytes v0.1.1
|
|
424
439
|
Compiling static_assertions v1.1.0
|
|
425
|
-
Compiling ethnum v1.5.2
|
|
426
440
|
Compiling stable_deref_trait v1.2.1
|
|
441
|
+
Compiling num-traits v0.2.19
|
|
442
|
+
Compiling ethnum v1.5.2
|
|
427
443
|
Compiling data-encoding v2.9.0
|
|
428
444
|
Compiling cfg-if v1.0.4
|
|
429
445
|
Compiling stellar-xdr v25.0.0
|
|
@@ -438,7 +454,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
438
454
|
Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
439
455
|
Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
440
456
|
Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
441
|
-
Finished `release` profile [optimized] target(s) in
|
|
457
|
+
Finished `release` profile [optimized] target(s) in 18.03s
|
|
442
458
|
ℹ️ Build Summary:
|
|
443
459
|
Wasm File: target/wasm32v1-none/release/layerzero_views.wasm (36531 bytes)
|
|
444
460
|
Wasm Hash: e1191bc282426547ae9c65f4188a69678b16897bcd40c548ff9940650470c409
|
|
@@ -471,7 +487,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
471
487
|
ℹ️ 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
|
|
472
488
|
Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
473
489
|
Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
474
|
-
Finished `release` profile [optimized] target(s) in 2.
|
|
490
|
+
Finished `release` profile [optimized] target(s) in 2.12s
|
|
475
491
|
ℹ️ Build Summary:
|
|
476
492
|
Wasm File: target/wasm32v1-none/release/uln302.wasm (60571 bytes)
|
|
477
493
|
Wasm Hash: e5a97c9d7e69b9c03a9ba3b415c069d07a9b5282737921ba1f4a99b256510ab9
|
|
@@ -519,7 +535,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
519
535
|
|
|
520
536
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/upgrader/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
521
537
|
Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
522
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
538
|
+
Finished `release` profile [optimized] target(s) in 0.49s
|
|
523
539
|
ℹ️ Build Summary:
|
|
524
540
|
Wasm File: target/wasm32v1-none/release/upgrader.wasm (7575 bytes)
|
|
525
541
|
Wasm Hash: 7796fed7be887c8f281a3c6e043203c0597969b65d23d5c1f9d767b62dfba062
|
|
@@ -531,7 +547,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
531
547
|
|
|
532
548
|
ℹ️ 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
|
|
533
549
|
Compiling blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
534
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
550
|
+
Finished `release` profile [optimized] target(s) in 0.48s
|
|
535
551
|
ℹ️ Build Summary:
|
|
536
552
|
Wasm File: target/wasm32v1-none/release/blocked_message_lib.wasm (15398 bytes)
|
|
537
553
|
Wasm Hash: 0a8ee862d5fa45a3dca9c2dc8ba111b83e9ab333a78d89273ae0a111211445d1
|
|
@@ -548,7 +564,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
548
564
|
|
|
549
565
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/message-libs/simple-message-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
550
566
|
Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
551
|
-
Finished `release` profile [optimized] target(s) in
|
|
567
|
+
Finished `release` profile [optimized] target(s) in 1.03s
|
|
552
568
|
ℹ️ Build Summary:
|
|
553
569
|
Wasm File: target/wasm32v1-none/release/simple_message_lib.wasm (30929 bytes)
|
|
554
570
|
Wasm Hash: 05c2d9b85bb8fd0c3f7039961b591e38c97355385b787ba2329ca61c691fd423
|
|
@@ -589,7 +605,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
589
605
|
|
|
590
606
|
ℹ️ 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
|
|
591
607
|
Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
592
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
608
|
+
Finished `release` profile [optimized] target(s) in 0.90s
|
|
593
609
|
ℹ️ Build Summary:
|
|
594
610
|
Wasm File: target/wasm32v1-none/release/treasury.wasm (29508 bytes)
|
|
595
611
|
Wasm Hash: 0eb3a9c49b66b4af26b0a95337a334b31d981a89258d0fbe0b8d7390a36fc2aa
|
|
@@ -618,11 +634,92 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
618
634
|
• zro_fee_lib
|
|
619
635
|
✅ Build Complete
|
|
620
636
|
|
|
621
|
-
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/
|
|
637
|
+
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/console-oft/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
622
638
|
Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
623
639
|
Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
640
|
+
Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
641
|
+
Compiling console-oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/console-oft)
|
|
642
|
+
Finished `release` profile [optimized] target(s) in 3.89s
|
|
643
|
+
ℹ️ Build Summary:
|
|
644
|
+
Wasm File: target/wasm32v1-none/release/console_oft.wasm (87314 bytes)
|
|
645
|
+
Wasm Hash: 58947681d7c6ce9a1a18a256f410b73feb09a328a2d5dd3bac634792ca6ff124
|
|
646
|
+
Wasm Size: 87314 bytes
|
|
647
|
+
Exported Functions: 70 found
|
|
648
|
+
• __constructor
|
|
649
|
+
• accept_ownership
|
|
650
|
+
• allow_initialize_path
|
|
651
|
+
• approval_required
|
|
652
|
+
• authorizer
|
|
653
|
+
• begin_ownership_transfer
|
|
654
|
+
• checkpoint_rate_limit
|
|
655
|
+
• combine_options
|
|
656
|
+
• decimal_conversion_rate
|
|
657
|
+
• default_fee_bps
|
|
658
|
+
• default_paused
|
|
659
|
+
• endpoint
|
|
660
|
+
• enforced_options
|
|
661
|
+
• extend_instance_ttl
|
|
662
|
+
• fee_bps
|
|
663
|
+
• fee_deposit
|
|
664
|
+
• freeze_ttl_configs
|
|
665
|
+
• get_amount_before_fee
|
|
666
|
+
• get_existing_roles
|
|
667
|
+
• get_fee
|
|
668
|
+
• get_rate_limit_global_config
|
|
669
|
+
• get_rate_limit_usages
|
|
670
|
+
• get_role_admin
|
|
671
|
+
• get_role_member
|
|
672
|
+
• get_role_member_count
|
|
673
|
+
• grant_role
|
|
674
|
+
• has_role
|
|
675
|
+
• is_compose_msg_sender
|
|
676
|
+
• is_paused
|
|
677
|
+
• is_rate_limit_exemption
|
|
678
|
+
• is_ttl_configs_frozen
|
|
679
|
+
• lz_receive
|
|
680
|
+
• migrate
|
|
681
|
+
• msg_inspector
|
|
682
|
+
• next_nonce
|
|
683
|
+
• oapp_version
|
|
684
|
+
• oft_type
|
|
685
|
+
• oft_version
|
|
686
|
+
• owner
|
|
687
|
+
• pause_config
|
|
688
|
+
• peer
|
|
689
|
+
• pending_owner
|
|
690
|
+
• quote_oft
|
|
691
|
+
• quote_send
|
|
692
|
+
• rate_limits
|
|
693
|
+
• remove_role_admin
|
|
694
|
+
• renounce_ownership
|
|
695
|
+
• renounce_role
|
|
696
|
+
• revoke_role
|
|
697
|
+
• send
|
|
698
|
+
• set_default_fee_bps
|
|
699
|
+
• set_default_paused
|
|
700
|
+
• set_delegate
|
|
701
|
+
• set_enforced_options
|
|
702
|
+
• set_fee_bps
|
|
703
|
+
• set_fee_deposit
|
|
704
|
+
• set_msg_inspector
|
|
705
|
+
• set_paused
|
|
706
|
+
• set_peer
|
|
707
|
+
• set_rate_limit_config
|
|
708
|
+
• set_rate_limit_exemption
|
|
709
|
+
• set_rate_limit_global_config
|
|
710
|
+
• set_rate_limit_state
|
|
711
|
+
• set_role_admin
|
|
712
|
+
• set_ttl_configs
|
|
713
|
+
• shared_decimals
|
|
714
|
+
• token
|
|
715
|
+
• transfer_ownership
|
|
716
|
+
• ttl_configs
|
|
717
|
+
• upgrade
|
|
718
|
+
✅ Build Complete
|
|
719
|
+
|
|
720
|
+
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/counter/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
624
721
|
Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
625
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
722
|
+
Finished `release` profile [optimized] target(s) in 1.22s
|
|
626
723
|
ℹ️ Build Summary:
|
|
627
724
|
Wasm File: target/wasm32v1-none/release/counter.wasm (52094 bytes)
|
|
628
725
|
Wasm Hash: fb3b11042a126ff4b28846ebf439eb6877da62b9033f5cceab4e0f65a943575b
|
|
@@ -680,11 +777,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
680
777
|
Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
681
778
|
Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
682
779
|
Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
683
|
-
Finished `release` profile [optimized] target(s) in
|
|
780
|
+
Finished `release` profile [optimized] target(s) in 2.12s
|
|
684
781
|
ℹ️ Build Summary:
|
|
685
|
-
Wasm File: target/wasm32v1-none/release/dvn.wasm (
|
|
686
|
-
Wasm Hash:
|
|
687
|
-
Wasm Size:
|
|
782
|
+
Wasm File: target/wasm32v1-none/release/dvn.wasm (57320 bytes)
|
|
783
|
+
Wasm Hash: c1fca783a02526390b407444a8272e5ee047e3a10d0c7f2a36514bc083f78e50
|
|
784
|
+
Wasm Size: 57320 bytes
|
|
688
785
|
Exported Functions: 49 found
|
|
689
786
|
• __check_auth
|
|
690
787
|
• __constructor
|
|
@@ -740,7 +837,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
740
837
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/dvn-fee-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
741
838
|
Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
742
839
|
Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
743
|
-
Finished `release` profile [optimized] target(s) in
|
|
840
|
+
Finished `release` profile [optimized] target(s) in 1.04s
|
|
744
841
|
ℹ️ Build Summary:
|
|
745
842
|
Wasm File: target/wasm32v1-none/release/dvn_fee_lib.wasm (22652 bytes)
|
|
746
843
|
Wasm Hash: d558e6a20af9b41e264beb1785de8b9ca412380eb2b142356e5e39a938fe96a5
|
|
@@ -767,11 +864,11 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
767
864
|
|
|
768
865
|
ℹ️ 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
|
|
769
866
|
Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
770
|
-
Finished `release` profile [optimized] target(s) in
|
|
867
|
+
Finished `release` profile [optimized] target(s) in 1.31s
|
|
771
868
|
ℹ️ Build Summary:
|
|
772
|
-
Wasm File: target/wasm32v1-none/release/executor.wasm (
|
|
773
|
-
Wasm Hash:
|
|
774
|
-
Wasm Size:
|
|
869
|
+
Wasm File: target/wasm32v1-none/release/executor.wasm (59644 bytes)
|
|
870
|
+
Wasm Hash: eff897b1e7fdb1f0e120d522ae25064e9db980855089f152861d22aee2ad85fb
|
|
871
|
+
Wasm Size: 59644 bytes
|
|
775
872
|
Exported Functions: 49 found
|
|
776
873
|
• __check_auth
|
|
777
874
|
• __constructor
|
|
@@ -826,7 +923,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
826
923
|
|
|
827
924
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/executor-fee-lib/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
828
925
|
Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
829
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
926
|
+
Finished `release` profile [optimized] target(s) in 0.70s
|
|
830
927
|
ℹ️ Build Summary:
|
|
831
928
|
Wasm File: target/wasm32v1-none/release/executor_fee_lib.wasm (35404 bytes)
|
|
832
929
|
Wasm Hash: 8f42a35df1173387ba2c5ffe34384b3e4517ce4ec11df13db67d5f2211267cf9
|
|
@@ -856,7 +953,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
856
953
|
Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
857
954
|
Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
858
955
|
Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
859
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
956
|
+
Finished `release` profile [optimized] target(s) in 1.63s
|
|
860
957
|
ℹ️ Build Summary:
|
|
861
958
|
Wasm File: target/wasm32v1-none/release/executor_helper.wasm (25861 bytes)
|
|
862
959
|
Wasm Hash: 0b467a6655e22fdc3bb5d7ca32c3df86fe38a5856570be78f07c1cac18ccc6cd
|
|
@@ -872,7 +969,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
872
969
|
|
|
873
970
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/workers/price-feed/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
874
971
|
Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
875
|
-
Finished `release` profile [optimized] target(s) in
|
|
972
|
+
Finished `release` profile [optimized] target(s) in 1.13s
|
|
876
973
|
ℹ️ Build Summary:
|
|
877
974
|
Wasm File: target/wasm32v1-none/release/price_feed.wasm (33739 bytes)
|
|
878
975
|
Wasm Hash: d4862be2522cfe5cd4d55a160e10ab7c313ab1297773ea00e98e3eaa0225aa0f
|
|
@@ -911,9 +1008,8 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
911
1008
|
✅ Build Complete
|
|
912
1009
|
|
|
913
1010
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/oft/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
914
|
-
Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
915
1011
|
Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
916
|
-
Finished `release` profile [optimized] target(s) in 1.
|
|
1012
|
+
Finished `release` profile [optimized] target(s) in 1.72s
|
|
917
1013
|
ℹ️ Build Summary:
|
|
918
1014
|
Wasm File: target/wasm32v1-none/release/oft.wasm (78054 bytes)
|
|
919
1015
|
Wasm Hash: 66b8fc024be5e12530d2895a74b36e6244eaedcde669aa06df4880577b869578
|
|
@@ -984,7 +1080,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
984
1080
|
|
|
985
1081
|
ℹ️ CARGO_BUILD_RUSTFLAGS=--remap-path-prefix=/cache/cargo/registry/src= cargo rustc --manifest-path=contracts/oapps/sac-manager/Cargo.toml --crate-type=cdylib --target=wasm32v1-none --release
|
|
986
1082
|
Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
987
|
-
Finished `release` profile [optimized] target(s) in 0.
|
|
1083
|
+
Finished `release` profile [optimized] target(s) in 0.86s
|
|
988
1084
|
ℹ️ Build Summary:
|
|
989
1085
|
Wasm File: target/wasm32v1-none/release/sac_manager.wasm (24101 bytes)
|
|
990
1086
|
Wasm Hash: bf9358ac2e188d74a695cd6009929735f90e8c891f922a9de5fcdc7037af255e
|
|
@@ -1020,7 +1116,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
1020
1116
|
• underlying_sac
|
|
1021
1117
|
✅ Build Complete
|
|
1022
1118
|
|
|
1023
|
-
⏱️ stellar contract build: 1:
|
|
1119
|
+
⏱️ stellar contract build: 1:45.842 (m:ss.mmm)
|
|
1024
1120
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
1025
1121
|
|
|
1026
1122
|
> @layerzerolabs/protocol-stellar-v2@0.0.1 generate:sdk /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar
|
|
@@ -1031,7 +1127,7 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
1031
1127
|
🔧 User volumes override 1 default volume(s)
|
|
1032
1128
|
✅ stellar-25.1.0 (Latest stable release)
|
|
1033
1129
|
🔧 stellar version: 25.1.0
|
|
1034
|
-
(node:
|
|
1130
|
+
(node:100030) [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.
|
|
1035
1131
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
1036
1132
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
1037
1133
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -1051,7 +1147,7 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
|
1051
1147
|
|
|
1052
1148
|
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
1053
1149
|
|
|
1054
|
-
⏱️ 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:
|
|
1150
|
+
⏱️ 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: 954.644ms
|
|
1055
1151
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
1056
1152
|
📦 Using 4 default cache volume(s) for stellar
|
|
1057
1153
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -1064,7 +1160,7 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
|
|
|
1064
1160
|
📜 Executing custom script: cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml
|
|
1065
1161
|
$ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v lz-tooling-cache-stellar-rustup:/cache/rustup -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml'
|
|
1066
1162
|
Blocking waiting for file lock on build directory
|
|
1067
|
-
Finished `dev` profile [unoptimized + debuginfo] target(s) in
|
|
1163
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.06s
|
|
1068
1164
|
Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
|
|
1069
1165
|
Generating TypeScript bindings for 16 contract(s)...
|
|
1070
1166
|
|
|
@@ -1107,7 +1203,7 @@ Processing contract: upgrader
|
|
|
1107
1203
|
Processing contract: dvn
|
|
1108
1204
|
WASM: target/wasm32v1-none/release/dvn.wasm
|
|
1109
1205
|
Output: sdk/src/generated/dvn.ts
|
|
1110
|
-
WASM size:
|
|
1206
|
+
WASM size: 57320 bytes (55.98 KB)
|
|
1111
1207
|
Generating bindings...
|
|
1112
1208
|
Generated: sdk/src/generated/dvn.ts
|
|
1113
1209
|
Processing contract: dvn_fee_lib
|
|
@@ -1119,7 +1215,7 @@ Processing contract: dvn_fee_lib
|
|
|
1119
1215
|
Processing contract: executor
|
|
1120
1216
|
WASM: target/wasm32v1-none/release/executor.wasm
|
|
1121
1217
|
Output: sdk/src/generated/executor.ts
|
|
1122
|
-
WASM size:
|
|
1218
|
+
WASM size: 59644 bytes (58.25 KB)
|
|
1123
1219
|
Generating bindings...
|
|
1124
1220
|
Generated: sdk/src/generated/executor.ts
|
|
1125
1221
|
Processing contract: executor_fee_lib
|
|
@@ -1184,4 +1280,4 @@ Generated files in sdk/src/generated:
|
|
|
1184
1280
|
- oft.ts
|
|
1185
1281
|
- sac_manager.ts
|
|
1186
1282
|
- layerzero_view.ts
|
|
1187
|
-
⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml:
|
|
1283
|
+
⏱️ bash -c cargo run --manifest-path ../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 16.693s
|