@layerzerolabs/lz-v2-stellar-sdk 0.2.121 → 0.2.122
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 +235 -1
- package/.turbo/turbo-lint.log +8 -0
- package/.turbo/turbo-test.log +41 -1361
- package/dist/generated/dvn.d.ts +2 -2
- package/dist/generated/dvn.js +2 -2
- package/dist/generated/endpoint.d.ts +2 -2
- package/dist/generated/endpoint.js +2 -2
- package/dist/generated/executor.d.ts +3 -3
- package/dist/generated/executor.d.ts.map +1 -1
- package/dist/generated/executor.js +3 -3
- package/dist/generated/executor.js.map +1 -1
- package/dist/generated/price_feed.d.ts +2 -2
- package/dist/generated/price_feed.js +2 -2
- package/dist/generated/sml.d.ts +2 -2
- package/dist/generated/sml.js +2 -2
- package/dist/generated/uln302.d.ts +2 -2
- package/dist/generated/uln302.js +2 -2
- package/dist/index.d.ts +0 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +13 -12
- package/rust-toolchain.toml +4 -0
- package/src/index.ts +0 -5
- package/test/suites/constants.ts +30 -51
- package/test/suites/deploy.ts +13 -273
- package/test/suites/globalSetup.ts +3 -602
- package/test/upgrader.test.ts +1 -0
- package/test/utils.ts +11 -658
- package/ts-bindings-gen.toml +59 -0
- package/dist/generated/counter.d.ts +0 -1253
- package/dist/generated/counter.d.ts.map +0 -1
- package/dist/generated/counter.js +0 -391
- package/dist/generated/counter.js.map +0 -1
- package/dist/generated/oft.d.ts +0 -1638
- package/dist/generated/oft.d.ts.map +0 -1
- package/dist/generated/oft.js +0 -463
- package/dist/generated/oft.js.map +0 -1
- package/dist/generated/sac_manager.d.ts +0 -567
- package/dist/generated/sac_manager.d.ts.map +0 -1
- package/dist/generated/sac_manager.js +0 -198
- package/dist/generated/sac_manager.js.map +0 -1
- package/src/generated/bml.ts +0 -672
- package/src/generated/counter.ts +0 -1208
- package/src/generated/dvn.ts +0 -1508
- package/src/generated/dvn_fee_lib.ts +0 -595
- package/src/generated/endpoint.ts +0 -1181
- package/src/generated/executor.ts +0 -1521
- package/src/generated/executor_fee_lib.ts +0 -1027
- package/src/generated/executor_helper.ts +0 -833
- package/src/generated/layerzero_view.ts +0 -1119
- package/src/generated/oft.ts +0 -1609
- package/src/generated/price_feed.ts +0 -793
- package/src/generated/sac_manager.ts +0 -555
- package/src/generated/sml.ts +0 -921
- package/src/generated/treasury.ts +0 -887
- package/src/generated/uln302.ts +0 -1224
- package/src/generated/upgrader.ts +0 -276
- package/test/counter-sml.test.ts +0 -480
- package/test/counter-uln.test.ts +0 -584
- package/test/oft-sml.test.ts +0 -750
- package/test/sac-manager.test.ts +0 -464
- package/test/secp256k1.ts +0 -59
- package/test/suites/dummyContractClient.ts +0 -168
- package/test/suites/localnet.ts +0 -192
- package/test/suites/scan.ts +0 -202
- package/turbo.json +0 -15
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,239 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
2
2
|
|
|
3
3
|
> @layerzerolabs/lz-v2-stellar-sdk@0.0.0 build /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk
|
|
4
|
-
> tsc
|
|
4
|
+
> pnpm gen:bindings && tsc
|
|
5
5
|
|
|
6
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
7
|
+
|
|
8
|
+
> @layerzerolabs/lz-v2-stellar-sdk@0.0.0 gen:bindings /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk
|
|
9
|
+
> stellar-ts-bindings-gen --config ts-bindings-gen.toml
|
|
10
|
+
|
|
11
|
+
🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy
|
|
12
|
+
✅ stellar-25.1.0 (Latest stable release)
|
|
13
|
+
🔧 stellar version: 25.1.0
|
|
14
|
+
📦 Using mini workspace: /tmp/lz-mini-workspace-fIBokb
|
|
15
|
+
📦 Copied 18 workspace package source(s)
|
|
16
|
+
📦 No mini-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
17
|
+
📦 Using 4 default volume(s) for stellar
|
|
18
|
+
🔧 User volumes override 1 default volume(s)
|
|
19
|
+
(node:105376) [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.
|
|
20
|
+
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
21
|
+
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
22
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
23
|
+
📦 Docker volumes:
|
|
24
|
+
-v /tmp/lz-mini-workspace-fIBokb:/workspace
|
|
25
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk:/workspace/contracts/protocol/stellar/sdk
|
|
26
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
27
|
+
-v lz-tooling-cache-stellar-rustup-linux-amd64:/cache/rustup
|
|
28
|
+
-v lz-tooling-cache-stellar-config-linux-amd64:/cache/stellar
|
|
29
|
+
-v lz-tooling-cache-stellar-cargo-linux-amd64:/cache/cargo
|
|
30
|
+
-v /home/runner/.sccache:/cache/sccache
|
|
31
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
32
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 true
|
|
33
|
+
$ docker container rm 19f740de572dc011e01033ee42e1b0e742106c88f8f2a5fd3c77bac30c1b0224
|
|
34
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 (linux/amd64)
|
|
35
|
+
👤 Running container as UID:GID 1001:1001
|
|
36
|
+
🌍 Using 5 default environment variable(s) for stellar
|
|
37
|
+
📜 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
|
|
38
|
+
🔒 Acquired lock for @layerzerolabs/lz-v2-stellar-sdk at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup-linux-amd64
|
|
39
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -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 /tmp/lz-mini-workspace-fIBokb:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk:/workspace/contracts/protocol/stellar/sdk -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -v lz-tooling-cache-stellar-rustup-linux-amd64:/cache/rustup -v lz-tooling-cache-stellar-config-linux-amd64:/cache/stellar -v lz-tooling-cache-stellar-cargo-linux-amd64:/cache/cargo -v /home/runner/.sccache:/cache/sccache -w /workspace/contracts/protocol/stellar/sdk 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 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'
|
|
40
|
+
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
41
|
+
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
|
|
42
|
+
info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
43
|
+
info: component 'rust-std' for target 'wasm32v1-none' is up to date
|
|
44
|
+
info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
45
|
+
|
|
46
|
+
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
47
|
+
|
|
48
|
+
⏳ 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: 685.624ms
|
|
49
|
+
🔓 Released lock for @layerzerolabs/lz-v2-stellar-sdk at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup-linux-amd64
|
|
50
|
+
✅ stellar-25.1.0 (Latest stable release)
|
|
51
|
+
🔧 stellar version: 25.1.0
|
|
52
|
+
📦 Using mini workspace: /tmp/lz-mini-workspace-4iZ9u5
|
|
53
|
+
📦 Copied 18 workspace package source(s)
|
|
54
|
+
📦 No mini-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
55
|
+
📦 Using 4 default volume(s) for stellar
|
|
56
|
+
📦 Docker volumes:
|
|
57
|
+
-v /tmp/lz-mini-workspace-4iZ9u5:/workspace
|
|
58
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk:/workspace/contracts/protocol/stellar/sdk
|
|
59
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
60
|
+
-v lz-tooling-cache-stellar-config-linux-amd64:/cache/stellar
|
|
61
|
+
-v lz-tooling-cache-stellar-cargo-linux-amd64:/cache/cargo
|
|
62
|
+
-v lz-tooling-cache-stellar-rustup-linux-amd64:/cache/rustup
|
|
63
|
+
-v /home/runner/.sccache:/cache/sccache
|
|
64
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
65
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 true
|
|
66
|
+
$ docker container rm 65c4e669ee62ba56be2db12335f7f65c14488a5d59ff8b8540000bbb242f8ecb
|
|
67
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 (linux/amd64)
|
|
68
|
+
👤 Running container as UID:GID 1001:1001
|
|
69
|
+
🌍 Using 5 default environment variable(s) for stellar
|
|
70
|
+
📜 Executing custom script: cargo run --manifest-path ../../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml
|
|
71
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -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 /tmp/lz-mini-workspace-4iZ9u5:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk:/workspace/contracts/protocol/stellar/sdk -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -v lz-tooling-cache-stellar-config-linux-amd64:/cache/stellar -v lz-tooling-cache-stellar-cargo-linux-amd64:/cache/cargo -v lz-tooling-cache-stellar-rustup-linux-amd64:/cache/rustup -v /home/runner/.sccache:/cache/sccache -w /workspace/contracts/protocol/stellar/sdk 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 bash -c $'cargo run --manifest-path ../../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml'
|
|
72
|
+
Compiling unicode-ident v1.0.24
|
|
73
|
+
Compiling proc-macro2 v1.0.106
|
|
74
|
+
Compiling quote v1.0.44
|
|
75
|
+
Compiling zmij v1.0.21
|
|
76
|
+
Compiling serde_core v1.0.228
|
|
77
|
+
Compiling serde_json v1.0.149
|
|
78
|
+
Compiling itoa v1.0.17
|
|
79
|
+
Compiling version_check v0.9.5
|
|
80
|
+
Compiling typenum v1.19.0
|
|
81
|
+
Compiling memchr v2.8.0
|
|
82
|
+
Compiling serde v1.0.228
|
|
83
|
+
Compiling strsim v0.11.1
|
|
84
|
+
Compiling fnv v1.0.7
|
|
85
|
+
Compiling ident_case v1.0.1
|
|
86
|
+
Compiling schemars v0.8.22
|
|
87
|
+
Compiling hashbrown v0.16.1
|
|
88
|
+
Compiling equivalent v1.0.2
|
|
89
|
+
Compiling dyn-clone v1.0.20
|
|
90
|
+
Compiling cpufeatures v0.2.17
|
|
91
|
+
Compiling cfg-if v1.0.4
|
|
92
|
+
Compiling thiserror v1.0.69
|
|
93
|
+
Compiling data-encoding v2.10.0
|
|
94
|
+
Compiling base64 v0.22.1
|
|
95
|
+
Compiling prettyplease v0.2.37
|
|
96
|
+
Compiling escape-bytes v0.1.1
|
|
97
|
+
Compiling ethnum v1.5.2
|
|
98
|
+
Compiling semver v1.0.27
|
|
99
|
+
Compiling opaque-debug v0.3.1
|
|
100
|
+
Compiling anyhow v1.0.102
|
|
101
|
+
Compiling winnow v0.7.14
|
|
102
|
+
Compiling either v1.15.0
|
|
103
|
+
Compiling toml_write v0.1.2
|
|
104
|
+
Compiling glob v0.3.3
|
|
105
|
+
Compiling base64 v0.21.7
|
|
106
|
+
Compiling heck v0.4.1
|
|
107
|
+
Compiling generic-array v0.14.7
|
|
108
|
+
Compiling itertools v0.10.5
|
|
109
|
+
Compiling indexmap v2.13.0
|
|
110
|
+
Compiling wasmparser v0.116.1
|
|
111
|
+
Compiling syn v2.0.117
|
|
112
|
+
Compiling include_dir_macros v0.7.4
|
|
113
|
+
Compiling crypto-common v0.1.7
|
|
114
|
+
Compiling block-buffer v0.10.4
|
|
115
|
+
Compiling block-buffer v0.9.0
|
|
116
|
+
Compiling digest v0.9.0
|
|
117
|
+
Compiling digest v0.10.7
|
|
118
|
+
Compiling sha2 v0.9.9
|
|
119
|
+
Compiling sha2 v0.10.9
|
|
120
|
+
Compiling include_dir v0.7.4
|
|
121
|
+
Compiling darling_core v0.21.3
|
|
122
|
+
Compiling serde_derive v1.0.228
|
|
123
|
+
Compiling thiserror-impl v1.0.69
|
|
124
|
+
Compiling cfg_eval v0.1.2
|
|
125
|
+
Compiling darling_macro v0.21.3
|
|
126
|
+
Compiling darling v0.21.3
|
|
127
|
+
Compiling serde_with_macros v3.17.0
|
|
128
|
+
Compiling crate-git-revision v0.0.6
|
|
129
|
+
Compiling stellar-strkey v0.0.13
|
|
130
|
+
Compiling stellar-xdr v25.0.0
|
|
131
|
+
Compiling hex v0.4.3
|
|
132
|
+
Compiling toml_datetime v0.6.11
|
|
133
|
+
Compiling serde_spanned v0.6.9
|
|
134
|
+
Compiling toml_edit v0.22.27
|
|
135
|
+
Compiling serde_with v3.17.0
|
|
136
|
+
Compiling toml v0.8.23
|
|
137
|
+
Compiling soroban-spec v25.1.1
|
|
138
|
+
Compiling soroban-spec-typescript v25.1.0
|
|
139
|
+
Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
|
|
140
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.12s
|
|
141
|
+
Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
|
|
142
|
+
Generating TypeScript bindings for 13 contract(s)...
|
|
143
|
+
|
|
144
|
+
Processing contract: endpoint_v2
|
|
145
|
+
WASM: ../contracts/target/wasm32v1-none/release/endpoint_v2.wasm
|
|
146
|
+
Output: src/generated/endpoint.ts
|
|
147
|
+
WASM size: 59457 bytes (58.06 KB)
|
|
148
|
+
Generating bindings...
|
|
149
|
+
Generated: src/generated/endpoint.ts
|
|
150
|
+
Processing contract: simple_message_lib
|
|
151
|
+
WASM: ../contracts/target/wasm32v1-none/release/simple_message_lib.wasm
|
|
152
|
+
Output: src/generated/sml.ts
|
|
153
|
+
WASM size: 30929 bytes (30.20 KB)
|
|
154
|
+
Generating bindings...
|
|
155
|
+
Generated: src/generated/sml.ts
|
|
156
|
+
Processing contract: blocked_message_lib
|
|
157
|
+
WASM: ../contracts/target/wasm32v1-none/release/blocked_message_lib.wasm
|
|
158
|
+
Output: src/generated/bml.ts
|
|
159
|
+
WASM size: 15398 bytes (15.04 KB)
|
|
160
|
+
Generating bindings...
|
|
161
|
+
Generated: src/generated/bml.ts
|
|
162
|
+
Processing contract: uln302
|
|
163
|
+
WASM: ../contracts/target/wasm32v1-none/release/uln302.wasm
|
|
164
|
+
Output: src/generated/uln302.ts
|
|
165
|
+
WASM size: 60571 bytes (59.15 KB)
|
|
166
|
+
Generating bindings...
|
|
167
|
+
Generated: src/generated/uln302.ts
|
|
168
|
+
Processing contract: treasury
|
|
169
|
+
WASM: ../contracts/target/wasm32v1-none/release/treasury.wasm
|
|
170
|
+
Output: src/generated/treasury.ts
|
|
171
|
+
WASM size: 29508 bytes (28.82 KB)
|
|
172
|
+
Generating bindings...
|
|
173
|
+
Generated: src/generated/treasury.ts
|
|
174
|
+
Processing contract: upgrader
|
|
175
|
+
WASM: ../contracts/target/wasm32v1-none/release/upgrader.wasm
|
|
176
|
+
Output: src/generated/upgrader.ts
|
|
177
|
+
WASM size: 7575 bytes (7.40 KB)
|
|
178
|
+
Generating bindings...
|
|
179
|
+
Generated: src/generated/upgrader.ts
|
|
180
|
+
Processing contract: dvn
|
|
181
|
+
WASM: ../contracts/target/wasm32v1-none/release/dvn.wasm
|
|
182
|
+
Output: src/generated/dvn.ts
|
|
183
|
+
WASM size: 59983 bytes (58.58 KB)
|
|
184
|
+
Generating bindings...
|
|
185
|
+
Generated: src/generated/dvn.ts
|
|
186
|
+
Processing contract: dvn_fee_lib
|
|
187
|
+
WASM: ../contracts/target/wasm32v1-none/release/dvn_fee_lib.wasm
|
|
188
|
+
Output: src/generated/dvn_fee_lib.ts
|
|
189
|
+
WASM size: 22652 bytes (22.12 KB)
|
|
190
|
+
Generating bindings...
|
|
191
|
+
Generated: src/generated/dvn_fee_lib.ts
|
|
192
|
+
Processing contract: executor
|
|
193
|
+
WASM: ../contracts/target/wasm32v1-none/release/executor.wasm
|
|
194
|
+
Output: src/generated/executor.ts
|
|
195
|
+
WASM size: 59509 bytes (58.11 KB)
|
|
196
|
+
Generating bindings...
|
|
197
|
+
Generated: src/generated/executor.ts
|
|
198
|
+
Processing contract: executor_fee_lib
|
|
199
|
+
WASM: ../contracts/target/wasm32v1-none/release/executor_fee_lib.wasm
|
|
200
|
+
Output: src/generated/executor_fee_lib.ts
|
|
201
|
+
WASM size: 35404 bytes (34.57 KB)
|
|
202
|
+
Generating bindings...
|
|
203
|
+
Generated: src/generated/executor_fee_lib.ts
|
|
204
|
+
Processing contract: executor_helper
|
|
205
|
+
WASM: ../contracts/target/wasm32v1-none/release/executor_helper.wasm
|
|
206
|
+
Output: src/generated/executor_helper.ts
|
|
207
|
+
WASM size: 25110 bytes (24.52 KB)
|
|
208
|
+
Generating bindings...
|
|
209
|
+
Generated: src/generated/executor_helper.ts
|
|
210
|
+
Processing contract: price_feed
|
|
211
|
+
WASM: ../contracts/target/wasm32v1-none/release/price_feed.wasm
|
|
212
|
+
Output: src/generated/price_feed.ts
|
|
213
|
+
WASM size: 33739 bytes (32.95 KB)
|
|
214
|
+
Generating bindings...
|
|
215
|
+
Generated: src/generated/price_feed.ts
|
|
216
|
+
Processing contract: layerzero_views
|
|
217
|
+
WASM: ../contracts/target/wasm32v1-none/release/layerzero_views.wasm
|
|
218
|
+
Output: src/generated/layerzero_view.ts
|
|
219
|
+
WASM size: 36531 bytes (35.67 KB)
|
|
220
|
+
Generating bindings...
|
|
221
|
+
Generated: src/generated/layerzero_view.ts
|
|
222
|
+
|
|
223
|
+
TypeScript binding generation complete! Generated 13 contract(s) with embedded WASM
|
|
224
|
+
|
|
225
|
+
Generated files in src/generated:
|
|
226
|
+
- endpoint.ts
|
|
227
|
+
- sml.ts
|
|
228
|
+
- bml.ts
|
|
229
|
+
- uln302.ts
|
|
230
|
+
- treasury.ts
|
|
231
|
+
- upgrader.ts
|
|
232
|
+
- dvn.ts
|
|
233
|
+
- dvn_fee_lib.ts
|
|
234
|
+
- executor.ts
|
|
235
|
+
- executor_fee_lib.ts
|
|
236
|
+
- executor_helper.ts
|
|
237
|
+
- price_feed.ts
|
|
238
|
+
- layerzero_view.ts
|
|
239
|
+
⏳ bash -c cargo run --manifest-path ../../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 7.561s
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
> @layerzerolabs/lz-v2-stellar-sdk@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk
|
|
3
|
+
> eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
|
|
4
|
+
|
|
5
|
+
(node:90159) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1784013919099 is not specified and it doesn't parse as CommonJS.
|
|
6
|
+
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
7
|
+
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
8
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|