@layerzerolabs/lz-v2-stellar-sdk 1.2.25 → 1.2.26
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 +29 -29
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +32 -32
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
🔧 Syncing Rust toolchain: rustup toolchain install 1.90.0 --no-self-update
|
|
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-IrtSvM
|
|
15
15
|
📦 Copied 19 workspace package source(s)
|
|
16
16
|
📦 Scoped workspace pruner: stellar
|
|
17
17
|
📦 Stellar scoped-workspace pruner selected files from 4 workspace dependency package(s).
|
|
18
18
|
📦 Using 4 default volume(s) for stellar
|
|
19
19
|
🔧 User volumes override 1 default volume(s)
|
|
20
|
-
(node:
|
|
20
|
+
(node:104309) [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.
|
|
21
21
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
22
22
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
23
23
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
24
24
|
📦 Docker volumes:
|
|
25
|
-
-v /tmp/lz-scoped-workspace-
|
|
25
|
+
-v /tmp/lz-scoped-workspace-IrtSvM:/workspace
|
|
26
26
|
-v /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk:/workspace/contracts/protocol/stellar/sdk
|
|
27
27
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
28
28
|
-v lz-tooling-cache-stellar-rustup-linux-amd64:/cache/rustup
|
|
@@ -31,29 +31,29 @@ To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-in
|
|
|
31
31
|
-v /home/runner/.sccache:/cache/sccache
|
|
32
32
|
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
33
33
|
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 true
|
|
34
|
-
$ docker container rm
|
|
34
|
+
$ docker container rm 5768c56bea6f450bbcfc0410d2f1c5ae8d3a095643e3bb9329c54b4511937909
|
|
35
35
|
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 (linux/amd64)
|
|
36
36
|
👤 Running container as UID:GID 1001:1001
|
|
37
37
|
🌍 Using 5 default environment variable(s) for stellar
|
|
38
38
|
🌍 Using 1 custom environment variable(s)
|
|
39
39
|
📜 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
|
|
40
40
|
🔒 Acquired lock for @layerzerolabs/lz-v2-stellar-sdk at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup-linux-amd64
|
|
41
|
-
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e RUSTUP_TOOLCHAIN=1.90.0 -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-
|
|
41
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e RUSTUP_TOOLCHAIN=1.90.0 -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-IrtSvM:/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'
|
|
42
42
|
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
43
43
|
|
|
44
44
|
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
45
45
|
|
|
46
|
-
⏳ 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:
|
|
46
|
+
⏳ 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: 556.561ms
|
|
47
47
|
🔓 Released lock for @layerzerolabs/lz-v2-stellar-sdk at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup-linux-amd64
|
|
48
48
|
✅ stellar-25.1.0 (Latest stable release)
|
|
49
49
|
🔧 stellar version: 25.1.0
|
|
50
|
-
📦 Using scoped workspace: /tmp/lz-scoped-workspace-
|
|
50
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-a6GcoK
|
|
51
51
|
📦 Copied 19 workspace package source(s)
|
|
52
52
|
📦 Scoped workspace pruner: stellar
|
|
53
53
|
📦 Stellar scoped-workspace pruner selected files from 4 workspace dependency package(s).
|
|
54
54
|
📦 Using 4 default volume(s) for stellar
|
|
55
55
|
📦 Docker volumes:
|
|
56
|
-
-v /tmp/lz-scoped-workspace-
|
|
56
|
+
-v /tmp/lz-scoped-workspace-a6GcoK:/workspace
|
|
57
57
|
-v /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk:/workspace/contracts/protocol/stellar/sdk
|
|
58
58
|
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
59
59
|
-v lz-tooling-cache-stellar-config-linux-amd64:/cache/stellar
|
|
@@ -62,66 +62,66 @@ info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
|
62
62
|
-v /home/runner/.sccache:/cache/sccache
|
|
63
63
|
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2
|
|
64
64
|
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 true
|
|
65
|
-
$ docker container rm
|
|
65
|
+
$ docker container rm d19a310b6e23287b54261291384ff22e2638d556b4d8c1fb04f7e179de55ba70
|
|
66
66
|
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-2 (linux/amd64)
|
|
67
67
|
👤 Running container as UID:GID 1001:1001
|
|
68
68
|
🌍 Using 5 default environment variable(s) for stellar
|
|
69
69
|
🌍 Using 1 custom environment variable(s)
|
|
70
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 RUSTUP_TOOLCHAIN=1.90.0 -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-
|
|
71
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e RUSTUP_TOOLCHAIN=1.90.0 -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-a6GcoK:/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
72
|
Compiling unicode-ident v1.0.24
|
|
73
73
|
Compiling proc-macro2 v1.0.106
|
|
74
74
|
Compiling quote v1.0.44
|
|
75
75
|
Compiling zmij v1.0.21
|
|
76
|
-
Compiling serde_core v1.0.228
|
|
77
76
|
Compiling serde_json v1.0.149
|
|
77
|
+
Compiling serde_core v1.0.228
|
|
78
78
|
Compiling typenum v1.19.0
|
|
79
79
|
Compiling itoa v1.0.17
|
|
80
|
-
Compiling memchr v2.8.0
|
|
81
80
|
Compiling version_check v0.9.5
|
|
81
|
+
Compiling memchr v2.8.0
|
|
82
82
|
Compiling serde v1.0.228
|
|
83
|
+
Compiling strsim v0.11.1
|
|
83
84
|
Compiling fnv v1.0.7
|
|
84
85
|
Compiling ident_case v1.0.1
|
|
85
|
-
Compiling strsim v0.11.1
|
|
86
|
-
Compiling equivalent v1.0.2
|
|
87
86
|
Compiling hashbrown v0.16.1
|
|
87
|
+
Compiling equivalent v1.0.2
|
|
88
88
|
Compiling schemars v0.8.22
|
|
89
89
|
Compiling cfg-if v1.0.4
|
|
90
90
|
Compiling cpufeatures v0.2.17
|
|
91
91
|
Compiling dyn-clone v1.0.20
|
|
92
|
-
Compiling thiserror v1.0.69
|
|
93
92
|
Compiling data-encoding v2.10.0
|
|
93
|
+
Compiling thiserror v1.0.69
|
|
94
94
|
Compiling ethnum v1.5.2
|
|
95
|
-
Compiling prettyplease v0.2.37
|
|
96
95
|
Compiling escape-bytes v0.1.1
|
|
97
|
-
Compiling
|
|
96
|
+
Compiling prettyplease v0.2.37
|
|
98
97
|
Compiling semver v1.0.27
|
|
99
|
-
Compiling
|
|
100
|
-
Compiling toml_write v0.1.2
|
|
101
|
-
Compiling glob v0.3.3
|
|
98
|
+
Compiling base64 v0.22.1
|
|
102
99
|
Compiling anyhow v1.0.102
|
|
103
|
-
Compiling either v1.15.0
|
|
104
100
|
Compiling winnow v0.7.14
|
|
101
|
+
Compiling glob v0.3.3
|
|
102
|
+
Compiling toml_write v0.1.2
|
|
103
|
+
Compiling opaque-debug v0.3.1
|
|
104
|
+
Compiling either v1.15.0
|
|
105
105
|
Compiling heck v0.4.1
|
|
106
106
|
Compiling base64 v0.21.7
|
|
107
|
-
Compiling generic-array v0.14.7
|
|
108
107
|
Compiling indexmap v2.13.0
|
|
109
|
-
Compiling
|
|
108
|
+
Compiling generic-array v0.14.7
|
|
110
109
|
Compiling wasmparser v0.116.1
|
|
110
|
+
Compiling itertools v0.10.5
|
|
111
111
|
Compiling syn v2.0.117
|
|
112
|
-
Compiling include_dir_macros v0.7.4
|
|
113
|
-
Compiling block-buffer v0.10.4
|
|
114
112
|
Compiling crypto-common v0.1.7
|
|
115
|
-
Compiling block-buffer v0.
|
|
113
|
+
Compiling block-buffer v0.10.4
|
|
116
114
|
Compiling digest v0.9.0
|
|
115
|
+
Compiling block-buffer v0.9.0
|
|
117
116
|
Compiling digest v0.10.7
|
|
118
117
|
Compiling sha2 v0.9.9
|
|
118
|
+
Compiling include_dir_macros v0.7.4
|
|
119
119
|
Compiling sha2 v0.10.9
|
|
120
120
|
Compiling include_dir v0.7.4
|
|
121
121
|
Compiling darling_core v0.21.3
|
|
122
122
|
Compiling serde_derive v1.0.228
|
|
123
|
-
Compiling thiserror-impl v1.0.69
|
|
124
123
|
Compiling cfg_eval v0.1.2
|
|
124
|
+
Compiling thiserror-impl v1.0.69
|
|
125
125
|
Compiling darling_macro v0.21.3
|
|
126
126
|
Compiling darling v0.21.3
|
|
127
127
|
Compiling serde_with_macros v3.17.0
|
|
@@ -137,7 +137,7 @@ $ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-ga
|
|
|
137
137
|
Compiling soroban-spec v25.1.1
|
|
138
138
|
Compiling soroban-spec-typescript v25.1.0
|
|
139
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.
|
|
140
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.28s
|
|
141
141
|
Running `/workspace/packages/vms/stellar/ts-bindings-gen/target/debug/stellar-ts-bindings-gen --config ts-bindings-gen.toml`
|
|
142
142
|
Generating TypeScript bindings for 13 contract(s)...
|
|
143
143
|
|
|
@@ -236,4 +236,4 @@ Generated files in src/generated:
|
|
|
236
236
|
- executor_helper.ts
|
|
237
237
|
- price_feed.ts
|
|
238
238
|
- layerzero_view.ts
|
|
239
|
-
⏳ bash -c cargo run --manifest-path ../../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml:
|
|
239
|
+
⏳ bash -c cargo run --manifest-path ../../../../packages/vms/stellar/ts-bindings-gen/Cargo.toml -- --config ts-bindings-gen.toml: 7.845s
|
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:282665) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1785546998497 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
|
@@ -35,19 +35,19 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
35
35
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
36
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
|
|
38
39
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
39
|
-
[22m[39m⏰ WASM TTL: live until ledger
|
|
40
|
+
[22m[39m⏰ WASM TTL: live until ledger 124270 (120959 ledgers remaining, ~7.00 days)
|
|
40
41
|
|
|
41
42
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
42
43
|
[22m[39m✅ WASM uploaded, hash: d9a4b7eb64589f35cae684a0acb0a957af2182c0aa4e67581a666b341b27847f
|
|
43
44
|
🚀 Deploying contract...
|
|
44
45
|
|
|
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: CAZ6BP63DIZE6YRXXCHINX6F6UVSXWBCMZ43JLQ7FB2HV7PXLTOIOOIV
|
|
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: CAZ6BP63DIZE6YRXXCHINX6F6UVSXWBCMZ43JLQ7FB2HV7PXLTOIOOIV
|
|
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
53
|
[22m[39m📖 Reading Test Contract V1 WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/contracts/.artifacts/dvn.wasm
|
|
@@ -59,17 +59,17 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
59
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 124273 (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
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: CCQI6K5TCGXLRICXPCNKTFRSUYBO7HBOYSA256PJ3CVSKDCWODBKV2TX
|
|
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: CCQI6K5TCGXLRICXPCNKTFRSUYBO7HBOYSA256PJ3CVSKDCWODBKV2TX
|
|
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 124277 (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'CCQI6K5TCGXLRICXPCNKTFRSUYBO7HBOYSA256PJ3CVSKDCWODBKV2TX'[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
|
+
📞 CCQI6K5TCGXLRICXPCNKTFRSUYBO7HBOYSA256PJ3CVSKDCWODBKV2TX...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): 25659714d9cec87aeb4d1a4da09a865f3243c567c06e78ea07e2378208c9c991
|
|
104
|
+
✍️ Admin Ed25519 signature created: 1bd0e406d18c06f83c41d09a559bc9c3...
|
|
105
|
+
📝 Call hash for multisig: efc1b67779bbce7d364a577c908b71bd66a339aa8d2eff67ff1de0403e45b511
|
|
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: 39400dd3c0b1c7893ebdf4a8b36f7d14...
|
|
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: CAZ6BP63DIZE6YRXXCHINX6F6UVSXWBCMZ43JLQ7FB2HV7PXLTOIOOIV
|
|
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: CCQI6K5TCGXLRICXPCNKTFRSUYBO7HBOYSA256PJ3CVSKDCWODBKV2TX
|
|
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'CCQI6K5TCGXLRICXPCNKTFRSUYBO7HBOYSA256PJ3CVSKDCWODBKV2TX'[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
|
+
📞 CAZ6BP63DIZE6YRXXCHINX6F6UVSXWBCMZ43JLQ7FB2HV7PXLTOIOOIV...upgrade_and_migrate()
|
|
140
|
+
📞 CCQI6K5TCGXLRICXPCNKTFRSUYBO7HBOYSA256PJ3CVSKDCWODBKV2TX...upgrade()
|
|
141
|
+
📞 CCQI6K5TCGXLRICXPCNKTFRSUYBO7HBOYSA256PJ3CVSKDCWODBKV2TX...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): 37f3f0b1450d9e938334435d2cd36cd1404a048884e76b637109f668fcb1efaf
|
|
144
|
+
✍️ Admin Ed25519 signature created: 7b655050502b91c7ea77008372109bfc...
|
|
145
|
+
📝 Call hash for multisig: 04f54e2d7a652d7c830779b6eac67912d2bf998cd1b6d5cd0b374695d348fc08
|
|
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: 90bfb8653f5eaef01f645774c1d6165a...
|
|
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 13120[2mms[22m[39m
|
|
170
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy Upgrader Contract [33m 3212[2mms[22m[39m
|
|
171
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy DVN Contract V1 [33m 4704[2mms[22m[39m
|
|
172
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mUpload Test Contract V2 WASM [33m 1095[2mms[22m[39m
|
|
173
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mSet Upgrader on DVN [33m 2723[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 1274[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 01:24:42
|
|
180
|
+
[2m Duration [22m 53.71s[2m (transform 369ms, setup 0ms, collect 489ms, tests 13.12s, environment 0ms, prepare 96ms, typecheck 2.49s)[22m
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
========================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-v2-stellar-sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "TypeScript SDK bindings for LayerZero V2 Stellar protocol contracts (EndpointV2, ULN302, workers, views, …)",
|
|
6
6
|
"repository": {
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"typescript": "^6.0.3",
|
|
21
21
|
"vitest": "^3.2.6",
|
|
22
|
-
"@layerzerolabs/
|
|
23
|
-
"@layerzerolabs/
|
|
24
|
-
"@layerzerolabs/
|
|
25
|
-
"@layerzerolabs/
|
|
26
|
-
"@layerzerolabs/
|
|
27
|
-
"@layerzerolabs/
|
|
22
|
+
"@layerzerolabs/stellar-ts-bindings-gen": "1.2.26",
|
|
23
|
+
"@layerzerolabs/typescript-configuration": "1.2.26",
|
|
24
|
+
"@layerzerolabs/test-utils-stellar": "1.2.26",
|
|
25
|
+
"@layerzerolabs/vitest-configuration": "1.2.26",
|
|
26
|
+
"@layerzerolabs/common-node-utils": "1.2.26",
|
|
27
|
+
"@layerzerolabs/protocol-stellar-v2": "1.2.26"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public",
|