@layerzerolabs/lz-v2-stellar-sdk 0.2.127 → 0.2.129
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 +226 -60
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +40 -40
- package/dist/generated/bml.d.ts +3 -3
- package/dist/generated/bml.d.ts.map +1 -1
- package/dist/generated/bml.js +3 -3
- package/dist/generated/bml.js.map +1 -1
- package/dist/generated/dvn.d.ts +3 -3
- package/dist/generated/dvn.d.ts.map +1 -1
- package/dist/generated/dvn.js +3 -3
- package/dist/generated/dvn.js.map +1 -1
- package/dist/generated/dvn_fee_lib.d.ts +3 -3
- package/dist/generated/dvn_fee_lib.d.ts.map +1 -1
- package/dist/generated/dvn_fee_lib.js +3 -3
- package/dist/generated/dvn_fee_lib.js.map +1 -1
- package/dist/generated/endpoint.d.ts +3 -3
- package/dist/generated/endpoint.d.ts.map +1 -1
- package/dist/generated/endpoint.js +3 -3
- package/dist/generated/endpoint.js.map +1 -1
- 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/executor_fee_lib.d.ts +3 -3
- package/dist/generated/executor_fee_lib.d.ts.map +1 -1
- package/dist/generated/executor_fee_lib.js +3 -3
- package/dist/generated/executor_fee_lib.js.map +1 -1
- package/dist/generated/executor_helper.d.ts +3 -3
- package/dist/generated/executor_helper.d.ts.map +1 -1
- package/dist/generated/executor_helper.js +3 -3
- package/dist/generated/executor_helper.js.map +1 -1
- package/dist/generated/layerzero_view.d.ts +3 -3
- package/dist/generated/layerzero_view.d.ts.map +1 -1
- package/dist/generated/layerzero_view.js +3 -3
- package/dist/generated/layerzero_view.js.map +1 -1
- package/dist/generated/price_feed.d.ts +3 -3
- package/dist/generated/price_feed.d.ts.map +1 -1
- package/dist/generated/price_feed.js +3 -3
- package/dist/generated/price_feed.js.map +1 -1
- package/dist/generated/sml.d.ts +3 -3
- package/dist/generated/sml.d.ts.map +1 -1
- package/dist/generated/sml.js +3 -3
- package/dist/generated/sml.js.map +1 -1
- package/dist/generated/treasury.d.ts +3 -3
- package/dist/generated/treasury.d.ts.map +1 -1
- package/dist/generated/treasury.js +3 -3
- package/dist/generated/treasury.js.map +1 -1
- package/dist/generated/uln302.d.ts +3 -3
- package/dist/generated/uln302.d.ts.map +1 -1
- package/dist/generated/uln302.js +3 -3
- package/dist/generated/uln302.js.map +1 -1
- package/dist/generated/upgrader.d.ts +3 -3
- package/dist/generated/upgrader.d.ts.map +1 -1
- package/dist/generated/upgrader.js +3 -3
- package/dist/generated/upgrader.js.map +1 -1
- package/package.json +7 -7
- package/test/upgrader.test.ts +1 -3
- package/ts-bindings-gen.toml +5 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy
|
|
12
12
|
✅ stellar-25.1.0 (Latest stable release)
|
|
13
13
|
🔧 stellar version: 25.1.0
|
|
14
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-
|
|
14
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-K0g1Yd
|
|
15
15
|
📦 Copied 19 workspace package source(s)
|
|
16
16
|
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
17
17
|
📦 Using 4 default volume(s) for stellar
|
|
18
18
|
🔧 User volumes override 1 default volume(s)
|
|
19
|
-
(node:
|
|
19
|
+
(node:36294) [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
20
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
21
21
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
22
22
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
23
23
|
📦 Docker volumes:
|
|
24
|
-
-v /tmp/lz-scoped-workspace-
|
|
24
|
+
-v /tmp/lz-scoped-workspace-K0g1Yd:/workspace
|
|
25
25
|
-v /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk:/workspace/contracts/protocol/stellar/sdk
|
|
26
26
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
27
27
|
-v lz-tooling-cache-stellar-rustup-linux-amd64:/cache/rustup
|
|
@@ -29,32 +29,112 @@ To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-in
|
|
|
29
29
|
-v lz-tooling-cache-stellar-cargo-linux-amd64:/cache/cargo
|
|
30
30
|
-v /home/runner/.sccache:/cache/sccache
|
|
31
31
|
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
32
|
+
Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
33
|
+
📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 (platform: linux/amd64)
|
|
34
|
+
$ docker pull --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
35
|
+
stellar-25.1.0-patch-2: Pulling from layerzerolabs/stellar-tooling
|
|
36
|
+
f6bd9104d248: Pulling fs layer
|
|
37
|
+
4617420e017b: Pulling fs layer
|
|
38
|
+
4948400808a0: Pulling fs layer
|
|
39
|
+
27b6ebf020a1: Pulling fs layer
|
|
40
|
+
af034d95ac41: Pulling fs layer
|
|
41
|
+
e47830ea20ec: Pulling fs layer
|
|
42
|
+
3db60071fcaf: Pulling fs layer
|
|
43
|
+
2c1ce468d9f3: Pulling fs layer
|
|
44
|
+
866e46ae2841: Pulling fs layer
|
|
45
|
+
ac46ae457eed: Pulling fs layer
|
|
46
|
+
4503e8fe4d3a: Pulling fs layer
|
|
47
|
+
8f0d05afb6cf: Pulling fs layer
|
|
48
|
+
b5623d0c8692: Pulling fs layer
|
|
49
|
+
2c1ce468d9f3: Waiting
|
|
50
|
+
27b6ebf020a1: Waiting
|
|
51
|
+
af034d95ac41: Waiting
|
|
52
|
+
e47830ea20ec: Waiting
|
|
53
|
+
3db60071fcaf: Waiting
|
|
54
|
+
866e46ae2841: Waiting
|
|
55
|
+
ac46ae457eed: Waiting
|
|
56
|
+
8f0d05afb6cf: Waiting
|
|
57
|
+
b5623d0c8692: Waiting
|
|
58
|
+
4503e8fe4d3a: Waiting
|
|
59
|
+
f6bd9104d248: Verifying Checksum
|
|
60
|
+
f6bd9104d248: Download complete
|
|
61
|
+
27b6ebf020a1: Verifying Checksum
|
|
62
|
+
27b6ebf020a1: Download complete
|
|
63
|
+
f6bd9104d248: Pull complete
|
|
64
|
+
af034d95ac41: Verifying Checksum
|
|
65
|
+
af034d95ac41: Download complete
|
|
66
|
+
e47830ea20ec: Verifying Checksum
|
|
67
|
+
e47830ea20ec: Download complete
|
|
68
|
+
4948400808a0: Verifying Checksum
|
|
69
|
+
4948400808a0: Download complete
|
|
70
|
+
2c1ce468d9f3: Verifying Checksum
|
|
71
|
+
2c1ce468d9f3: Download complete
|
|
72
|
+
3db60071fcaf: Verifying Checksum
|
|
73
|
+
3db60071fcaf: Download complete
|
|
74
|
+
4617420e017b: Verifying Checksum
|
|
75
|
+
4617420e017b: Download complete
|
|
76
|
+
ac46ae457eed: Verifying Checksum
|
|
77
|
+
ac46ae457eed: Download complete
|
|
78
|
+
4503e8fe4d3a: Verifying Checksum
|
|
79
|
+
4503e8fe4d3a: Download complete
|
|
80
|
+
8f0d05afb6cf: Verifying Checksum
|
|
81
|
+
8f0d05afb6cf: Download complete
|
|
82
|
+
866e46ae2841: Verifying Checksum
|
|
83
|
+
866e46ae2841: Download complete
|
|
84
|
+
b5623d0c8692: Download complete
|
|
85
|
+
4617420e017b: Pull complete
|
|
86
|
+
4948400808a0: Pull complete
|
|
87
|
+
27b6ebf020a1: Pull complete
|
|
88
|
+
af034d95ac41: Pull complete
|
|
89
|
+
e47830ea20ec: Pull complete
|
|
90
|
+
3db60071fcaf: Pull complete
|
|
91
|
+
2c1ce468d9f3: Pull complete
|
|
92
|
+
866e46ae2841: Pull complete
|
|
93
|
+
ac46ae457eed: Pull complete
|
|
94
|
+
4503e8fe4d3a: Pull complete
|
|
95
|
+
8f0d05afb6cf: Pull complete
|
|
96
|
+
b5623d0c8692: Pull complete
|
|
97
|
+
Digest: sha256:2f5f436687367c46fc4e9e468b82191070db3c9e8575ffa2ae8311c0ac5c2a64
|
|
98
|
+
Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
99
|
+
438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
32
100
|
$ 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
|
|
34
|
-
✅
|
|
101
|
+
$ docker container rm 9474d9856f6aa993939825d59b385ab1bea3d60f743a3291e59bded8ce9f2322
|
|
102
|
+
✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
35
103
|
👤 Running container as UID:GID 1001:1001
|
|
36
104
|
🌍 Using 5 default environment variable(s) for stellar
|
|
37
105
|
📜 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
106
|
🔒 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-scoped-workspace-
|
|
107
|
+
$ 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-scoped-workspace-K0g1Yd:/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
108
|
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
41
109
|
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
|
|
42
|
-
info: component '
|
|
43
|
-
info: component '
|
|
44
|
-
info: component '
|
|
110
|
+
info: downloading component 'cargo'
|
|
111
|
+
info: downloading component 'clippy'
|
|
112
|
+
info: downloading component 'rust-docs'
|
|
113
|
+
info: downloading component 'rust-std' for 'wasm32v1-none'
|
|
114
|
+
info: downloading component 'rust-std'
|
|
115
|
+
info: downloading component 'rustc'
|
|
116
|
+
info: downloading component 'rustfmt'
|
|
117
|
+
info: installing component 'cargo'
|
|
118
|
+
info: installing component 'clippy'
|
|
119
|
+
info: installing component 'rust-docs'
|
|
120
|
+
info: installing component 'rust-std' for 'wasm32v1-none'
|
|
121
|
+
info: installing component 'rust-std'
|
|
122
|
+
info: installing component 'rustc'
|
|
123
|
+
info: installing component 'rustfmt'
|
|
45
124
|
|
|
46
|
-
1.90.0-x86_64-unknown-linux-gnu
|
|
125
|
+
1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
47
126
|
|
|
48
|
-
|
|
127
|
+
info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
|
|
128
|
+
⏳ 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: 13.126s
|
|
49
129
|
🔓 Released lock for @layerzerolabs/lz-v2-stellar-sdk at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup-linux-amd64
|
|
50
130
|
✅ stellar-25.1.0 (Latest stable release)
|
|
51
131
|
🔧 stellar version: 25.1.0
|
|
52
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-
|
|
132
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-bwB7NZ
|
|
53
133
|
📦 Copied 19 workspace package source(s)
|
|
54
134
|
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
55
135
|
📦 Using 4 default volume(s) for stellar
|
|
56
136
|
📦 Docker volumes:
|
|
57
|
-
-v /tmp/lz-scoped-workspace-
|
|
137
|
+
-v /tmp/lz-scoped-workspace-bwB7NZ:/workspace
|
|
58
138
|
-v /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk:/workspace/contracts/protocol/stellar/sdk
|
|
59
139
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
60
140
|
-v lz-tooling-cache-stellar-config-linux-amd64:/cache/stellar
|
|
@@ -63,12 +143,98 @@ info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
|
63
143
|
-v /home/runner/.sccache:/cache/sccache
|
|
64
144
|
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
65
145
|
$ 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
|
|
146
|
+
$ docker container rm 014ae56c226cb9f0b064ccdb938ecd66521f3a6a02eb8d5e91282c3013e42788
|
|
67
147
|
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 (linux/amd64)
|
|
68
148
|
👤 Running container as UID:GID 1001:1001
|
|
69
149
|
🌍 Using 5 default environment variable(s) for stellar
|
|
70
150
|
📜 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-scoped-workspace-
|
|
151
|
+
$ 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-scoped-workspace-bwB7NZ:/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'
|
|
152
|
+
Updating crates.io index
|
|
153
|
+
Downloading crates ...
|
|
154
|
+
Downloaded block-buffer v0.9.0
|
|
155
|
+
Downloaded block-buffer v0.10.4
|
|
156
|
+
Downloaded autocfg v1.5.0
|
|
157
|
+
Downloaded anyhow v1.0.102
|
|
158
|
+
Downloaded semver v1.0.27
|
|
159
|
+
Downloaded schemars v0.8.22
|
|
160
|
+
Downloaded heck v0.4.1
|
|
161
|
+
Downloaded escape-bytes v0.1.1
|
|
162
|
+
Downloaded opaque-debug v0.3.1
|
|
163
|
+
Downloaded ref-cast-impl v1.0.25
|
|
164
|
+
Downloaded num-conv v0.2.0
|
|
165
|
+
Downloaded serde_spanned v0.6.9
|
|
166
|
+
Downloaded stellar-strkey v0.0.13
|
|
167
|
+
Downloaded equivalent v1.0.2
|
|
168
|
+
Downloaded digest v0.10.7
|
|
169
|
+
Downloaded toml_datetime v0.6.11
|
|
170
|
+
Downloaded strsim v0.11.1
|
|
171
|
+
Downloaded thiserror-impl v1.0.69
|
|
172
|
+
Downloaded glob v0.3.3
|
|
173
|
+
Downloaded version_check v0.9.5
|
|
174
|
+
Downloaded toml_write v0.1.2
|
|
175
|
+
Downloaded zmij v1.0.21
|
|
176
|
+
Downloaded unicode-ident v1.0.24
|
|
177
|
+
Downloaded serde_with_macros v3.17.0
|
|
178
|
+
Downloaded serde_derive v1.0.228
|
|
179
|
+
Downloaded proc-macro2 v1.0.106
|
|
180
|
+
Downloaded schemars v0.9.0
|
|
181
|
+
Downloaded typenum v1.19.0
|
|
182
|
+
Downloaded serde v1.0.228
|
|
183
|
+
Downloaded schemars v1.2.1
|
|
184
|
+
Downloaded soroban-spec-typescript v25.1.0
|
|
185
|
+
Downloaded hashbrown v0.16.1
|
|
186
|
+
Downloaded serde_with v3.17.0
|
|
187
|
+
Downloaded wasmparser v0.116.1
|
|
188
|
+
Downloaded winnow v0.7.14
|
|
189
|
+
Downloaded serde_json v1.0.149
|
|
190
|
+
Downloaded time v0.3.47
|
|
191
|
+
Downloaded itertools v0.10.5
|
|
192
|
+
Downloaded chrono v0.4.44
|
|
193
|
+
Downloaded hashbrown v0.12.3
|
|
194
|
+
Downloaded indexmap v2.13.0
|
|
195
|
+
Downloaded syn v2.0.117
|
|
196
|
+
Downloaded memchr v2.8.0
|
|
197
|
+
Downloaded toml_edit v0.22.27
|
|
198
|
+
Downloaded toml v0.8.23
|
|
199
|
+
Downloaded serde_core v1.0.228
|
|
200
|
+
Downloaded prettyplease v0.2.37
|
|
201
|
+
Downloaded ethnum v1.5.2
|
|
202
|
+
Downloaded darling_core v0.21.3
|
|
203
|
+
Downloaded num-traits v0.2.19
|
|
204
|
+
Downloaded darling v0.21.3
|
|
205
|
+
Downloaded thiserror v1.0.69
|
|
206
|
+
Downloaded iana-time-zone v0.1.65
|
|
207
|
+
Downloaded sha2 v0.10.9
|
|
208
|
+
Downloaded time-macros v0.2.27
|
|
209
|
+
Downloaded sha2 v0.9.9
|
|
210
|
+
Downloaded generic-array v0.14.7
|
|
211
|
+
Downloaded either v1.15.0
|
|
212
|
+
Downloaded data-encoding v2.10.0
|
|
213
|
+
Downloaded cfg-if v1.0.4
|
|
214
|
+
Downloaded ident_case v1.0.1
|
|
215
|
+
Downloaded crate-git-revision v0.0.6
|
|
216
|
+
Downloaded time-core v0.1.8
|
|
217
|
+
Downloaded soroban-spec v25.1.1
|
|
218
|
+
Downloaded deranged v0.5.8
|
|
219
|
+
Downloaded cpufeatures v0.2.17
|
|
220
|
+
Downloaded ref-cast v1.0.25
|
|
221
|
+
Downloaded quote v1.0.44
|
|
222
|
+
Downloaded cfg_eval v0.1.2
|
|
223
|
+
Downloaded itoa v1.0.17
|
|
224
|
+
Downloaded hex v0.4.3
|
|
225
|
+
Downloaded crypto-common v0.1.7
|
|
226
|
+
Downloaded powerfmt v0.2.0
|
|
227
|
+
Downloaded include_dir_macros v0.7.4
|
|
228
|
+
Downloaded dyn-clone v1.0.20
|
|
229
|
+
Downloaded digest v0.9.0
|
|
230
|
+
Downloaded indexmap v1.9.3
|
|
231
|
+
Downloaded include_dir v0.7.4
|
|
232
|
+
Downloaded darling_macro v0.21.3
|
|
233
|
+
Downloaded base64 v0.22.1
|
|
234
|
+
Downloaded base64 v0.21.7
|
|
235
|
+
Downloaded fnv v1.0.7
|
|
236
|
+
Downloaded stellar-xdr v25.0.0
|
|
237
|
+
Blocking waiting for file lock on package cache
|
|
72
238
|
Compiling unicode-ident v1.0.24
|
|
73
239
|
Compiling proc-macro2 v1.0.106
|
|
74
240
|
Compiling quote v1.0.44
|
|
@@ -76,147 +242,147 @@ $ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-ga
|
|
|
76
242
|
Compiling serde_core v1.0.228
|
|
77
243
|
Compiling serde_json v1.0.149
|
|
78
244
|
Compiling typenum v1.19.0
|
|
79
|
-
Compiling itoa v1.0.17
|
|
80
245
|
Compiling version_check v0.9.5
|
|
81
246
|
Compiling memchr v2.8.0
|
|
247
|
+
Compiling itoa v1.0.17
|
|
82
248
|
Compiling serde v1.0.228
|
|
83
|
-
Compiling fnv v1.0.7
|
|
84
249
|
Compiling strsim v0.11.1
|
|
85
250
|
Compiling ident_case v1.0.1
|
|
251
|
+
Compiling fnv v1.0.7
|
|
252
|
+
Compiling schemars v0.8.22
|
|
86
253
|
Compiling hashbrown v0.16.1
|
|
87
254
|
Compiling equivalent v1.0.2
|
|
88
|
-
Compiling
|
|
255
|
+
Compiling cfg-if v1.0.4
|
|
89
256
|
Compiling dyn-clone v1.0.20
|
|
90
257
|
Compiling cpufeatures v0.2.17
|
|
91
|
-
Compiling cfg-if v1.0.4
|
|
92
258
|
Compiling thiserror v1.0.69
|
|
93
259
|
Compiling data-encoding v2.10.0
|
|
94
|
-
Compiling semver v1.0.27
|
|
95
260
|
Compiling escape-bytes v0.1.1
|
|
96
261
|
Compiling prettyplease v0.2.37
|
|
97
262
|
Compiling ethnum v1.5.2
|
|
98
263
|
Compiling base64 v0.22.1
|
|
264
|
+
Compiling semver v1.0.27
|
|
265
|
+
Compiling toml_write v0.1.2
|
|
266
|
+
Compiling opaque-debug v0.3.1
|
|
99
267
|
Compiling winnow v0.7.14
|
|
100
|
-
Compiling glob v0.3.3
|
|
101
268
|
Compiling either v1.15.0
|
|
269
|
+
Compiling glob v0.3.3
|
|
102
270
|
Compiling anyhow v1.0.102
|
|
103
|
-
Compiling opaque-debug v0.3.1
|
|
104
|
-
Compiling toml_write v0.1.2
|
|
105
271
|
Compiling base64 v0.21.7
|
|
106
272
|
Compiling heck v0.4.1
|
|
107
273
|
Compiling generic-array v0.14.7
|
|
108
274
|
Compiling itertools v0.10.5
|
|
109
275
|
Compiling indexmap v2.13.0
|
|
110
|
-
Compiling wasmparser v0.116.1
|
|
111
276
|
Compiling syn v2.0.117
|
|
112
|
-
Compiling
|
|
277
|
+
Compiling include_dir_macros v0.7.4
|
|
278
|
+
Compiling wasmparser v0.116.1
|
|
279
|
+
Compiling include_dir v0.7.4
|
|
113
280
|
Compiling crypto-common v0.1.7
|
|
281
|
+
Compiling block-buffer v0.10.4
|
|
114
282
|
Compiling block-buffer v0.9.0
|
|
115
283
|
Compiling digest v0.9.0
|
|
116
|
-
Compiling include_dir_macros v0.7.4
|
|
117
|
-
Compiling digest v0.10.7
|
|
118
284
|
Compiling sha2 v0.9.9
|
|
285
|
+
Compiling digest v0.10.7
|
|
119
286
|
Compiling sha2 v0.10.9
|
|
120
|
-
Compiling include_dir v0.7.4
|
|
121
287
|
Compiling darling_core v0.21.3
|
|
122
288
|
Compiling serde_derive v1.0.228
|
|
123
|
-
Compiling cfg_eval v0.1.2
|
|
124
289
|
Compiling thiserror-impl v1.0.69
|
|
290
|
+
Compiling cfg_eval v0.1.2
|
|
125
291
|
Compiling darling_macro v0.21.3
|
|
126
|
-
Compiling darling v0.21.3
|
|
127
|
-
Compiling serde_with_macros v3.17.0
|
|
128
292
|
Compiling crate-git-revision v0.0.6
|
|
293
|
+
Compiling darling v0.21.3
|
|
129
294
|
Compiling stellar-strkey v0.0.13
|
|
130
295
|
Compiling stellar-xdr v25.0.0
|
|
296
|
+
Compiling serde_with_macros v3.17.0
|
|
131
297
|
Compiling hex v0.4.3
|
|
132
|
-
Compiling serde_spanned v0.6.9
|
|
133
298
|
Compiling toml_datetime v0.6.11
|
|
299
|
+
Compiling serde_spanned v0.6.9
|
|
134
300
|
Compiling toml_edit v0.22.27
|
|
135
301
|
Compiling serde_with v3.17.0
|
|
136
302
|
Compiling toml v0.8.23
|
|
137
303
|
Compiling soroban-spec v25.1.1
|
|
138
304
|
Compiling soroban-spec-typescript v25.1.0
|
|
139
305
|
Compiling stellar-ts-bindings-gen v0.0.1 (/workspace/packages/vms/stellar/ts-bindings-gen)
|
|
140
|
-
Finished `dev` profile [unoptimized + debuginfo] target(s) in
|
|
306
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.95s
|
|
141
307
|
Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
|
|
142
308
|
Generating TypeScript bindings for 13 contract(s)...
|
|
143
309
|
|
|
144
310
|
Processing contract: endpoint_v2
|
|
145
|
-
WASM: ../contracts/
|
|
311
|
+
WASM: ../contracts/.artifacts/endpoint_v2.wasm
|
|
146
312
|
Output: src/generated/endpoint.ts
|
|
147
|
-
WASM size:
|
|
313
|
+
WASM size: 53101 bytes (51.86 KB)
|
|
148
314
|
Generating bindings...
|
|
149
315
|
Generated: src/generated/endpoint.ts
|
|
150
316
|
Processing contract: simple_message_lib
|
|
151
|
-
WASM: ../contracts/
|
|
317
|
+
WASM: ../contracts/.artifacts/simple_message_lib.wasm
|
|
152
318
|
Output: src/generated/sml.ts
|
|
153
|
-
WASM size:
|
|
319
|
+
WASM size: 28363 bytes (27.70 KB)
|
|
154
320
|
Generating bindings...
|
|
155
321
|
Generated: src/generated/sml.ts
|
|
156
322
|
Processing contract: blocked_message_lib
|
|
157
|
-
WASM: ../contracts/
|
|
323
|
+
WASM: ../contracts/.artifacts/blocked_message_lib.wasm
|
|
158
324
|
Output: src/generated/bml.ts
|
|
159
|
-
WASM size:
|
|
325
|
+
WASM size: 15649 bytes (15.28 KB)
|
|
160
326
|
Generating bindings...
|
|
161
327
|
Generated: src/generated/bml.ts
|
|
162
328
|
Processing contract: uln302
|
|
163
|
-
WASM: ../contracts/
|
|
329
|
+
WASM: ../contracts/.artifacts/uln302.wasm
|
|
164
330
|
Output: src/generated/uln302.ts
|
|
165
|
-
WASM size:
|
|
331
|
+
WASM size: 54279 bytes (53.01 KB)
|
|
166
332
|
Generating bindings...
|
|
167
333
|
Generated: src/generated/uln302.ts
|
|
168
334
|
Processing contract: treasury
|
|
169
|
-
WASM: ../contracts/
|
|
335
|
+
WASM: ../contracts/.artifacts/treasury.wasm
|
|
170
336
|
Output: src/generated/treasury.ts
|
|
171
|
-
WASM size:
|
|
337
|
+
WASM size: 26576 bytes (25.95 KB)
|
|
172
338
|
Generating bindings...
|
|
173
339
|
Generated: src/generated/treasury.ts
|
|
174
340
|
Processing contract: upgrader
|
|
175
|
-
WASM: ../contracts/
|
|
341
|
+
WASM: ../contracts/.artifacts/upgrader.wasm
|
|
176
342
|
Output: src/generated/upgrader.ts
|
|
177
|
-
WASM size:
|
|
343
|
+
WASM size: 7716 bytes (7.54 KB)
|
|
178
344
|
Generating bindings...
|
|
179
345
|
Generated: src/generated/upgrader.ts
|
|
180
346
|
Processing contract: dvn
|
|
181
|
-
WASM: ../contracts/
|
|
347
|
+
WASM: ../contracts/.artifacts/dvn.wasm
|
|
182
348
|
Output: src/generated/dvn.ts
|
|
183
|
-
WASM size:
|
|
349
|
+
WASM size: 54864 bytes (53.58 KB)
|
|
184
350
|
Generating bindings...
|
|
185
351
|
Generated: src/generated/dvn.ts
|
|
186
352
|
Processing contract: dvn_fee_lib
|
|
187
|
-
WASM: ../contracts/
|
|
353
|
+
WASM: ../contracts/.artifacts/dvn_fee_lib.wasm
|
|
188
354
|
Output: src/generated/dvn_fee_lib.ts
|
|
189
|
-
WASM size:
|
|
355
|
+
WASM size: 20926 bytes (20.44 KB)
|
|
190
356
|
Generating bindings...
|
|
191
357
|
Generated: src/generated/dvn_fee_lib.ts
|
|
192
358
|
Processing contract: executor
|
|
193
|
-
WASM: ../contracts/
|
|
359
|
+
WASM: ../contracts/.artifacts/executor.wasm
|
|
194
360
|
Output: src/generated/executor.ts
|
|
195
|
-
WASM size:
|
|
361
|
+
WASM size: 54689 bytes (53.41 KB)
|
|
196
362
|
Generating bindings...
|
|
197
363
|
Generated: src/generated/executor.ts
|
|
198
364
|
Processing contract: executor_fee_lib
|
|
199
|
-
WASM: ../contracts/
|
|
365
|
+
WASM: ../contracts/.artifacts/executor_fee_lib.wasm
|
|
200
366
|
Output: src/generated/executor_fee_lib.ts
|
|
201
|
-
WASM size:
|
|
367
|
+
WASM size: 33468 bytes (32.68 KB)
|
|
202
368
|
Generating bindings...
|
|
203
369
|
Generated: src/generated/executor_fee_lib.ts
|
|
204
370
|
Processing contract: executor_helper
|
|
205
|
-
WASM: ../contracts/
|
|
371
|
+
WASM: ../contracts/.artifacts/executor_helper.wasm
|
|
206
372
|
Output: src/generated/executor_helper.ts
|
|
207
|
-
WASM size:
|
|
373
|
+
WASM size: 24644 bytes (24.07 KB)
|
|
208
374
|
Generating bindings...
|
|
209
375
|
Generated: src/generated/executor_helper.ts
|
|
210
376
|
Processing contract: price_feed
|
|
211
|
-
WASM: ../contracts/
|
|
377
|
+
WASM: ../contracts/.artifacts/price_feed.wasm
|
|
212
378
|
Output: src/generated/price_feed.ts
|
|
213
|
-
WASM size:
|
|
379
|
+
WASM size: 30795 bytes (30.07 KB)
|
|
214
380
|
Generating bindings...
|
|
215
381
|
Generated: src/generated/price_feed.ts
|
|
216
382
|
Processing contract: layerzero_views
|
|
217
|
-
WASM: ../contracts/
|
|
383
|
+
WASM: ../contracts/.artifacts/layerzero_views.wasm
|
|
218
384
|
Output: src/generated/layerzero_view.ts
|
|
219
|
-
WASM size:
|
|
385
|
+
WASM size: 34118 bytes (33.32 KB)
|
|
220
386
|
Generating bindings...
|
|
221
387
|
Generated: src/generated/layerzero_view.ts
|
|
222
388
|
|
|
@@ -236,4 +402,4 @@ Generated files in src/generated:
|
|
|
236
402
|
- executor_helper.ts
|
|
237
403
|
- price_feed.ts
|
|
238
404
|
- layerzero_view.ts
|
|
239
|
-
⏳ bash -c cargo run --manifest-path ../../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml:
|
|
405
|
+
⏳ bash -c cargo run --manifest-path ../../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 30.983s
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
> @layerzerolabs/lz-v2-stellar-sdk@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk
|
|
3
3
|
> eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:87600) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1784158698286 is not specified and it doesn't parse as CommonJS.
|
|
6
6
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
7
7
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
8
8
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -28,48 +28,48 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
28
28
|
========================================
|
|
29
29
|
|
|
30
30
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
31
|
-
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/contracts/
|
|
31
|
+
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/contracts/.artifacts/upgrader.wasm
|
|
32
32
|
📤 Uploading WASM...
|
|
33
|
-
📦 WASM buffer size:
|
|
33
|
+
📦 WASM buffer size: 7716 bytes (7.54 KB)
|
|
34
34
|
|
|
35
35
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
36
|
-
[22m[39m💰 Upload transaction fee:
|
|
36
|
+
[22m[39m💰 Upload transaction fee: 2590456 stroops (0.2590456 XLM)
|
|
37
37
|
|
|
38
|
-
[32m✓[39m [44m[1m TS [22m[49m test/upgrader.test.ts [2m([22m[2m8 tests[22m[2m)[22m
|
|
39
38
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
40
39
|
[22m[39m⏰ WASM TTL: live until ledger 124273 (120959 ledgers remaining, ~7.00 days)
|
|
41
40
|
|
|
42
41
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
43
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
42
|
+
[22m[39m✅ WASM uploaded, hash: d9a4b7eb64589f35cae684a0acb0a957af2182c0aa4e67581a666b341b27847f
|
|
44
43
|
🚀 Deploying contract...
|
|
45
44
|
|
|
45
|
+
[32m✓[39m [44m[1m TS [22m[49m test/upgrader.test.ts [2m([22m[2m8 tests[22m[2m)[22m
|
|
46
46
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
47
|
-
[22m[39m✅ Contract deployed at:
|
|
47
|
+
[22m[39m✅ Contract deployed at: CADUOCX2LMZQ5JRAWVYIA5VJTSV5WQIQPHFY55EO6LW5ST2RHFMN3GLZ
|
|
48
48
|
|
|
49
49
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
50
|
-
[22m[39m✅ Upgrader deployed at:
|
|
50
|
+
[22m[39m✅ Upgrader deployed at: CADUOCX2LMZQ5JRAWVYIA5VJTSV5WQIQPHFY55EO6LW5ST2RHFMN3GLZ
|
|
51
51
|
|
|
52
52
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
53
|
-
[22m[39m📖 Reading Test Contract V1 WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/contracts/
|
|
54
|
-
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/contracts/
|
|
53
|
+
[22m[39m📖 Reading Test Contract V1 WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/contracts/.artifacts/dvn.wasm
|
|
54
|
+
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/contracts/.artifacts/dvn.wasm
|
|
55
55
|
📤 Uploading WASM...
|
|
56
|
-
📦 WASM buffer size:
|
|
56
|
+
📦 WASM buffer size: 54864 bytes (53.58 KB)
|
|
57
57
|
|
|
58
58
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
59
|
-
[22m[39m💰 Upload transaction fee:
|
|
59
|
+
[22m[39m💰 Upload transaction fee: 25098295 stroops (2.5098295 XLM)
|
|
60
60
|
|
|
61
61
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
62
|
-
[22m[39m⏰ WASM TTL: live until ledger
|
|
62
|
+
[22m[39m⏰ WASM TTL: live until ledger 124276 (120959 ledgers remaining, ~7.00 days)
|
|
63
63
|
|
|
64
64
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
65
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
65
|
+
[22m[39m✅ WASM uploaded, hash: edd771dc600314f470857987586282e54b25a8add347a89daa314142521b0dff
|
|
66
66
|
🚀 Deploying contract...
|
|
67
67
|
|
|
68
68
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
69
|
-
[22m[39m✅ Contract deployed at:
|
|
69
|
+
[22m[39m✅ Contract deployed at: CAVRYG2DDSNECWYHLK5QYAGNUGXEUNG6YROIZ5U6TUWKFUUPBO3IFFRB
|
|
70
70
|
|
|
71
71
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
72
|
-
[22m[39m✅ Test Contract V1 deployed at:
|
|
72
|
+
[22m[39m✅ Test Contract V1 deployed at: CAVRYG2DDSNECWYHLK5QYAGNUGXEUNG6YROIZ5U6TUWKFUUPBO3IFFRB
|
|
73
73
|
|
|
74
74
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mVerify Test Contract V1 VID
|
|
75
75
|
[22m[39m✅ Test Contract V1 vid value: [33m1[39m
|
|
@@ -82,7 +82,7 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
82
82
|
[22m[39m💰 Upload transaction fee: 25125774 stroops (2.5125774 XLM)
|
|
83
83
|
|
|
84
84
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mUpload Test Contract V2 WASM
|
|
85
|
-
[22m[39m⏰ WASM TTL: live until ledger
|
|
85
|
+
[22m[39m⏰ WASM TTL: live until ledger 124280 (120959 ledgers remaining, ~7.00 days)
|
|
86
86
|
|
|
87
87
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mUpload Test Contract V2 WASM
|
|
88
88
|
[22m[39m✅ Test Contract V2 WASM uploaded, hash: 6f9270ce050cc6870f867279586cd7a9748c5d231dbe8f5d732306c56ea3e536
|
|
@@ -93,19 +93,19 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
93
93
|
|
|
94
94
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mSet Upgrader on DVN
|
|
95
95
|
[22m[39m
|
|
96
|
-
📋 Addresses needing to sign: [ [32m'
|
|
96
|
+
📋 Addresses needing to sign: [ [32m'CAVRYG2DDSNECWYHLK5QYAGNUGXEUNG6YROIZ5U6TUWKFUUPBO3IFFRB'[39m ]
|
|
97
97
|
|
|
98
98
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mSet Upgrader on DVN
|
|
99
99
|
[22m[39m
|
|
100
100
|
🌳 DVN Auth Entry Tree:
|
|
101
|
-
📞
|
|
101
|
+
📞 CAVRYG2DDSNECWYHLK5QYAGNUGXEUNG6YROIZ5U6TUWKFUUPBO3IFFRB...set_upgrader()
|
|
102
102
|
|
|
103
|
-
📝 Signature payload (soroban auth hash):
|
|
104
|
-
✍️ Admin Ed25519 signature created:
|
|
105
|
-
📝 Call hash for multisig:
|
|
103
|
+
📝 Signature payload (soroban auth hash): c0b868f99cca0943441db74075172b1582bfd427fe4ea06b9e7d0eb57b1e4040
|
|
104
|
+
✍️ Admin Ed25519 signature created: 74bd94d1a0822845c511d6ba461467e0...
|
|
105
|
+
📝 Call hash for multisig: b377592ef3cb915398be242b2040ccb1e71ce5809c252121f4b435f63465a77f
|
|
106
106
|
|
|
107
107
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mSet Upgrader on DVN
|
|
108
|
-
[22m[39m✍️ Multisig signature created:
|
|
108
|
+
[22m[39m✍️ Multisig signature created: 46828edd2c51477a4f836030741bb745...
|
|
109
109
|
|
|
110
110
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mSet Upgrader on DVN
|
|
111
111
|
[22m[39m
|
|
@@ -118,11 +118,11 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
118
118
|
[22m[39m✅ Final simulation complete
|
|
119
119
|
|
|
120
120
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mSet Upgrader on DVN
|
|
121
|
-
[22m[39m✅ Upgrader set on DVN to:
|
|
121
|
+
[22m[39m✅ Upgrader set on DVN to: CADUOCX2LMZQ5JRAWVYIA5VJTSV5WQIQPHFY55EO6LW5ST2RHFMN3GLZ
|
|
122
122
|
|
|
123
123
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can Upgrade DVN with Multisig Auth
|
|
124
124
|
[22m[39m🔄 Testing upgrader contract call...
|
|
125
|
-
Contract address:
|
|
125
|
+
Contract address: CAVRYG2DDSNECWYHLK5QYAGNUGXEUNG6YROIZ5U6TUWKFUUPBO3IFFRB
|
|
126
126
|
New WASM hash: 6f9270ce050cc6870f867279586cd7a9748c5d231dbe8f5d732306c56ea3e536
|
|
127
127
|
|
|
128
128
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can Upgrade DVN with Multisig Auth
|
|
@@ -131,21 +131,21 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
131
131
|
|
|
132
132
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can Upgrade DVN with Multisig Auth
|
|
133
133
|
[22m[39m
|
|
134
|
-
📋 Addresses needing to sign: [ [32m'
|
|
134
|
+
📋 Addresses needing to sign: [ [32m'CAVRYG2DDSNECWYHLK5QYAGNUGXEUNG6YROIZ5U6TUWKFUUPBO3IFFRB'[39m ]
|
|
135
135
|
|
|
136
136
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can Upgrade DVN with Multisig Auth
|
|
137
137
|
[22m[39m
|
|
138
138
|
🌳 DVN Auth Entry Tree:
|
|
139
|
-
📞
|
|
140
|
-
📞
|
|
141
|
-
📞
|
|
139
|
+
📞 CADUOCX2LMZQ5JRAWVYIA5VJTSV5WQIQPHFY55EO6LW5ST2RHFMN3GLZ...upgrade_and_migrate()
|
|
140
|
+
📞 CAVRYG2DDSNECWYHLK5QYAGNUGXEUNG6YROIZ5U6TUWKFUUPBO3IFFRB...upgrade()
|
|
141
|
+
📞 CAVRYG2DDSNECWYHLK5QYAGNUGXEUNG6YROIZ5U6TUWKFUUPBO3IFFRB...migrate()
|
|
142
142
|
|
|
143
|
-
📝 Signature payload (soroban auth hash):
|
|
144
|
-
✍️ Admin Ed25519 signature created:
|
|
145
|
-
📝 Call hash for multisig:
|
|
143
|
+
📝 Signature payload (soroban auth hash): 710e61b8acbd5f7618d8a3450287f5e04f7a6634d6081194469952300c344047
|
|
144
|
+
✍️ Admin Ed25519 signature created: b328ece019e838168b1ef9e64e91cb75...
|
|
145
|
+
📝 Call hash for multisig: e97a07c1879b6e42e8dbda2168a000e7c435a10b03194e230ed89f7234ea275b
|
|
146
146
|
|
|
147
147
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can Upgrade DVN with Multisig Auth
|
|
148
|
-
[22m[39m✍️ Multisig signature created:
|
|
148
|
+
[22m[39m✍️ Multisig signature created: b163a33d105a7f7fe9f2a199bd03a32b...
|
|
149
149
|
|
|
150
150
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can Upgrade DVN with Multisig Auth
|
|
151
151
|
[22m[39m
|
|
@@ -166,18 +166,18 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
166
166
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mVerify Test Contract V1 Methods Still Work After Upgrade
|
|
167
167
|
[22m[39m✅ Test Contract V2 vid value (from V1): [33m1[39m
|
|
168
168
|
|
|
169
|
-
[32m✓[39m test/upgrader.test.ts [2m([22m[2m8 tests[22m[2m)[22m[33m
|
|
170
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy Upgrader Contract [33m
|
|
171
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy DVN Contract V1 [33m
|
|
172
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mUpload Test Contract V2 WASM [33m
|
|
173
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mSet Upgrader on DVN [33m
|
|
174
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mTest Upgrader Contract Can Upgrade DVN with Multisig Auth [33m
|
|
169
|
+
[32m✓[39m test/upgrader.test.ts [2m([22m[2m8 tests[22m[2m)[22m[33m 10210[2mms[22m[39m
|
|
170
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy Upgrader Contract [33m 2158[2mms[22m[39m
|
|
171
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy DVN Contract V1 [33m 4634[2mms[22m[39m
|
|
172
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mUpload Test Contract V2 WASM [33m 1070[2mms[22m[39m
|
|
173
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mSet Upgrader on DVN [33m 1133[2mms[22m[39m
|
|
174
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mTest Upgrader Contract Can Upgrade DVN with Multisig Auth [33m 1143[2mms[22m[39m
|
|
175
175
|
|
|
176
176
|
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
177
177
|
[2m Tests [22m [1m[32m16 passed[39m[22m[90m (16)[39m
|
|
178
178
|
[2mType Errors [22m [2mno errors[22m
|
|
179
|
-
[2m Start at [22m
|
|
180
|
-
[2m Duration [22m
|
|
179
|
+
[2m Start at [22m 23:42:39
|
|
180
|
+
[2m Duration [22m 49.59s[2m (transform 172ms, setup 0ms, collect 403ms, tests 10.21s, environment 1ms, prepare 77ms, typecheck 1.73s)[22m
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
========================================
|