@layerzerolabs/lz-v2-stellar-sdk 0.2.28 → 0.2.30
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-test.log +512 -351
- package/dist/generated/bml.d.ts +3 -9
- package/dist/generated/bml.js +6 -7
- package/dist/generated/counter.d.ts +22 -28
- package/dist/generated/counter.js +11 -12
- package/dist/generated/dvn.d.ts +36 -54
- package/dist/generated/dvn.js +10 -15
- package/dist/generated/dvn_fee_lib.d.ts +3 -21
- package/dist/generated/dvn_fee_lib.js +6 -11
- package/dist/generated/endpoint.d.ts +3 -9
- package/dist/generated/endpoint.js +6 -7
- package/dist/generated/executor.d.ts +80 -54
- package/dist/generated/executor.js +16 -16
- package/dist/generated/executor_fee_lib.d.ts +3 -21
- package/dist/generated/executor_fee_lib.js +6 -11
- package/dist/generated/executor_helper.d.ts +36 -42
- package/dist/generated/executor_helper.js +9 -10
- package/dist/generated/layerzero_view.d.ts +20 -32
- package/dist/generated/layerzero_view.js +25 -26
- package/dist/generated/oft.d.ts +147 -79
- package/dist/generated/oft.js +47 -54
- package/dist/generated/price_feed.d.ts +20 -38
- package/dist/generated/price_feed.js +15 -20
- package/dist/generated/sac_manager.d.ts +1309 -0
- package/dist/generated/sac_manager.js +484 -0
- package/dist/generated/sml.d.ts +3 -9
- package/dist/generated/sml.js +6 -7
- package/dist/generated/treasury.d.ts +3 -9
- package/dist/generated/treasury.js +8 -9
- package/dist/generated/uln302.d.ts +20 -20
- package/dist/generated/uln302.js +25 -22
- package/dist/generated/upgrader.d.ts +3 -9
- package/dist/generated/upgrader.js +6 -7
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +5 -5
- package/src/generated/bml.ts +7 -8
- package/src/generated/counter.ts +26 -27
- package/src/generated/dvn.ts +25 -42
- package/src/generated/dvn_fee_lib.ts +7 -24
- package/src/generated/endpoint.ts +7 -8
- package/src/generated/executor.ts +72 -45
- package/src/generated/executor_fee_lib.ts +7 -24
- package/src/generated/executor_helper.ts +25 -26
- package/src/generated/layerzero_view.ts +35 -48
- package/src/generated/oft.ts +163 -103
- package/src/generated/price_feed.ts +17 -34
- package/src/generated/sac_manager.ts +1296 -0
- package/src/generated/sml.ts +7 -8
- package/src/generated/treasury.ts +13 -14
- package/src/generated/uln302.ts +35 -32
- package/src/generated/upgrader.ts +7 -8
- package/src/index.ts +1 -0
- package/test/oft-sml.test.ts +7 -5
- package/test/sac-manager-redistribution.test.ts +578 -0
- package/test/suites/globalSetup.ts +11 -6
- package/test/test_data/test_upgradeable_dvn.wasm +0 -0
- package/test/upgrader.test.ts +75 -202
- package/test/utils.ts +40 -0
package/.turbo/turbo-test.log
CHANGED
|
@@ -64,6 +64,7 @@ Error response from daemon: No such container: stellar-localnet
|
|
|
64
64
|
⏳ [104s] Waiting for friendbot to fund DEFAULT_DEPLOYER...
|
|
65
65
|
⏳ [106s] Waiting for friendbot to fund DEFAULT_DEPLOYER...
|
|
66
66
|
⏳ [108s] Waiting for friendbot to fund DEFAULT_DEPLOYER...
|
|
67
|
+
⏳ [110s] Waiting for friendbot to fund DEFAULT_DEPLOYER...
|
|
67
68
|
✅ Account DEFAULT_DEPLOYER (GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3O5FHM) funded
|
|
68
69
|
✅ Account ZRO_DISTRIBUTOR (GCG7WDMXVXFSVIZOO3VWZTSWS3UL4ZEFAC3JTCRJEUFD4KUSY7FEGLOB) funded
|
|
69
70
|
✅ Account EXECUTOR_ADMIN (GC72DFYB5KMI4IHRX63L3PTJ73XCZD6NM5BLHQOHNNJKNZVIIVMK3RTH) funded
|
|
@@ -83,205 +84,209 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
83
84
|
🚀 [Chain A] Deploying Endpoint (EID: 30401)...
|
|
84
85
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/endpoint_v2.wasm
|
|
85
86
|
📤 Uploading WASM...
|
|
86
|
-
📦 WASM buffer size:
|
|
87
|
-
💰 Upload transaction fee:
|
|
87
|
+
📦 WASM buffer size: 57964 bytes (56.61 KB)
|
|
88
|
+
💰 Upload transaction fee: 31519953 stroops (3.1519953 XLM)
|
|
88
89
|
⏰ WASM TTL: live until ledger 121072 (120959 ledgers remaining, ~7.00 days)
|
|
89
|
-
✅ WASM uploaded, hash:
|
|
90
|
+
✅ WASM uploaded, hash: c824544e1262d9b1b8fbe1454782087d4ab39884e5e332145477a46600ba3b45
|
|
90
91
|
🚀 Deploying contract...
|
|
91
|
-
✅ Contract deployed at:
|
|
92
|
-
✅ [Chain A] Endpoint deployed:
|
|
92
|
+
✅ Contract deployed at: CBTIPIW4WM5AR5D7KDSPBUDO4EN2ZYJ7HUPGF7TYSVUCUH7YS4POBVW7
|
|
93
|
+
✅ [Chain A] Endpoint deployed: CBTIPIW4WM5AR5D7KDSPBUDO4EN2ZYJ7HUPGF7TYSVUCUH7YS4POBVW7
|
|
93
94
|
🚀 [Chain A] Deploying Treasury...
|
|
94
95
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/treasury.wasm
|
|
95
96
|
📤 Uploading WASM...
|
|
96
|
-
📦 WASM buffer size:
|
|
97
|
-
💰 Upload transaction fee:
|
|
98
|
-
⏰ WASM TTL: live until ledger
|
|
99
|
-
✅ WASM uploaded, hash:
|
|
97
|
+
📦 WASM buffer size: 28356 bytes (27.69 KB)
|
|
98
|
+
💰 Upload transaction fee: 11734645 stroops (1.1734645 XLM)
|
|
99
|
+
⏰ WASM TTL: live until ledger 121074 (120959 ledgers remaining, ~7.00 days)
|
|
100
|
+
✅ WASM uploaded, hash: 66d8646f66f024da9a44979f73a2100ccca2b52e25ed69b0241b8d96d95e32a2
|
|
100
101
|
🚀 Deploying contract...
|
|
101
|
-
✅ Contract deployed at:
|
|
102
|
-
✅ [Chain A] Treasury deployed:
|
|
102
|
+
✅ Contract deployed at: CBRO5MIMHQQYSNG6U6CLTE2ZARW65IJC4TEAJF2CVJEFSHCX7A6B757P
|
|
103
|
+
✅ [Chain A] Treasury deployed: CBRO5MIMHQQYSNG6U6CLTE2ZARW65IJC4TEAJF2CVJEFSHCX7A6B757P
|
|
103
104
|
🚀 [Chain A] Deploying ULN302...
|
|
104
105
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/uln302.wasm
|
|
105
106
|
📤 Uploading WASM...
|
|
106
|
-
📦 WASM buffer size:
|
|
107
|
-
💰 Upload transaction fee:
|
|
108
|
-
⏰ WASM TTL: live until ledger
|
|
109
|
-
✅ WASM uploaded, hash:
|
|
107
|
+
📦 WASM buffer size: 59413 bytes (58.02 KB)
|
|
108
|
+
💰 Upload transaction fee: 32236115 stroops (3.2236115 XLM)
|
|
109
|
+
⏰ WASM TTL: live until ledger 121078 (120959 ledgers remaining, ~7.00 days)
|
|
110
|
+
✅ WASM uploaded, hash: 30c73aa82b858c5193bba531e61e85f6a45e1bceebfe392a33ddf066c3c73d10
|
|
110
111
|
🚀 Deploying contract...
|
|
111
|
-
✅ Contract deployed at:
|
|
112
|
-
✅ [Chain A] ULN302 deployed:
|
|
112
|
+
✅ Contract deployed at: CD6HWYX3ATS6YIKBWNDUZAI7LQ4EAGIWB4TNLAOPGNDPQDTQKZXY3ZUN
|
|
113
|
+
✅ [Chain A] ULN302 deployed: CD6HWYX3ATS6YIKBWNDUZAI7LQ4EAGIWB4TNLAOPGNDPQDTQKZXY3ZUN
|
|
113
114
|
🚀 [Chain A] Deploying SimpleMessageLib...
|
|
114
115
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/simple_message_lib.wasm
|
|
115
116
|
📤 Uploading WASM...
|
|
116
|
-
📦 WASM buffer size:
|
|
117
|
-
💰 Upload transaction fee:
|
|
118
|
-
⏰ WASM TTL: live until ledger
|
|
119
|
-
✅ WASM uploaded, hash:
|
|
117
|
+
📦 WASM buffer size: 29777 bytes (29.08 KB)
|
|
118
|
+
💰 Upload transaction fee: 13635342 stroops (1.3635342 XLM)
|
|
119
|
+
⏰ WASM TTL: live until ledger 121080 (120959 ledgers remaining, ~7.00 days)
|
|
120
|
+
✅ WASM uploaded, hash: 642d224fb11c748d1ee77d8806b37179d1ecb0d015c287846cbe67d06fc7a234
|
|
120
121
|
🚀 Deploying contract...
|
|
121
|
-
✅ Contract deployed at:
|
|
122
|
-
✅ [Chain A] SimpleMessageLib deployed:
|
|
122
|
+
✅ Contract deployed at: CDWXKRXHMJ6TPNMLJJHQJO4JN4PVGAMRWP3EKPHGSA6LEV2ZGNWS24RZ
|
|
123
|
+
✅ [Chain A] SimpleMessageLib deployed: CDWXKRXHMJ6TPNMLJJHQJO4JN4PVGAMRWP3EKPHGSA6LEV2ZGNWS24RZ
|
|
123
124
|
🚀 [Chain A] Deploying Price Feed...
|
|
124
125
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/price_feed.wasm
|
|
125
126
|
📤 Uploading WASM...
|
|
126
|
-
📦 WASM buffer size:
|
|
127
|
-
💰 Upload transaction fee:
|
|
128
|
-
⏰ WASM TTL: live until ledger
|
|
129
|
-
✅ WASM uploaded, hash:
|
|
127
|
+
📦 WASM buffer size: 32620 bytes (31.86 KB)
|
|
128
|
+
💰 Upload transaction fee: 17693425 stroops (1.7693425 XLM)
|
|
129
|
+
⏰ WASM TTL: live until ledger 121082 (120959 ledgers remaining, ~7.00 days)
|
|
130
|
+
✅ WASM uploaded, hash: ab9176962cf62cbebe2c90fe34119474956b6766cd817b415ccd39bb0c905d4c
|
|
130
131
|
🚀 Deploying contract...
|
|
131
|
-
✅ Contract deployed at:
|
|
132
|
-
✅ [Chain A] Price Feed deployed:
|
|
132
|
+
✅ Contract deployed at: CBPVC3DLV7OBV5HNRQ2XLV4WDX4SDY4JGSFB6SHPFIKJSSJYCKXKGMYX
|
|
133
|
+
✅ [Chain A] Price Feed deployed: CBPVC3DLV7OBV5HNRQ2XLV4WDX4SDY4JGSFB6SHPFIKJSSJYCKXKGMYX
|
|
133
134
|
🚀 [Chain A] Deploying Executor Fee Lib...
|
|
134
135
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor_fee_lib.wasm
|
|
135
136
|
📤 Uploading WASM...
|
|
136
|
-
📦 WASM buffer size:
|
|
137
|
-
💰 Upload transaction fee:
|
|
138
|
-
⏰ WASM TTL: live until ledger
|
|
139
|
-
✅ WASM uploaded, hash:
|
|
137
|
+
📦 WASM buffer size: 34412 bytes (33.61 KB)
|
|
138
|
+
💰 Upload transaction fee: 14375512 stroops (1.4375512 XLM)
|
|
139
|
+
⏰ WASM TTL: live until ledger 121084 (120959 ledgers remaining, ~7.00 days)
|
|
140
|
+
✅ WASM uploaded, hash: b137cb577e25ef63f94b0aa305d094a6f190cbc27ba47e1fe7d4deb7589d141e
|
|
140
141
|
🚀 Deploying contract...
|
|
141
|
-
✅ Contract deployed at:
|
|
142
|
-
✅ [Chain A] Executor Fee Lib deployed:
|
|
142
|
+
✅ Contract deployed at: CC7FD6CGBK5IFR7MDYPP4CPH7D4GQBXOXRHJPNLFNOJV4F3VEJUZ73NE
|
|
143
|
+
✅ [Chain A] Executor Fee Lib deployed: CC7FD6CGBK5IFR7MDYPP4CPH7D4GQBXOXRHJPNLFNOJV4F3VEJUZ73NE
|
|
143
144
|
🚀 [Chain A] Deploying DVN Fee Lib...
|
|
144
145
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/dvn_fee_lib.wasm
|
|
145
146
|
📤 Uploading WASM...
|
|
146
|
-
📦 WASM buffer size:
|
|
147
|
-
💰 Upload transaction fee:
|
|
148
|
-
⏰ WASM TTL: live until ledger
|
|
149
|
-
✅ WASM uploaded, hash:
|
|
147
|
+
📦 WASM buffer size: 21527 bytes (21.02 KB)
|
|
148
|
+
💰 Upload transaction fee: 11417017 stroops (1.1417017 XLM)
|
|
149
|
+
⏰ WASM TTL: live until ledger 121088 (120959 ledgers remaining, ~7.00 days)
|
|
150
|
+
✅ WASM uploaded, hash: 98e9e88c442664414fc8e5500220befe2f1abad3748a713dc5aec83c8b21eb57
|
|
150
151
|
🚀 Deploying contract...
|
|
151
|
-
✅ Contract deployed at:
|
|
152
|
-
✅ [Chain A] DVN Fee Lib deployed:
|
|
152
|
+
✅ Contract deployed at: CBTAYJZ656DVEKODPSQNDFAWT7W7AA5PCR2QDQ5TU6TYXJQ2NOUYOZ2H
|
|
153
|
+
✅ [Chain A] DVN Fee Lib deployed: CBTAYJZ656DVEKODPSQNDFAWT7W7AA5PCR2QDQ5TU6TYXJQ2NOUYOZ2H
|
|
153
154
|
🚀 [Chain A] Deploying DVN...
|
|
154
155
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/dvn.wasm
|
|
155
156
|
📤 Uploading WASM...
|
|
156
|
-
📦 WASM buffer size:
|
|
157
|
-
💰 Upload transaction fee:
|
|
158
|
-
⏰ WASM TTL: live until ledger
|
|
159
|
-
✅ WASM uploaded, hash:
|
|
157
|
+
📦 WASM buffer size: 55851 bytes (54.54 KB)
|
|
158
|
+
💰 Upload transaction fee: 24714950 stroops (2.4714950 XLM)
|
|
159
|
+
⏰ WASM TTL: live until ledger 121090 (120959 ledgers remaining, ~7.00 days)
|
|
160
|
+
✅ WASM uploaded, hash: 26bd42a59769e8449b65fe65b5ca636489be375c923f19a5943211834c592008
|
|
160
161
|
🚀 Deploying contract...
|
|
161
|
-
✅ Contract deployed at:
|
|
162
|
-
✅ [Chain A] DVN deployed:
|
|
162
|
+
✅ Contract deployed at: CCRE7RBKIOYYP2T32LIFG5X5JPVLATWJE6NZ2WHGBBSRS3EDIATUAGXL
|
|
163
|
+
✅ [Chain A] DVN deployed: CCRE7RBKIOYYP2T32LIFG5X5JPVLATWJE6NZ2WHGBBSRS3EDIATUAGXL
|
|
163
164
|
🚀 [Chain A] Deploying Executor Helper...
|
|
164
165
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor_helper.wasm
|
|
165
166
|
📤 Uploading WASM...
|
|
166
|
-
📦 WASM buffer size:
|
|
167
|
-
💰 Upload transaction fee:
|
|
168
|
-
⏰ WASM TTL: live until ledger
|
|
169
|
-
✅ WASM uploaded, hash:
|
|
167
|
+
📦 WASM buffer size: 24789 bytes (24.21 KB)
|
|
168
|
+
💰 Upload transaction fee: 8497673 stroops (0.8497673 XLM)
|
|
169
|
+
⏰ WASM TTL: live until ledger 121092 (120959 ledgers remaining, ~7.00 days)
|
|
170
|
+
✅ WASM uploaded, hash: db672becfdc1aeebcd4da6058632500adfea059e053ce2d332d0bdba87d200ea
|
|
170
171
|
🚀 Deploying contract...
|
|
171
|
-
✅ Contract deployed at:
|
|
172
|
-
✅ [Chain A] Executor Helper deployed:
|
|
172
|
+
✅ Contract deployed at: CBMR35VJLCEKFHENBTRZ53GXCP3JPI3OZU4WEMO4IEPYAKBMO2T6OHXT
|
|
173
|
+
✅ [Chain A] Executor Helper deployed: CBMR35VJLCEKFHENBTRZ53GXCP3JPI3OZU4WEMO4IEPYAKBMO2T6OHXT
|
|
173
174
|
🚀 [Chain A] Deploying Executor...
|
|
174
175
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor.wasm
|
|
175
176
|
📤 Uploading WASM...
|
|
176
|
-
📦 WASM buffer size:
|
|
177
|
-
💰 Upload transaction fee:
|
|
178
|
-
⏰ WASM TTL: live until ledger
|
|
179
|
-
✅ WASM uploaded, hash:
|
|
177
|
+
📦 WASM buffer size: 58254 bytes (56.89 KB)
|
|
178
|
+
💰 Upload transaction fee: 24782751 stroops (2.4782751 XLM)
|
|
179
|
+
⏰ WASM TTL: live until ledger 121096 (120959 ledgers remaining, ~7.00 days)
|
|
180
|
+
✅ WASM uploaded, hash: 8f51ceea5413e203b1d4052ce015c1783d70035cd3f8896505e349a84e3095dd
|
|
180
181
|
🚀 Deploying contract...
|
|
181
|
-
✅ Contract deployed at:
|
|
182
|
-
✅ [Chain A] Executor deployed:
|
|
182
|
+
✅ Contract deployed at: CCEJRNBUYHYXS2EYWMLELP3LHRQG7LGUGPE53NVLDAO2OYRVZWRRE5KA
|
|
183
|
+
✅ [Chain A] Executor deployed: CCEJRNBUYHYXS2EYWMLELP3LHRQG7LGUGPE53NVLDAO2OYRVZWRRE5KA
|
|
184
|
+
🚀 [Chain A] Registering Executor Helper with Executor...
|
|
185
|
+
✅ [Chain A] Executor Helper registered
|
|
183
186
|
|
|
184
187
|
--- CHAIN B (EID: 30402) ---
|
|
185
188
|
🚀 [Chain B] Deploying Endpoint (EID: 30402)...
|
|
186
189
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/endpoint_v2.wasm
|
|
187
190
|
📤 Uploading WASM...
|
|
188
|
-
📦 WASM buffer size:
|
|
189
|
-
💰 Upload transaction fee:
|
|
190
|
-
⏰ WASM TTL: live until ledger
|
|
191
|
-
✅ WASM uploaded, hash:
|
|
191
|
+
📦 WASM buffer size: 57964 bytes (56.61 KB)
|
|
192
|
+
💰 Upload transaction fee: 1284484 stroops (0.1284484 XLM)
|
|
193
|
+
⏰ WASM TTL: live until ledger 518522 (518380 ledgers remaining, ~30.00 days)
|
|
194
|
+
✅ WASM uploaded, hash: c824544e1262d9b1b8fbe1454782087d4ab39884e5e332145477a46600ba3b45
|
|
192
195
|
🚀 Deploying contract...
|
|
193
|
-
✅ Contract deployed at:
|
|
194
|
-
✅ [Chain B] Endpoint deployed:
|
|
196
|
+
✅ Contract deployed at: CAYWFDKDCUOWBHDRQUF6KKY5XYWUATHTOHWOA63YHMJNM6YOIV5QAPKG
|
|
197
|
+
✅ [Chain B] Endpoint deployed: CAYWFDKDCUOWBHDRQUF6KKY5XYWUATHTOHWOA63YHMJNM6YOIV5QAPKG
|
|
195
198
|
🚀 [Chain B] Deploying Treasury...
|
|
196
199
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/treasury.wasm
|
|
197
200
|
📤 Uploading WASM...
|
|
198
|
-
📦 WASM buffer size:
|
|
199
|
-
💰 Upload transaction fee:
|
|
200
|
-
⏰ WASM TTL: live until ledger
|
|
201
|
-
✅ WASM uploaded, hash:
|
|
201
|
+
📦 WASM buffer size: 28356 bytes (27.69 KB)
|
|
202
|
+
💰 Upload transaction fee: 651612 stroops (0.0651612 XLM)
|
|
203
|
+
⏰ WASM TTL: live until ledger 121074 (120930 ledgers remaining, ~7.00 days)
|
|
204
|
+
✅ WASM uploaded, hash: 66d8646f66f024da9a44979f73a2100ccca2b52e25ed69b0241b8d96d95e32a2
|
|
202
205
|
🚀 Deploying contract...
|
|
203
|
-
✅ Contract deployed at:
|
|
204
|
-
✅ [Chain B] Treasury deployed:
|
|
206
|
+
✅ Contract deployed at: CCC4SDSXF2UUFQINPENGQRBGSENTOGDE24MKWTH5UKK4RVUDHFHC2SBT
|
|
207
|
+
✅ [Chain B] Treasury deployed: CCC4SDSXF2UUFQINPENGQRBGSENTOGDE24MKWTH5UKK4RVUDHFHC2SBT
|
|
205
208
|
🚀 [Chain B] Deploying ULN302...
|
|
206
209
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/uln302.wasm
|
|
207
210
|
📤 Uploading WASM...
|
|
208
|
-
📦 WASM buffer size:
|
|
209
|
-
💰 Upload transaction fee:
|
|
210
|
-
⏰ WASM TTL: live until ledger
|
|
211
|
-
✅ WASM uploaded, hash:
|
|
211
|
+
📦 WASM buffer size: 59413 bytes (58.02 KB)
|
|
212
|
+
💰 Upload transaction fee: 1315512 stroops (0.1315512 XLM)
|
|
213
|
+
⏰ WASM TTL: live until ledger 121078 (120930 ledgers remaining, ~7.00 days)
|
|
214
|
+
✅ WASM uploaded, hash: 30c73aa82b858c5193bba531e61e85f6a45e1bceebfe392a33ddf066c3c73d10
|
|
212
215
|
🚀 Deploying contract...
|
|
213
|
-
✅ Contract deployed at:
|
|
214
|
-
✅ [Chain B] ULN302 deployed:
|
|
216
|
+
✅ Contract deployed at: CBVIJ472B6IXRKZDAX7YSPAWNEV4K2Q6YV6KD5LG3ON74M2IFG5DNNSG
|
|
217
|
+
✅ [Chain B] ULN302 deployed: CBVIJ472B6IXRKZDAX7YSPAWNEV4K2Q6YV6KD5LG3ON74M2IFG5DNNSG
|
|
215
218
|
🚀 [Chain B] Deploying SimpleMessageLib...
|
|
216
219
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/simple_message_lib.wasm
|
|
217
220
|
📤 Uploading WASM...
|
|
218
|
-
📦 WASM buffer size:
|
|
219
|
-
💰 Upload transaction fee:
|
|
220
|
-
⏰ WASM TTL: live until ledger
|
|
221
|
-
✅ WASM uploaded, hash:
|
|
221
|
+
📦 WASM buffer size: 29777 bytes (29.08 KB)
|
|
222
|
+
💰 Upload transaction fee: 682057 stroops (0.0682057 XLM)
|
|
223
|
+
⏰ WASM TTL: live until ledger 121080 (120929 ledgers remaining, ~7.00 days)
|
|
224
|
+
✅ WASM uploaded, hash: 642d224fb11c748d1ee77d8806b37179d1ecb0d015c287846cbe67d06fc7a234
|
|
222
225
|
🚀 Deploying contract...
|
|
223
|
-
✅ Contract deployed at:
|
|
224
|
-
✅ [Chain B] SimpleMessageLib deployed:
|
|
226
|
+
✅ Contract deployed at: CAUF6BCROTXP6YMIX4NRIYHFIYEACRDYS2VEBJ2XPCGQS43YZ3G6PDKP
|
|
227
|
+
✅ [Chain B] SimpleMessageLib deployed: CAUF6BCROTXP6YMIX4NRIYHFIYEACRDYS2VEBJ2XPCGQS43YZ3G6PDKP
|
|
225
228
|
🚀 [Chain B] Deploying Price Feed...
|
|
226
229
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/price_feed.wasm
|
|
227
230
|
📤 Uploading WASM...
|
|
228
|
-
📦 WASM buffer size:
|
|
229
|
-
💰 Upload transaction fee:
|
|
230
|
-
⏰ WASM TTL: live until ledger
|
|
231
|
-
✅ WASM uploaded, hash:
|
|
231
|
+
📦 WASM buffer size: 32620 bytes (31.86 KB)
|
|
232
|
+
💰 Upload transaction fee: 742765 stroops (0.0742765 XLM)
|
|
233
|
+
⏰ WASM TTL: live until ledger 121082 (120929 ledgers remaining, ~7.00 days)
|
|
234
|
+
✅ WASM uploaded, hash: ab9176962cf62cbebe2c90fe34119474956b6766cd817b415ccd39bb0c905d4c
|
|
232
235
|
🚀 Deploying contract...
|
|
233
|
-
✅ Contract deployed at:
|
|
234
|
-
✅ [Chain B] Price Feed deployed:
|
|
236
|
+
✅ Contract deployed at: CCNEYFF65RSWWH7UGLFACTMIQED2IKZ75EHHPHP7V4274YZGFW5AJFYF
|
|
237
|
+
✅ [Chain B] Price Feed deployed: CCNEYFF65RSWWH7UGLFACTMIQED2IKZ75EHHPHP7V4274YZGFW5AJFYF
|
|
235
238
|
🚀 [Chain B] Deploying Executor Fee Lib...
|
|
236
239
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor_fee_lib.wasm
|
|
237
240
|
📤 Uploading WASM...
|
|
238
|
-
📦 WASM buffer size:
|
|
239
|
-
💰 Upload transaction fee:
|
|
240
|
-
⏰ WASM TTL: live until ledger
|
|
241
|
-
✅ WASM uploaded, hash:
|
|
241
|
+
📦 WASM buffer size: 34412 bytes (33.61 KB)
|
|
242
|
+
💰 Upload transaction fee: 781067 stroops (0.0781067 XLM)
|
|
243
|
+
⏰ WASM TTL: live until ledger 121084 (120929 ledgers remaining, ~7.00 days)
|
|
244
|
+
✅ WASM uploaded, hash: b137cb577e25ef63f94b0aa305d094a6f190cbc27ba47e1fe7d4deb7589d141e
|
|
242
245
|
🚀 Deploying contract...
|
|
243
|
-
✅ Contract deployed at:
|
|
244
|
-
✅ [Chain B] Executor Fee Lib deployed:
|
|
246
|
+
✅ Contract deployed at: CCJNKPSVUTR26MMHKYADGIZ4VNLU7ZXUOZLMDLXMOPLFYK4CYUYWST43
|
|
247
|
+
✅ [Chain B] Executor Fee Lib deployed: CCJNKPSVUTR26MMHKYADGIZ4VNLU7ZXUOZLMDLXMOPLFYK4CYUYWST43
|
|
245
248
|
🚀 [Chain B] Deploying DVN Fee Lib...
|
|
246
249
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/dvn_fee_lib.wasm
|
|
247
250
|
📤 Uploading WASM...
|
|
248
|
-
📦 WASM buffer size:
|
|
249
|
-
💰 Upload transaction fee:
|
|
250
|
-
⏰ WASM TTL: live until ledger
|
|
251
|
-
✅ WASM uploaded, hash:
|
|
251
|
+
📦 WASM buffer size: 21527 bytes (21.02 KB)
|
|
252
|
+
💰 Upload transaction fee: 505678 stroops (0.0505678 XLM)
|
|
253
|
+
⏰ WASM TTL: live until ledger 121088 (120931 ledgers remaining, ~7.00 days)
|
|
254
|
+
✅ WASM uploaded, hash: 98e9e88c442664414fc8e5500220befe2f1abad3748a713dc5aec83c8b21eb57
|
|
252
255
|
🚀 Deploying contract...
|
|
253
|
-
✅ Contract deployed at:
|
|
254
|
-
✅ [Chain B] DVN Fee Lib deployed:
|
|
256
|
+
✅ Contract deployed at: CBUZLNRN4FX7FPVQ4ON3WTYQVHLAVYA7HYMJRLPG2GC2K5XPCGJI2H74
|
|
257
|
+
✅ [Chain B] DVN Fee Lib deployed: CBUZLNRN4FX7FPVQ4ON3WTYQVHLAVYA7HYMJRLPG2GC2K5XPCGJI2H74
|
|
255
258
|
🚀 [Chain B] Deploying DVN...
|
|
256
259
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/dvn.wasm
|
|
257
260
|
📤 Uploading WASM...
|
|
258
|
-
📦 WASM buffer size:
|
|
259
|
-
💰 Upload transaction fee:
|
|
260
|
-
⏰ WASM TTL: live until ledger
|
|
261
|
-
✅ WASM uploaded, hash:
|
|
261
|
+
📦 WASM buffer size: 55851 bytes (54.54 KB)
|
|
262
|
+
💰 Upload transaction fee: 1239343 stroops (0.1239343 XLM)
|
|
263
|
+
⏰ WASM TTL: live until ledger 518532 (518371 ledgers remaining, ~30.00 days)
|
|
264
|
+
✅ WASM uploaded, hash: 26bd42a59769e8449b65fe65b5ca636489be375c923f19a5943211834c592008
|
|
262
265
|
🚀 Deploying contract...
|
|
263
|
-
✅ Contract deployed at:
|
|
264
|
-
✅ [Chain B] DVN deployed:
|
|
266
|
+
✅ Contract deployed at: CDCJWZT3KG424G2RIRFARA7RT3NZDQM2EDCNDLITIUBZJYM7R4J3E3YK
|
|
267
|
+
✅ [Chain B] DVN deployed: CDCJWZT3KG424G2RIRFARA7RT3NZDQM2EDCNDLITIUBZJYM7R4J3E3YK
|
|
265
268
|
🚀 [Chain B] Deploying Executor Helper...
|
|
266
269
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor_helper.wasm
|
|
267
270
|
📤 Uploading WASM...
|
|
268
|
-
📦 WASM buffer size:
|
|
269
|
-
💰 Upload transaction fee:
|
|
270
|
-
⏰ WASM TTL: live until ledger
|
|
271
|
-
✅ WASM uploaded, hash:
|
|
271
|
+
📦 WASM buffer size: 24789 bytes (24.21 KB)
|
|
272
|
+
💰 Upload transaction fee: 575434 stroops (0.0575434 XLM)
|
|
273
|
+
⏰ WASM TTL: live until ledger 121092 (120929 ledgers remaining, ~7.00 days)
|
|
274
|
+
✅ WASM uploaded, hash: db672becfdc1aeebcd4da6058632500adfea059e053ce2d332d0bdba87d200ea
|
|
272
275
|
🚀 Deploying contract...
|
|
273
|
-
✅ Contract deployed at:
|
|
274
|
-
✅ [Chain B] Executor Helper deployed:
|
|
276
|
+
✅ Contract deployed at: CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2
|
|
277
|
+
✅ [Chain B] Executor Helper deployed: CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2
|
|
275
278
|
🚀 [Chain B] Deploying Executor...
|
|
276
279
|
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/executor.wasm
|
|
277
280
|
📤 Uploading WASM...
|
|
278
|
-
📦 WASM buffer size:
|
|
279
|
-
💰 Upload transaction fee:
|
|
280
|
-
⏰ WASM TTL: live until ledger
|
|
281
|
-
✅ WASM uploaded, hash:
|
|
281
|
+
📦 WASM buffer size: 58254 bytes (56.89 KB)
|
|
282
|
+
💰 Upload transaction fee: 1290719 stroops (0.1290719 XLM)
|
|
283
|
+
⏰ WASM TTL: live until ledger 518538 (518373 ledgers remaining, ~30.00 days)
|
|
284
|
+
✅ WASM uploaded, hash: 8f51ceea5413e203b1d4052ce015c1783d70035cd3f8896505e349a84e3095dd
|
|
282
285
|
🚀 Deploying contract...
|
|
283
|
-
✅ Contract deployed at:
|
|
284
|
-
✅ [Chain B] Executor deployed:
|
|
286
|
+
✅ Contract deployed at: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
287
|
+
✅ [Chain B] Executor deployed: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
288
|
+
🚀 [Chain B] Registering Executor Helper with Executor...
|
|
289
|
+
✅ [Chain B] Executor Helper registered
|
|
285
290
|
|
|
286
291
|
========================================
|
|
287
292
|
🔗 GLOBAL SETUP: Wiring Protocol Contracts (Cross-Chain)
|
|
@@ -292,8 +297,8 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
292
297
|
✅ [Chain A] Libraries registered (ULN302 + SML)
|
|
293
298
|
✅ [Chain A] ZRO token set
|
|
294
299
|
✅ [Chain A] ULN302 executor config set for dst_eid=30402
|
|
295
|
-
✅ [Chain A] ULN302 send config set for eid=30402 (DVN:
|
|
296
|
-
✅ [Chain A] ULN302 receive config set for eid=30402 (DVN:
|
|
300
|
+
✅ [Chain A] ULN302 send config set for eid=30402 (DVN: CCRE7RBKIOYYP2T32LIFG5X5JPVLATWJE6NZ2WHGBBSRS3EDIATUAGXL)
|
|
301
|
+
✅ [Chain A] ULN302 receive config set for eid=30402 (DVN: CCRE7RBKIOYYP2T32LIFG5X5JPVLATWJE6NZ2WHGBBSRS3EDIATUAGXL)
|
|
297
302
|
✅ [Chain A] Default libraries set to ULN302 for eid=30402
|
|
298
303
|
✅ [Chain A] Price Feed configured for eid=30402
|
|
299
304
|
✅ [Chain A] Executor configured for dst_eid=30402
|
|
@@ -304,8 +309,8 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
304
309
|
✅ [Chain B] Libraries registered (ULN302 + SML)
|
|
305
310
|
✅ [Chain B] ZRO token set
|
|
306
311
|
✅ [Chain B] ULN302 executor config set for dst_eid=30401
|
|
307
|
-
✅ [Chain B] ULN302 send config set for eid=30401 (DVN:
|
|
308
|
-
✅ [Chain B] ULN302 receive config set for eid=30401 (DVN:
|
|
312
|
+
✅ [Chain B] ULN302 send config set for eid=30401 (DVN: CDCJWZT3KG424G2RIRFARA7RT3NZDQM2EDCNDLITIUBZJYM7R4J3E3YK)
|
|
313
|
+
✅ [Chain B] ULN302 receive config set for eid=30401 (DVN: CDCJWZT3KG424G2RIRFARA7RT3NZDQM2EDCNDLITIUBZJYM7R4J3E3YK)
|
|
309
314
|
✅ [Chain B] Default libraries set to ULN302 for eid=30401
|
|
310
315
|
✅ [Chain B] Price Feed configured for eid=30401
|
|
311
316
|
✅ [Chain B] Executor configured for dst_eid=30401
|
|
@@ -313,8 +318,8 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
313
318
|
🎉 [Chain B] Protocol wiring complete!
|
|
314
319
|
|
|
315
320
|
✅ Chain addresses provided to tests (in-memory)
|
|
316
|
-
Chain A (EID 30401):
|
|
317
|
-
Chain B (EID 30402):
|
|
321
|
+
Chain A (EID 30401): CBTIPIW4WM5AR5D7KDSPBUDO4EN2ZYJ7HUPGF7TYSVUCUH7YS4POBVW7
|
|
322
|
+
Chain B (EID 30402): CAYWFDKDCUOWBHDRQUF6KKY5XYWUATHTOHWOA63YHMJNM6YOIV5QAPKG
|
|
318
323
|
|
|
319
324
|
========================================
|
|
320
325
|
✅ GLOBAL SETUP COMPLETE (Two-Chain Cross-Chain Ready)
|
|
@@ -323,63 +328,63 @@ Deploying SAC for asset: ZRO:GC3CEFPRE265JEVEHYD7XPVYZ2IB2YA4QLDBGZZIGQYN2CMTSU3
|
|
|
323
328
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)
|
|
324
329
|
[22m[39m
|
|
325
330
|
📋 Chain A addresses (EID: 30401)
|
|
326
|
-
Endpoint:
|
|
327
|
-
SML:
|
|
328
|
-
Executor:
|
|
331
|
+
Endpoint: CBTIPIW4WM5AR5D7KDSPBUDO4EN2ZYJ7HUPGF7TYSVUCUH7YS4POBVW7
|
|
332
|
+
SML: CDWXKRXHMJ6TPNMLJJHQJO4JN4PVGAMRWP3EKPHGSA6LEV2ZGNWS24RZ
|
|
333
|
+
Executor: CCEJRNBUYHYXS2EYWMLELP3LHRQG7LGUGPE53NVLDAO2OYRVZWRRE5KA
|
|
329
334
|
|
|
330
335
|
📋 Chain B addresses (EID: 30402)
|
|
331
|
-
Endpoint:
|
|
332
|
-
SML:
|
|
333
|
-
Executor:
|
|
336
|
+
Endpoint: CAYWFDKDCUOWBHDRQUF6KKY5XYWUATHTOHWOA63YHMJNM6YOIV5QAPKG
|
|
337
|
+
SML: CAUF6BCROTXP6YMIX4NRIYHFIYEACRDYS2VEBJ2XPCGQS43YZ3G6PDKP
|
|
338
|
+
Executor: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
334
339
|
|
|
335
340
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy OFT Token SAC
|
|
336
341
|
[22m[39m✅ OFT token issued to DEFAULT_DEPLOYER
|
|
337
|
-
Deploying SAC for asset: OFT:
|
|
342
|
+
Deploying SAC for asset: OFT:GBI4EAWDTBTOEVZG5KKQGIUFIHNEGZSYO3JOVIDGB7XISRVWHXWD2D6E
|
|
338
343
|
|
|
339
344
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy OFT Token SAC
|
|
340
|
-
[22m[39m✅ OFT Token SAC deployed:
|
|
345
|
+
[22m[39m✅ OFT Token SAC deployed: CBVRV3LEUHJHGWE7MDMZNJDAXYOQAXZIN74MJLVMMUZSJZGZ7PQ5DSOA
|
|
341
346
|
|
|
342
347
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Lock/Unlock OFT on Chain A
|
|
343
348
|
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/oft.wasm
|
|
344
349
|
📤 Uploading WASM...
|
|
345
|
-
📦 WASM buffer size:
|
|
350
|
+
📦 WASM buffer size: 65694 bytes (64.15 KB)
|
|
346
351
|
|
|
347
352
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Lock/Unlock OFT on Chain A
|
|
348
|
-
[22m[39m💰 Upload transaction fee:
|
|
353
|
+
[22m[39m💰 Upload transaction fee: 32918719 stroops (3.2918719 XLM)
|
|
349
354
|
|
|
350
355
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Lock/Unlock OFT on Chain A
|
|
351
|
-
[22m[39m⏰ WASM TTL: live until ledger
|
|
356
|
+
[22m[39m⏰ WASM TTL: live until ledger 121168 (120959 ledgers remaining, ~7.00 days)
|
|
352
357
|
|
|
353
358
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Lock/Unlock OFT on Chain A
|
|
354
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
359
|
+
[22m[39m✅ WASM uploaded, hash: cbad91160b3b4214d9ea371c2f4b961835fe45dfe8c1e9779c3a63e6c2ce38af
|
|
355
360
|
🚀 Deploying contract...
|
|
356
361
|
|
|
357
362
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Lock/Unlock OFT on Chain A
|
|
358
|
-
[22m[39m✅ Contract deployed at:
|
|
363
|
+
[22m[39m✅ Contract deployed at: CBJBZ2JLE5HU3QSPUM6JEV4525NI33OOMILPPOAPPT4RMCVTTKWRRWPR
|
|
359
364
|
|
|
360
365
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Lock/Unlock OFT on Chain A
|
|
361
|
-
[22m[39m✅ Lock/Unlock OFT deployed on Chain A:
|
|
366
|
+
[22m[39m✅ Lock/Unlock OFT deployed on Chain A: CBJBZ2JLE5HU3QSPUM6JEV4525NI33OOMILPPOAPPT4RMCVTTKWRRWPR
|
|
362
367
|
|
|
363
368
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Mint/Burn OFT on Chain B
|
|
364
369
|
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/oft.wasm
|
|
365
370
|
📤 Uploading WASM...
|
|
366
|
-
📦 WASM buffer size:
|
|
371
|
+
📦 WASM buffer size: 65694 bytes (64.15 KB)
|
|
367
372
|
|
|
368
373
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Mint/Burn OFT on Chain B
|
|
369
|
-
[22m[39m💰 Upload transaction fee:
|
|
374
|
+
[22m[39m💰 Upload transaction fee: 1449747 stroops (0.1449747 XLM)
|
|
370
375
|
|
|
371
376
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Mint/Burn OFT on Chain B
|
|
372
|
-
[22m[39m⏰ WASM TTL: live until ledger
|
|
377
|
+
[22m[39m⏰ WASM TTL: live until ledger 121168 (120957 ledgers remaining, ~7.00 days)
|
|
373
378
|
|
|
374
379
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Mint/Burn OFT on Chain B
|
|
375
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
380
|
+
[22m[39m✅ WASM uploaded, hash: cbad91160b3b4214d9ea371c2f4b961835fe45dfe8c1e9779c3a63e6c2ce38af
|
|
376
381
|
🚀 Deploying contract...
|
|
377
382
|
|
|
378
383
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Mint/Burn OFT on Chain B
|
|
379
|
-
[22m[39m✅ Contract deployed at:
|
|
384
|
+
[22m[39m✅ Contract deployed at: CAPOLUSJVXRFJQMIX5I2CRG2UZBLO7HHAUWKLNFR2G3YML6DU4XQXAK6
|
|
380
385
|
|
|
381
386
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mDeploy OFT Contracts on Both Chains[2m > [22m[2mDeploy Mint/Burn OFT on Chain B
|
|
382
|
-
[22m[39m✅ Mint/Burn OFT deployed on Chain B:
|
|
387
|
+
[22m[39m✅ Mint/Burn OFT deployed on Chain B: CAPOLUSJVXRFJQMIX5I2CRG2UZBLO7HHAUWKLNFR2G3YML6DU4XQXAK6
|
|
383
388
|
|
|
384
389
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mWire OFT Contracts to use SML (Cross-Chain)[2m > [22m[2mSet Lock/Unlock OFT (Chain A) Send Library to SML for Chain B
|
|
385
390
|
[22m[39m✅ Lock/Unlock OFT (Chain A) send library set to SML for EID_B
|
|
@@ -422,13 +427,13 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
422
427
|
[22m[39m📊 Messaging Fee (A → B): { native_fee: [33m100n[39m, zro_fee: [33m99n[39m }
|
|
423
428
|
|
|
424
429
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain A (Lock) → Chain B (Mint)[2m > [22m[2mSend tokens from Chain A to Chain B (Lock → Mint)
|
|
425
|
-
[22m[39m✅ Tokens sent from Chain A, ledger: [
|
|
430
|
+
[22m[39m✅ Tokens sent from Chain A, ledger: [33m223[39m
|
|
426
431
|
|
|
427
432
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain A (Lock) → Chain B (Mint)[2m > [22m[2mScan PacketSent events (A → B)
|
|
428
433
|
[22m[39m📦 Scanning for PacketSent events...
|
|
429
434
|
|
|
430
435
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain A (Lock) → Chain B (Mint)[2m > [22m[2mScan PacketSent events (A → B)
|
|
431
|
-
[22m[39m🔍 Scanning events from ledger [
|
|
436
|
+
[22m[39m🔍 Scanning events from ledger [33m223[39m
|
|
432
437
|
|
|
433
438
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain A (Lock) → Chain B (Mint)[2m > [22m[2mScan PacketSent events (A → B)
|
|
434
439
|
[22m[39m✅ Found 1 events
|
|
@@ -450,9 +455,10 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
450
455
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain A (Lock) → Chain B (Mint)[2m > [22m[2mReceive tokens on Chain B (mint)
|
|
451
456
|
[22m[39m✅ Simulation complete
|
|
452
457
|
Auth entries returned: [33m1[39m
|
|
453
|
-
Processing auth entry for address:
|
|
458
|
+
Processing auth entry for address: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
454
459
|
Auth entry tree:
|
|
455
|
-
📞
|
|
460
|
+
📞 CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2...execute()
|
|
461
|
+
📞 CAPOLUSJVXRFJQMIX5I2CRG2UZBLO7HHAUWKLNFR2G3YML6DU4XQXAK6...lz_receive()
|
|
456
462
|
✍️ Signing executor auth entry (Abstract Account)...
|
|
457
463
|
|
|
458
464
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain A (Lock) → Chain B (Mint)[2m > [22m[2mReceive tokens on Chain B (mint)
|
|
@@ -466,7 +472,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
466
472
|
[22m[39m✅ Transaction envelope signed
|
|
467
473
|
|
|
468
474
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain A (Lock) → Chain B (Mint)[2m > [22m[2mReceive tokens on Chain B (mint)
|
|
469
|
-
[22m[39m✅ Transaction sent, hash:
|
|
475
|
+
[22m[39m✅ Transaction sent, hash: 2b321a3fedd33c53614a86a131722b506258d23d70c252ca902f6f4548838b2a
|
|
470
476
|
|
|
471
477
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain A (Lock) → Chain B (Mint)[2m > [22m[2mReceive tokens on Chain B (mint)
|
|
472
478
|
[22m[39m✅ Transaction completed successfully
|
|
@@ -493,14 +499,13 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
493
499
|
[22m[39m📊 Reverse Messaging Fee (B → A): { native_fee: [33m100n[39m, zro_fee: [33m99n[39m }
|
|
494
500
|
|
|
495
501
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22m[2mSend tokens from Chain B to Chain A (Burn → Unlock)
|
|
496
|
-
[22m[39m✅ Tokens sent from Chain B (reverse), ledger: [
|
|
502
|
+
[22m[39m✅ Tokens sent from Chain B (reverse), ledger: [33m228[39m
|
|
497
503
|
|
|
498
504
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22m[2mScan PacketSent events (B → A)
|
|
499
505
|
[22m[39m📦 Scanning for PacketSent events...
|
|
500
506
|
|
|
501
507
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22m[2mScan PacketSent events (B → A)
|
|
502
|
-
[22m[39m🔍 Scanning events from ledger [
|
|
503
|
-
Waiting for next ledger...
|
|
508
|
+
[22m[39m🔍 Scanning events from ledger [33m228[39m
|
|
504
509
|
|
|
505
510
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22m[2mScan PacketSent events (B → A)
|
|
506
511
|
[22m[39m✅ Found 1 events
|
|
@@ -522,9 +527,10 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
522
527
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22m[2mReceive tokens on Chain A (unlock)
|
|
523
528
|
[22m[39m✅ Simulation complete
|
|
524
529
|
Auth entries returned: [33m1[39m
|
|
525
|
-
Processing auth entry for address:
|
|
530
|
+
Processing auth entry for address: CCEJRNBUYHYXS2EYWMLELP3LHRQG7LGUGPE53NVLDAO2OYRVZWRRE5KA
|
|
526
531
|
Auth entry tree:
|
|
527
|
-
📞
|
|
532
|
+
📞 CBMR35VJLCEKFHENBTRZ53GXCP3JPI3OZU4WEMO4IEPYAKBMO2T6OHXT...execute()
|
|
533
|
+
📞 CBJBZ2JLE5HU3QSPUM6JEV4525NI33OOMILPPOAPPT4RMCVTTKWRRWPR...lz_receive()
|
|
528
534
|
✍️ Signing executor auth entry (Abstract Account)...
|
|
529
535
|
|
|
530
536
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22m[2mReceive tokens on Chain A (unlock)
|
|
@@ -538,7 +544,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
538
544
|
[22m[39m✅ Transaction envelope signed
|
|
539
545
|
|
|
540
546
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22m[2mReceive tokens on Chain A (unlock)
|
|
541
|
-
[22m[39m✅ Transaction sent, hash:
|
|
547
|
+
[22m[39m✅ Transaction sent, hash: 01583f22b34ee03efbb3d60690483b922fd9f0e3d9010d523f8d42c0d18a6a78
|
|
542
548
|
|
|
543
549
|
[90mstdout[2m | test/oft-sml.test.ts[2m > [22m[2mOFT Cross-Chain E2E Testing with SAC (SML)[2m > [22m[2mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22m[2mReceive tokens on Chain A (unlock)
|
|
544
550
|
[22m[39m✅ Transaction completed successfully
|
|
@@ -558,79 +564,208 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
558
564
|
Chain A (Lock/Unlock) → Chain B (Mint/Burn): 100 tokens locked, 100 minted
|
|
559
565
|
Chain B (Mint/Burn) → Chain A (Lock/Unlock): 50 tokens burned, 50 unlocked
|
|
560
566
|
|
|
561
|
-
[32m✓[39m test/oft-sml.test.ts [2m([22m[2m23 tests[22m[2m)[22m[33m
|
|
562
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mDeploy OFT Contracts on Both Chains[2m > [22mDeploy OFT Token SAC [33m
|
|
563
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mDeploy OFT Contracts on Both Chains[2m > [22mDeploy Lock/Unlock OFT on Chain A [33m
|
|
564
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mDeploy OFT Contracts on Both Chains[2m > [22mDeploy Mint/Burn OFT on Chain B [33m
|
|
565
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Lock/Unlock OFT (Chain A) Send Library to SML for Chain B [33m
|
|
566
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Lock/Unlock OFT (Chain A) Receive Library to SML for Chain B [33m
|
|
567
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Mint/Burn OFT (Chain B) Send Library to SML for Chain A [33m
|
|
568
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Mint/Burn OFT (Chain B) Receive Library to SML for Chain A [33m
|
|
569
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Lock/Unlock OFT (Chain A) Peer to Mint/Burn OFT (Chain B) [33m
|
|
570
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Mint/Burn OFT (Chain B) Peer to Lock/Unlock OFT (Chain A) [33m
|
|
571
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet SAC Admin to Mint/Burn OFT (for minting) [33m
|
|
572
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain A (Lock) → Chain B (Mint)[2m > [22mSend tokens from Chain A to Chain B (Lock → Mint) [33m
|
|
573
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain A (Lock) → Chain B (Mint)[2m > [22mValidate packet via SML on Chain B [33m
|
|
574
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain A (Lock) → Chain B (Mint)[2m > [22mReceive tokens on Chain B (mint) [33m
|
|
575
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22mSend tokens from Chain B to Chain A (Burn → Unlock) [33m
|
|
576
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain B (Burn) → Chain A (Unlock)[2m > [
|
|
577
|
-
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain B (Burn) → Chain A (Unlock)[2m > [
|
|
578
|
-
|
|
567
|
+
[32m✓[39m test/oft-sml.test.ts [2m([22m[2m23 tests[22m[2m)[22m[33m 32625[2mms[22m[39m
|
|
568
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mDeploy OFT Contracts on Both Chains[2m > [22mDeploy OFT Token SAC [33m 3077[2mms[22m[39m
|
|
569
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mDeploy OFT Contracts on Both Chains[2m > [22mDeploy Lock/Unlock OFT on Chain A [33m 2228[2mms[22m[39m
|
|
570
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mDeploy OFT Contracts on Both Chains[2m > [22mDeploy Mint/Burn OFT on Chain B [33m 2173[2mms[22m[39m
|
|
571
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Lock/Unlock OFT (Chain A) Send Library to SML for Chain B [33m 1095[2mms[22m[39m
|
|
572
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Lock/Unlock OFT (Chain A) Receive Library to SML for Chain B [33m 1118[2mms[22m[39m
|
|
573
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Mint/Burn OFT (Chain B) Send Library to SML for Chain A [33m 2617[2mms[22m[39m
|
|
574
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Mint/Burn OFT (Chain B) Receive Library to SML for Chain A [33m 1109[2mms[22m[39m
|
|
575
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Lock/Unlock OFT (Chain A) Peer to Mint/Burn OFT (Chain B) [33m 1123[2mms[22m[39m
|
|
576
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet Mint/Burn OFT (Chain B) Peer to Lock/Unlock OFT (Chain A) [33m 1108[2mms[22m[39m
|
|
577
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mWire OFT Contracts to use SML (Cross-Chain)[2m > [22mSet SAC Admin to Mint/Burn OFT (for minting) [33m 1047[2mms[22m[39m
|
|
578
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain A (Lock) → Chain B (Mint)[2m > [22mSend tokens from Chain A to Chain B (Lock → Mint) [33m 2685[2mms[22m[39m
|
|
579
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain A (Lock) → Chain B (Mint)[2m > [22mValidate packet via SML on Chain B [33m 1072[2mms[22m[39m
|
|
580
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain A (Lock) → Chain B (Mint)[2m > [22mReceive tokens on Chain B (mint) [33m 1188[2mms[22m[39m
|
|
581
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22mSend tokens from Chain B to Chain A (Burn → Unlock) [33m 2675[2mms[22m[39m
|
|
582
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22mValidate packet via SML on Chain A (reverse) [33m 1067[2mms[22m[39m
|
|
583
|
+
[33m[2m✓[22m[39m OFT Cross-Chain E2E Testing with SAC (SML)[2m > [22mSend: Chain B (Burn) → Chain A (Unlock)[2m > [22mReceive tokens on Chain A (unlock) [33m 2205[2mms[22m[39m
|
|
584
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests
|
|
585
|
+
[22m[39m
|
|
586
|
+
====================================
|
|
587
|
+
SAC Manager Redistribution E2E Tests
|
|
588
|
+
====================================
|
|
589
|
+
|
|
590
|
+
Funding test accounts...
|
|
591
|
+
|
|
592
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests
|
|
593
|
+
[22m[39mTest accounts funded
|
|
594
|
+
|
|
595
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mSet AUTH_REVOCABLE and AUTH_CLAWBACK_ENABLED flags on issuer account
|
|
596
|
+
[22m[39mAUTH_REVOCABLE and AUTH_CLAWBACK_ENABLED flags set on issuer
|
|
597
|
+
|
|
598
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mDeploy SAC with trustlines and issue tokens
|
|
599
|
+
[22m[39mTrustlines created and tokens issued
|
|
600
|
+
Deploying SAC for asset: RTKN:GAHLYLEXXFM5NRS6O6T3BESA4BULVPM5BMSDDPH47VDAXESHAUQSZPUM
|
|
601
|
+
|
|
602
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mDeploy SAC with trustlines and issue tokens
|
|
603
|
+
[22m[39mSAC deployed at: CAC5KE5WMD3ZBOMSVFMURW54VIWS2FXTECCIVD5KTI63TKHIRRESMM2W
|
|
604
|
+
|
|
605
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mDeploy SAC Manager contract with redistribution enabled
|
|
606
|
+
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/sac_manager.wasm
|
|
607
|
+
📤 Uploading WASM...
|
|
608
|
+
📦 WASM buffer size: 47427 bytes (46.32 KB)
|
|
609
|
+
|
|
610
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mDeploy SAC Manager contract with redistribution enabled
|
|
611
|
+
[22m[39m💰 Upload transaction fee: 19542681 stroops (1.9542681 XLM)
|
|
612
|
+
|
|
613
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mDeploy SAC Manager contract with redistribution enabled
|
|
614
|
+
[22m[39m⏰ WASM TTL: live until ledger 121205 (120959 ledgers remaining, ~7.00 days)
|
|
615
|
+
|
|
616
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mDeploy SAC Manager contract with redistribution enabled
|
|
617
|
+
[22m[39m✅ WASM uploaded, hash: ce6445fdd02b7265220c941427d212a57b696bd4c044f5ec41463ec1f1f2fea6
|
|
618
|
+
🚀 Deploying contract...
|
|
619
|
+
|
|
620
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mDeploy SAC Manager contract with redistribution enabled
|
|
621
|
+
[22m[39m✅ Contract deployed at: CB77QUZNX56I7TQVZVVS3EYFUXZXIH6VS5CZRYXOMRFX3H4NPUBJIQHK
|
|
622
|
+
|
|
623
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mDeploy SAC Manager contract with redistribution enabled
|
|
624
|
+
[22m[39mSAC Manager deployed at: CB77QUZNX56I7TQVZVVS3EYFUXZXIH6VS5CZRYXOMRFX3H4NPUBJIQHK
|
|
625
|
+
|
|
626
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mSet SAC admin to SAC Manager
|
|
627
|
+
[22m[39mSAC admin set to SAC Manager
|
|
628
|
+
|
|
629
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mVerify redistribution is enabled at construction
|
|
630
|
+
[22m[39mRedistribution enabled: [33mtrue[39m
|
|
631
|
+
|
|
632
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mSetup SAC Manager with SAC[2m > [22m[2mVerify owner (DEFAULT_DEPLOYER) starts with zero balance
|
|
633
|
+
[22m[39mOwner (DEFAULT_DEPLOYER) balance: 0
|
|
634
|
+
|
|
635
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mBlacklist Management[2m > [22m[2mVerify all accounts start authorized (AUTH_REQUIRED=false)
|
|
636
|
+
[22m[39mAll users start authorized
|
|
637
|
+
|
|
638
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mBlacklist Management[2m > [22m[2mBlacklist USER_B via set_authorized
|
|
639
|
+
[22m[39mUSER_B blacklisted (authorized=false)
|
|
640
|
+
|
|
641
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mBlacklist Management[2m > [22m[2mVerify USER_B is blacklisted (not authorized on SAC)
|
|
642
|
+
[22m[39mUSER_B authorized: [33mfalse[39m
|
|
643
|
+
|
|
644
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mBlacklist Management[2m > [22m[2mNon-admin cannot call set_authorized
|
|
645
|
+
[22m[39mNon-admin correctly rejected from calling set_authorized
|
|
646
|
+
|
|
647
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mBlacklist Management[2m > [22m[2mUn-blacklist USER_B via set_authorized
|
|
648
|
+
[22m[39mUSER_B un-blacklisted
|
|
649
|
+
|
|
650
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mBlacklist Management[2m > [22m[2mRe-blacklist USER_B for mint redirection tests
|
|
651
|
+
[22m[39mUSER_B re-blacklisted for transfer tests
|
|
652
|
+
|
|
653
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mMint Redirection[2m > [22m[2mVerify initial balances
|
|
654
|
+
[22m[39m
|
|
655
|
+
Initial Balances:
|
|
656
|
+
USER_A: 10000000000
|
|
657
|
+
USER_B: 10000000000
|
|
658
|
+
USER_C: 0
|
|
659
|
+
Owner (DEFAULT_DEPLOYER): 0
|
|
660
|
+
|
|
661
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mMint Redirection[2m > [22m[2mAdmin mint to non-blacklisted address succeeds normally
|
|
662
|
+
[22m[39m
|
|
663
|
+
After authorized_mint to non-blacklisted (USER_C):
|
|
664
|
+
USER_C: 1000000000
|
|
665
|
+
|
|
666
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mMint Redirection[2m > [22m[2mAdmin mint to blacklisted address redirects to redistribution target (owner)
|
|
667
|
+
[22m[39m
|
|
668
|
+
After authorized_mint to blacklisted (USER_B):
|
|
669
|
+
USER_B: 10000000000 (unchanged)
|
|
670
|
+
Owner (received redirected): 1000000000
|
|
671
|
+
|
|
672
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mRedistribute Funds[2m > [22m[2mRedistribute funds from blacklisted account
|
|
673
|
+
[22m[39m
|
|
674
|
+
Before redistribute_blacklisted_funds:
|
|
675
|
+
USER_B: 10000000000
|
|
676
|
+
Owner: 1000000000
|
|
677
|
+
|
|
678
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mRedistribute Funds[2m > [22m[2mRedistribute funds from blacklisted account
|
|
679
|
+
[22m[39m
|
|
680
|
+
After redistribute_blacklisted_funds:
|
|
681
|
+
USER_B: 9500000000
|
|
682
|
+
Owner: 1500000000
|
|
683
|
+
|
|
684
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mRedistribute Funds[2m > [22m[2mCannot redistribute from non-blacklisted account
|
|
685
|
+
[22m[39mCorrectly rejected redistribution from non-blacklisted account
|
|
686
|
+
|
|
687
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mRedistribute Funds[2m > [22m[2mNon-owner cannot redistribute
|
|
688
|
+
[22m[39mNon-owner correctly rejected from redistributing
|
|
689
|
+
|
|
690
|
+
[90mstdout[2m | test/sac-manager-redistribution.test.ts[2m > [22m[2mSAC Manager Redistribution E2E Tests[2m > [22m[2mFinal Summary[2m > [22m[2mPrint final balances
|
|
691
|
+
[22m[39m
|
|
692
|
+
========================================
|
|
693
|
+
Final Balance Summary
|
|
694
|
+
========================================
|
|
695
|
+
USER_A: 10000000000
|
|
696
|
+
USER_B (blacklisted): 9500000000
|
|
697
|
+
USER_C: 1000000000
|
|
698
|
+
Owner (redistribution target): 1500000000
|
|
699
|
+
========================================
|
|
700
|
+
|
|
701
|
+
SAC Manager Redistribution E2E tests completed successfully!
|
|
702
|
+
|
|
703
|
+
[32m✓[39m test/sac-manager-redistribution.test.ts [2m([22m[2m19 tests[22m[2m)[22m[33m 27911[2mms[22m[39m
|
|
704
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mSetup SAC Manager with SAC[2m > [22mSet AUTH_REVOCABLE and AUTH_CLAWBACK_ENABLED flags on issuer account [33m 1023[2mms[22m[39m
|
|
705
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mSetup SAC Manager with SAC[2m > [22mDeploy SAC with trustlines and issue tokens [33m 4067[2mms[22m[39m
|
|
706
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mSetup SAC Manager with SAC[2m > [22mDeploy SAC Manager contract with redistribution enabled [33m 4671[2mms[22m[39m
|
|
707
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mSetup SAC Manager with SAC[2m > [22mSet SAC admin to SAC Manager [33m 1041[2mms[22m[39m
|
|
708
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mBlacklist Management[2m > [22mBlacklist USER_B via set_authorized [33m 1076[2mms[22m[39m
|
|
709
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mBlacklist Management[2m > [22mUn-blacklist USER_B via set_authorized [33m 2627[2mms[22m[39m
|
|
710
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mBlacklist Management[2m > [22mRe-blacklist USER_B for mint redirection tests [33m 1095[2mms[22m[39m
|
|
711
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mMint Redirection[2m > [22mAdmin mint to non-blacklisted address succeeds normally [33m 1130[2mms[22m[39m
|
|
712
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mMint Redirection[2m > [22mAdmin mint to blacklisted address redirects to redistribution target (owner) [33m 2704[2mms[22m[39m
|
|
713
|
+
[33m[2m✓[22m[39m SAC Manager Redistribution E2E Tests[2m > [22mRedistribute Funds[2m > [22mRedistribute funds from blacklisted account [33m 1188[2mms[22m[39m
|
|
579
714
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)
|
|
580
715
|
[22m[39m
|
|
581
716
|
📋 Chain A addresses (EID: 30401)
|
|
582
|
-
Endpoint:
|
|
583
|
-
ULN302:
|
|
584
|
-
DVN:
|
|
585
|
-
Executor:
|
|
717
|
+
Endpoint: CBTIPIW4WM5AR5D7KDSPBUDO4EN2ZYJ7HUPGF7TYSVUCUH7YS4POBVW7
|
|
718
|
+
ULN302: CD6HWYX3ATS6YIKBWNDUZAI7LQ4EAGIWB4TNLAOPGNDPQDTQKZXY3ZUN
|
|
719
|
+
DVN: CCRE7RBKIOYYP2T32LIFG5X5JPVLATWJE6NZ2WHGBBSRS3EDIATUAGXL
|
|
720
|
+
Executor: CCEJRNBUYHYXS2EYWMLELP3LHRQG7LGUGPE53NVLDAO2OYRVZWRRE5KA
|
|
586
721
|
|
|
587
722
|
📋 Chain B addresses (EID: 30402)
|
|
588
|
-
Endpoint:
|
|
589
|
-
ULN302:
|
|
590
|
-
DVN:
|
|
591
|
-
Executor:
|
|
723
|
+
Endpoint: CAYWFDKDCUOWBHDRQUF6KKY5XYWUATHTOHWOA63YHMJNM6YOIV5QAPKG
|
|
724
|
+
ULN302: CBVIJ472B6IXRKZDAX7YSPAWNEV4K2Q6YV6KD5LG3ON74M2IFG5DNNSG
|
|
725
|
+
DVN: CDCJWZT3KG424G2RIRFARA7RT3NZDQM2EDCNDLITIUBZJYM7R4J3E3YK
|
|
726
|
+
Executor: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
592
727
|
|
|
593
728
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
594
729
|
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/counter.wasm
|
|
595
730
|
📤 Uploading WASM...
|
|
596
|
-
📦 WASM buffer size:
|
|
731
|
+
📦 WASM buffer size: 40767 bytes (39.81 KB)
|
|
597
732
|
|
|
598
733
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
599
|
-
[22m[39m💰 Upload transaction fee:
|
|
734
|
+
[22m[39m💰 Upload transaction fee: 19760416 stroops (1.9760416 XLM)
|
|
600
735
|
|
|
601
736
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
602
737
|
[22m[39m⏰ WASM TTL: live until ledger 121221 (120959 ledgers remaining, ~7.00 days)
|
|
603
738
|
|
|
604
739
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
605
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
740
|
+
[22m[39m✅ WASM uploaded, hash: ad0c1fad9f1a1d41626541cb1bd500587f143838f7a0a8fa47d8d162f6f1eaf7
|
|
606
741
|
🚀 Deploying contract...
|
|
607
742
|
|
|
608
743
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
609
|
-
[22m[39m✅ Contract deployed at:
|
|
744
|
+
[22m[39m✅ Contract deployed at: CCV65QVNTCO5WXFDDQ3ASDAFDEIJYGYG7XKDZ4EL3LEP6LROIB5LFGMH
|
|
610
745
|
|
|
611
746
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
612
|
-
[22m[39m✅ Counter A deployed on Chain A:
|
|
747
|
+
[22m[39m✅ Counter A deployed on Chain A: CCV65QVNTCO5WXFDDQ3ASDAFDEIJYGYG7XKDZ4EL3LEP6LROIB5LFGMH
|
|
613
748
|
|
|
614
749
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
615
750
|
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/counter.wasm
|
|
616
751
|
📤 Uploading WASM...
|
|
617
|
-
📦 WASM buffer size:
|
|
752
|
+
📦 WASM buffer size: 40767 bytes (39.81 KB)
|
|
618
753
|
|
|
619
754
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
620
|
-
[22m[39m💰 Upload transaction fee:
|
|
755
|
+
[22m[39m💰 Upload transaction fee: 916931 stroops (0.0916931 XLM)
|
|
621
756
|
|
|
622
757
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
623
758
|
[22m[39m⏰ WASM TTL: live until ledger 121221 (120956 ledgers remaining, ~7.00 days)
|
|
624
759
|
|
|
625
760
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
626
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
761
|
+
[22m[39m✅ WASM uploaded, hash: ad0c1fad9f1a1d41626541cb1bd500587f143838f7a0a8fa47d8d162f6f1eaf7
|
|
627
762
|
🚀 Deploying contract...
|
|
628
763
|
|
|
629
764
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
630
|
-
[22m[39m✅ Contract deployed at:
|
|
765
|
+
[22m[39m✅ Contract deployed at: CBRL5ZR2DBRJHAW4LQ4Y7TOGZ6WP3BPGW6L3OIXBL67VONTEGLSQYDFK
|
|
631
766
|
|
|
632
767
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
633
|
-
[22m[39m✅ Counter B deployed on Chain B:
|
|
768
|
+
[22m[39m✅ Counter B deployed on Chain B: CBRL5ZR2DBRJHAW4LQ4Y7TOGZ6WP3BPGW6L3OIXBL67VONTEGLSQYDFK
|
|
634
769
|
|
|
635
770
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mSet Counter A Peer to Counter B
|
|
636
771
|
[22m[39m✅ Counter A peer set to Counter B for EID_B
|
|
@@ -651,7 +786,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
651
786
|
[22m[39m📦 Scanning for PacketSent events...
|
|
652
787
|
|
|
653
788
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mScan PacketSent Events (A → B)
|
|
654
|
-
[22m[39m🔍 Scanning events from ledger [
|
|
789
|
+
[22m[39m🔍 Scanning events from ledger [33m270[39m
|
|
655
790
|
|
|
656
791
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mScan PacketSent Events (A → B)
|
|
657
792
|
[22m[39m✅ Found 1 events
|
|
@@ -664,7 +799,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
664
799
|
|
|
665
800
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExtract Packet Header and Payload Hash (A → B)
|
|
666
801
|
[22m[39m✅ Packet header extracted, length: [33m81[39m
|
|
667
|
-
✅ Payload hash extracted:
|
|
802
|
+
✅ Payload hash extracted: 4c11837d81465763...
|
|
668
803
|
|
|
669
804
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN B Verifies Message on Chain B (from Chain A)
|
|
670
805
|
[22m[39m
|
|
@@ -672,19 +807,19 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
672
807
|
|
|
673
808
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN B Verifies Message on Chain B (from Chain A)
|
|
674
809
|
[22m[39m
|
|
675
|
-
📋 Addresses needing to sign: [ [32m'
|
|
810
|
+
📋 Addresses needing to sign: [ [32m'CDCJWZT3KG424G2RIRFARA7RT3NZDQM2EDCNDLITIUBZJYM7R4J3E3YK'[39m ]
|
|
676
811
|
|
|
677
812
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN B Verifies Message on Chain B (from Chain A)
|
|
678
813
|
[22m[39m
|
|
679
814
|
🌳 DVN Auth Entry Tree:
|
|
680
|
-
📞
|
|
815
|
+
📞 CBVIJ472B6IXRKZDAX7YSPAWNEV4K2Q6YV6KD5LG3ON74M2IFG5DNNSG...verify()
|
|
681
816
|
|
|
682
|
-
📝 Signature payload (soroban auth hash):
|
|
683
|
-
✍️ Admin Ed25519 signature created:
|
|
684
|
-
📝 Call hash for multisig:
|
|
817
|
+
📝 Signature payload (soroban auth hash): b637025f065213098ba4df8d7e430f0aa1ed5fc5732df70ae972b5eb2fc64869
|
|
818
|
+
✍️ Admin Ed25519 signature created: 307d0d7c54a545f1612c7847151d5696...
|
|
819
|
+
📝 Call hash for multisig: 184386f929682cd48634440c3420ff3049f71350e742f03409c092fdaf85c334
|
|
685
820
|
|
|
686
821
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN B Verifies Message on Chain B (from Chain A)
|
|
687
|
-
[22m[39m✍️ Multisig signature created:
|
|
822
|
+
[22m[39m✍️ Multisig signature created: 9b8d1ab79cc718066ab0e939373c42c8...
|
|
688
823
|
|
|
689
824
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN B Verifies Message on Chain B (from Chain A)
|
|
690
825
|
[22m[39m
|
|
@@ -703,7 +838,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
703
838
|
[22m[39m✅ Verification committed to endpoint on Chain B
|
|
704
839
|
|
|
705
840
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute native_drop_and_execute on Chain B
|
|
706
|
-
[22m[39m💰 Balance before native drop: [
|
|
841
|
+
[22m[39m💰 Balance before native drop: [33m199058646052n[39m
|
|
707
842
|
|
|
708
843
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute native_drop_and_execute on Chain B
|
|
709
844
|
[22m[39m
|
|
@@ -713,15 +848,17 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
713
848
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute native_drop_and_execute on Chain B
|
|
714
849
|
[22m[39m✅ Simulation complete
|
|
715
850
|
Auth entries returned: [33m2[39m
|
|
851
|
+
Processing auth entry for address: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
852
|
+
Auth entry tree:
|
|
853
|
+
📞 CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2...native_drop_and_execute()
|
|
854
|
+
📞 CBRL5ZR2DBRJHAW4LQ4Y7TOGZ6WP3BPGW6L3OIXBL67VONTEGLSQYDFK...lz_receive()
|
|
855
|
+
✍️ Signing executor auth entry (Abstract Account)...
|
|
716
856
|
Processing auth entry for address: GC72DFYB5KMI4IHRX63L3PTJ73XCZD6NM5BLHQOHNNJKNZVIIVMK3RTH
|
|
717
857
|
Auth entry tree:
|
|
718
|
-
📞
|
|
719
|
-
📞
|
|
858
|
+
📞 CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2...native_drop_and_execute()
|
|
859
|
+
📞 CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N...native_drop()
|
|
860
|
+
📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
|
|
720
861
|
✍️ Signing admin auth entry (regular account)...
|
|
721
|
-
Processing auth entry for address: CBQZNKABSQN6ELI5FEZD65MD5EXFX2IMH6J3UHGREWOA3YKH2NUBQXWL
|
|
722
|
-
Auth entry tree:
|
|
723
|
-
📞 CA36WYFEVQA6AABC53W74TVSO42DAQFPFGHJPZEJWQ66NH3S2JUC37YJ...lz_receive()
|
|
724
|
-
✍️ Signing executor auth entry (Abstract Account)...
|
|
725
862
|
|
|
726
863
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute native_drop_and_execute on Chain B
|
|
727
864
|
[22m[39m✅ Auth entries signed
|
|
@@ -734,13 +871,13 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
734
871
|
[22m[39m✅ Transaction envelope signed
|
|
735
872
|
|
|
736
873
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute native_drop_and_execute on Chain B
|
|
737
|
-
[22m[39m✅ Transaction sent, hash:
|
|
874
|
+
[22m[39m✅ Transaction sent, hash: 3c6c63346d47214c0799ba29343f436de3a28a06fdc2db84b57ff4e2b8ba6c23
|
|
738
875
|
|
|
739
876
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute native_drop_and_execute on Chain B
|
|
740
877
|
[22m[39m✅ Transaction completed successfully
|
|
741
878
|
|
|
742
879
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute native_drop_and_execute on Chain B
|
|
743
|
-
[22m[39m💰 Balance after native drop: [
|
|
880
|
+
[22m[39m💰 Balance after native drop: [33m199059646052n[39m
|
|
744
881
|
✅ Native drop received: [33m1000000n[39m stroops
|
|
745
882
|
|
|
746
883
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute native_drop_and_execute on Chain B
|
|
@@ -754,15 +891,17 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
754
891
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute lz_compose on Chain B (sends response to Chain A)
|
|
755
892
|
[22m[39m✅ Simulation complete
|
|
756
893
|
Auth entries returned: [33m2[39m
|
|
757
|
-
Processing auth entry for address:
|
|
894
|
+
Processing auth entry for address: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
758
895
|
Auth entry tree:
|
|
759
|
-
📞
|
|
760
|
-
|
|
761
|
-
|
|
896
|
+
📞 CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2...compose()
|
|
897
|
+
📞 CBRL5ZR2DBRJHAW4LQ4Y7TOGZ6WP3BPGW6L3OIXBL67VONTEGLSQYDFK...lz_compose()
|
|
898
|
+
📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
|
|
899
|
+
✍️ Signing executor auth entry (Abstract Account)...
|
|
900
|
+
Processing auth entry for address: GC72DFYB5KMI4IHRX63L3PTJ73XCZD6NM5BLHQOHNNJKNZVIIVMK3RTH
|
|
762
901
|
Auth entry tree:
|
|
763
|
-
📞
|
|
902
|
+
📞 CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2...compose()
|
|
764
903
|
📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
|
|
765
|
-
✍️ Signing
|
|
904
|
+
✍️ Signing admin auth entry (regular account)...
|
|
766
905
|
|
|
767
906
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute lz_compose on Chain B (sends response to Chain A)
|
|
768
907
|
[22m[39m✅ Auth entries signed
|
|
@@ -775,7 +914,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
775
914
|
[22m[39m✅ Transaction envelope signed
|
|
776
915
|
|
|
777
916
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute lz_compose on Chain B (sends response to Chain A)
|
|
778
|
-
[22m[39m✅ Transaction sent, hash:
|
|
917
|
+
[22m[39m✅ Transaction sent, hash: 01853f6a54aad13c00c7adfc32fb7e54718d40caea07ea7cc6ccb5d5da5153f5
|
|
779
918
|
|
|
780
919
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExecute lz_compose on Chain B (sends response to Chain A)
|
|
781
920
|
[22m[39m✅ Transaction completed successfully
|
|
@@ -790,7 +929,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
790
929
|
[22m[39m📦 Scanning for PacketSent events...
|
|
791
930
|
|
|
792
931
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mScan Return PacketSent Events (B → A)
|
|
793
|
-
[22m[39m🔍 Scanning events from ledger [
|
|
932
|
+
[22m[39m🔍 Scanning events from ledger [33m279[39m
|
|
794
933
|
Waiting for next ledger...
|
|
795
934
|
|
|
796
935
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mScan Return PacketSent Events (B → A)
|
|
@@ -804,7 +943,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
804
943
|
|
|
805
944
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mExtract Return Packet Header and Payload Hash (B → A)
|
|
806
945
|
[22m[39m✅ Return packet header extracted, length: [33m81[39m
|
|
807
|
-
✅ Return payload hash extracted:
|
|
946
|
+
✅ Return payload hash extracted: 9f7d8789bb30ffcd...
|
|
808
947
|
|
|
809
948
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN A Verifies Return Message on Chain A (from Chain B)
|
|
810
949
|
[22m[39m
|
|
@@ -812,19 +951,19 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
812
951
|
|
|
813
952
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN A Verifies Return Message on Chain A (from Chain B)
|
|
814
953
|
[22m[39m
|
|
815
|
-
📋 Addresses needing to sign: [ [32m'
|
|
954
|
+
📋 Addresses needing to sign: [ [32m'CCRE7RBKIOYYP2T32LIFG5X5JPVLATWJE6NZ2WHGBBSRS3EDIATUAGXL'[39m ]
|
|
816
955
|
|
|
817
956
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN A Verifies Return Message on Chain A (from Chain B)
|
|
818
957
|
[22m[39m
|
|
819
958
|
🌳 DVN Auth Entry Tree:
|
|
820
|
-
📞
|
|
959
|
+
📞 CD6HWYX3ATS6YIKBWNDUZAI7LQ4EAGIWB4TNLAOPGNDPQDTQKZXY3ZUN...verify()
|
|
821
960
|
|
|
822
|
-
📝 Signature payload (soroban auth hash):
|
|
823
|
-
✍️ Admin Ed25519 signature created:
|
|
824
|
-
📝 Call hash for multisig:
|
|
961
|
+
📝 Signature payload (soroban auth hash): 8a7144e9e37fc9a425aa8db5eace0c16d2a4c99cf67d18ce3efd85681b663afe
|
|
962
|
+
✍️ Admin Ed25519 signature created: 7633c99c05f87c57f250c60738a4295b...
|
|
963
|
+
📝 Call hash for multisig: 2738b8e297e900d38f5a9a7d78a55ff7cfc40b69b50871198f1cbac8062a28bb
|
|
825
964
|
|
|
826
965
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN A Verifies Return Message on Chain A (from Chain B)
|
|
827
|
-
[22m[39m✍️ Multisig signature created:
|
|
966
|
+
[22m[39m✍️ Multisig signature created: 7056c72cdd13e5e8f257aab63775a90f...
|
|
828
967
|
|
|
829
968
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mDVN A Verifies Return Message on Chain A (from Chain B)
|
|
830
969
|
[22m[39m
|
|
@@ -850,9 +989,10 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
850
989
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mReceive Return Message on Chain A (lz_receive)
|
|
851
990
|
[22m[39m✅ Simulation complete
|
|
852
991
|
Auth entries returned: [33m1[39m
|
|
853
|
-
Processing auth entry for address:
|
|
992
|
+
Processing auth entry for address: CCEJRNBUYHYXS2EYWMLELP3LHRQG7LGUGPE53NVLDAO2OYRVZWRRE5KA
|
|
854
993
|
Auth entry tree:
|
|
855
|
-
📞
|
|
994
|
+
📞 CBMR35VJLCEKFHENBTRZ53GXCP3JPI3OZU4WEMO4IEPYAKBMO2T6OHXT...execute()
|
|
995
|
+
📞 CCV65QVNTCO5WXFDDQ3ASDAFDEIJYGYG7XKDZ4EL3LEP6LROIB5LFGMH...lz_receive()
|
|
856
996
|
✍️ Signing executor auth entry (Abstract Account)...
|
|
857
997
|
|
|
858
998
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mReceive Return Message on Chain A (lz_receive)
|
|
@@ -866,7 +1006,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
866
1006
|
[22m[39m✅ Transaction envelope signed
|
|
867
1007
|
|
|
868
1008
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mReceive Return Message on Chain A (lz_receive)
|
|
869
|
-
[22m[39m✅ Transaction sent, hash:
|
|
1009
|
+
[22m[39m✅ Transaction sent, hash: 915f04a9afc228c14bb5e53c8326758253870dfa3ecde00a67aefb0d991fcea6
|
|
870
1010
|
|
|
871
1011
|
[90mstdout[2m | test/counter-uln.test.ts[2m > [22m[2mCounter Cross-Chain Testing (ULN302)[2m > [22m[2mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22m[2mReceive Return Message on Chain A (lz_receive)
|
|
872
1012
|
[22m[39m✅ Transaction completed successfully
|
|
@@ -883,73 +1023,73 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
883
1023
|
Chain B → Chain A: Response (Vanilla)
|
|
884
1024
|
DVN A verifies → Commit → lz_receive
|
|
885
1025
|
|
|
886
|
-
[32m✓[39m test/counter-uln.test.ts [2m([22m[2m16 tests[22m[2m)[22m[33m
|
|
887
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mDeploy Counters on Both Chains[2m > [22mDeploy Counter A on Chain A [33m
|
|
888
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mDeploy Counters on Both Chains[2m > [22mDeploy Counter B on Chain B [33m
|
|
889
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mDeploy Counters on Both Chains[2m > [22mSet Counter A Peer to Counter B [33m
|
|
890
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mDeploy Counters on Both Chains[2m > [22mSet Counter B Peer to Counter A [33m
|
|
891
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mCounter A Increment (Composed ABA with Native Drop) - sends to Chain B [33m
|
|
892
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mDVN B Verifies Message on Chain B (from Chain A) [33m
|
|
893
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mCommit Verification on Chain B [33m
|
|
894
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mExecute native_drop_and_execute on Chain B [33m
|
|
895
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mExecute lz_compose on Chain B (sends response to Chain A) [33m
|
|
896
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mScan Return PacketSent Events (B → A) [33m
|
|
897
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mDVN A Verifies Return Message on Chain A (from Chain B) [33m
|
|
898
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mCommit Verification on Chain A (Return Message) [33m
|
|
899
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mReceive Return Message on Chain A (lz_receive) [33m
|
|
1026
|
+
[32m✓[39m test/counter-uln.test.ts [2m([22m[2m16 tests[22m[2m)[22m[33m 26635[2mms[22m[39m
|
|
1027
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mDeploy Counters on Both Chains[2m > [22mDeploy Counter A on Chain A [33m 3217[2mms[22m[39m
|
|
1028
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mDeploy Counters on Both Chains[2m > [22mDeploy Counter B on Chain B [33m 2180[2mms[22m[39m
|
|
1029
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mDeploy Counters on Both Chains[2m > [22mSet Counter A Peer to Counter B [33m 1099[2mms[22m[39m
|
|
1030
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mDeploy Counters on Both Chains[2m > [22mSet Counter B Peer to Counter A [33m 1063[2mms[22m[39m
|
|
1031
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mCounter A Increment (Composed ABA with Native Drop) - sends to Chain B [33m 2988[2mms[22m[39m
|
|
1032
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mDVN B Verifies Message on Chain B (from Chain A) [33m 2777[2mms[22m[39m
|
|
1033
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mCommit Verification on Chain B [33m 1126[2mms[22m[39m
|
|
1034
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mExecute native_drop_and_execute on Chain B [33m 2490[2mms[22m[39m
|
|
1035
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mExecute lz_compose on Chain B (sends response to Chain A) [33m 1839[2mms[22m[39m
|
|
1036
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mScan Return PacketSent Events (B → A) [33m 1019[2mms[22m[39m
|
|
1037
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mDVN A Verifies Return Message on Chain A (from Chain B) [33m 2815[2mms[22m[39m
|
|
1038
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mCommit Verification on Chain A (Return Message) [33m 2647[2mms[22m[39m
|
|
1039
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (ULN302)[2m > [22mCounter Increment with Composed ABA and Native Drop (A → B → A)[2m > [22mReceive Return Message on Chain A (lz_receive) [33m 1356[2mms[22m[39m
|
|
900
1040
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)
|
|
901
1041
|
[22m[39m
|
|
902
1042
|
📋 Chain A addresses (EID: 30401)
|
|
903
|
-
Endpoint:
|
|
904
|
-
SML:
|
|
905
|
-
Executor:
|
|
1043
|
+
Endpoint: CBTIPIW4WM5AR5D7KDSPBUDO4EN2ZYJ7HUPGF7TYSVUCUH7YS4POBVW7
|
|
1044
|
+
SML: CDWXKRXHMJ6TPNMLJJHQJO4JN4PVGAMRWP3EKPHGSA6LEV2ZGNWS24RZ
|
|
1045
|
+
Executor: CCEJRNBUYHYXS2EYWMLELP3LHRQG7LGUGPE53NVLDAO2OYRVZWRRE5KA
|
|
906
1046
|
|
|
907
1047
|
📋 Chain B addresses (EID: 30402)
|
|
908
|
-
Endpoint:
|
|
909
|
-
SML:
|
|
910
|
-
Executor:
|
|
1048
|
+
Endpoint: CAYWFDKDCUOWBHDRQUF6KKY5XYWUATHTOHWOA63YHMJNM6YOIV5QAPKG
|
|
1049
|
+
SML: CAUF6BCROTXP6YMIX4NRIYHFIYEACRDYS2VEBJ2XPCGQS43YZ3G6PDKP
|
|
1050
|
+
Executor: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
911
1051
|
|
|
912
1052
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
913
1053
|
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/counter.wasm
|
|
914
1054
|
📤 Uploading WASM...
|
|
915
|
-
📦 WASM buffer size:
|
|
1055
|
+
📦 WASM buffer size: 40767 bytes (39.81 KB)
|
|
916
1056
|
|
|
917
1057
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
918
|
-
[22m[39m💰 Upload transaction fee:
|
|
1058
|
+
[22m[39m💰 Upload transaction fee: 916931 stroops (0.0916931 XLM)
|
|
919
1059
|
|
|
920
1060
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
921
|
-
[22m[39m⏰ WASM TTL: live until ledger 518667 (
|
|
1061
|
+
[22m[39m⏰ WASM TTL: live until ledger 518667 (518378 ledgers remaining, ~30.00 days)
|
|
922
1062
|
|
|
923
1063
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
924
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
1064
|
+
[22m[39m✅ WASM uploaded, hash: ad0c1fad9f1a1d41626541cb1bd500587f143838f7a0a8fa47d8d162f6f1eaf7
|
|
925
1065
|
🚀 Deploying contract...
|
|
926
1066
|
|
|
927
1067
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
928
|
-
[22m[39m✅ Contract deployed at:
|
|
1068
|
+
[22m[39m✅ Contract deployed at: CAA7V3DLYVAVEJX2CCGGKIBSK5JSBKDW5UJGUP6RT7XFBNBIRXJKFWH3
|
|
929
1069
|
|
|
930
1070
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter A on Chain A
|
|
931
|
-
[22m[39m✅ Counter A deployed on Chain A:
|
|
1071
|
+
[22m[39m✅ Counter A deployed on Chain A: CAA7V3DLYVAVEJX2CCGGKIBSK5JSBKDW5UJGUP6RT7XFBNBIRXJKFWH3
|
|
932
1072
|
|
|
933
1073
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
934
1074
|
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/counter.wasm
|
|
935
1075
|
📤 Uploading WASM...
|
|
936
|
-
📦 WASM buffer size:
|
|
1076
|
+
📦 WASM buffer size: 40767 bytes (39.81 KB)
|
|
937
1077
|
|
|
938
1078
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
939
|
-
[22m[39m💰 Upload transaction fee:
|
|
1079
|
+
[22m[39m💰 Upload transaction fee: 916931 stroops (0.0916931 XLM)
|
|
940
1080
|
|
|
941
1081
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
942
|
-
[22m[39m⏰ WASM TTL: live until ledger 518667 (
|
|
1082
|
+
[22m[39m⏰ WASM TTL: live until ledger 518667 (518374 ledgers remaining, ~30.00 days)
|
|
943
1083
|
|
|
944
1084
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
945
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
1085
|
+
[22m[39m✅ WASM uploaded, hash: ad0c1fad9f1a1d41626541cb1bd500587f143838f7a0a8fa47d8d162f6f1eaf7
|
|
946
1086
|
🚀 Deploying contract...
|
|
947
1087
|
|
|
948
1088
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
949
|
-
[22m[39m✅ Contract deployed at:
|
|
1089
|
+
[22m[39m✅ Contract deployed at: CAVEDJM5QCFQ2K2RUWDX5R5S55U5PACXZRBZ3CB74QZVT3ILF5CIQDRS
|
|
950
1090
|
|
|
951
1091
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mDeploy Counters on Both Chains[2m > [22m[2mDeploy Counter B on Chain B
|
|
952
|
-
[22m[39m✅ Counter B deployed on Chain B:
|
|
1092
|
+
[22m[39m✅ Counter B deployed on Chain B: CAVEDJM5QCFQ2K2RUWDX5R5S55U5PACXZRBZ3CB74QZVT3ILF5CIQDRS
|
|
953
1093
|
|
|
954
1094
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mWire Counters to use SML (Cross-Chain)[2m > [22m[2mSet Counter A Send Library to SML (for sending to Chain B)
|
|
955
1095
|
[22m[39m✅ Counter A send library set to SML for EID_B
|
|
@@ -982,7 +1122,8 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
982
1122
|
[22m[39m📦 Scanning for PacketSent events...
|
|
983
1123
|
|
|
984
1124
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mScan PacketSent Events (A → B)
|
|
985
|
-
[22m[39m🔍 Scanning events from ledger [
|
|
1125
|
+
[22m[39m🔍 Scanning events from ledger [33m305[39m
|
|
1126
|
+
Waiting for next ledger...
|
|
986
1127
|
|
|
987
1128
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mScan PacketSent Events (A → B)
|
|
988
1129
|
[22m[39m✅ Found 1 events
|
|
@@ -1003,21 +1144,20 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
1003
1144
|
|
|
1004
1145
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mReceive Counter Message on Chain B (ABA - triggers response to A)
|
|
1005
1146
|
[22m[39m✅ Simulation complete
|
|
1006
|
-
Auth entries returned: [
|
|
1007
|
-
Processing auth entry for address:
|
|
1147
|
+
Auth entries returned: [33m2[39m
|
|
1148
|
+
Processing auth entry for address: CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N
|
|
1008
1149
|
Auth entry tree:
|
|
1009
|
-
📞
|
|
1010
|
-
📞
|
|
1011
|
-
|
|
1150
|
+
📞 CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2...native_drop_and_execute()
|
|
1151
|
+
📞 CAVEDJM5QCFQ2K2RUWDX5R5S55U5PACXZRBZ3CB74QZVT3ILF5CIQDRS...lz_receive()
|
|
1152
|
+
📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
|
|
1153
|
+
✍️ Signing executor auth entry (Abstract Account)...
|
|
1012
1154
|
Processing auth entry for address: GC72DFYB5KMI4IHRX63L3PTJ73XCZD6NM5BLHQOHNNJKNZVIIVMK3RTH
|
|
1013
1155
|
Auth entry tree:
|
|
1014
|
-
📞
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
Auth entry tree:
|
|
1018
|
-
📞 CAAQUYYVTZUVBQZIXCUDP4CNFJ57V475PSC4H6WJU5LJSYPURERKJG4E...lz_receive()
|
|
1156
|
+
📞 CAJLIPW2SBYOU6FZ3XJPVEFQXZXQ23KXPMRQIPZIE4YHFBG4U6AAH4F2...native_drop_and_execute()
|
|
1157
|
+
📞 CDI4F3MJZGN4GTVO6LB5QVIFT4QLNGGSN6PL5LAEYBWPHEITSXJILW2N...native_drop()
|
|
1158
|
+
📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
|
|
1019
1159
|
📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
|
|
1020
|
-
✍️ Signing
|
|
1160
|
+
✍️ Signing admin auth entry (regular account)...
|
|
1021
1161
|
|
|
1022
1162
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mReceive Counter Message on Chain B (ABA - triggers response to A)
|
|
1023
1163
|
[22m[39m✅ Auth entries signed
|
|
@@ -1030,7 +1170,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
1030
1170
|
[22m[39m✅ Transaction envelope signed
|
|
1031
1171
|
|
|
1032
1172
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mReceive Counter Message on Chain B (ABA - triggers response to A)
|
|
1033
|
-
[22m[39m✅ Transaction sent, hash:
|
|
1173
|
+
[22m[39m✅ Transaction sent, hash: 85140c92cd6b1b5142e7603a492f4c05953e03e98c3eb5cea990ba11331d9343
|
|
1034
1174
|
|
|
1035
1175
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mReceive Counter Message on Chain B (ABA - triggers response to A)
|
|
1036
1176
|
[22m[39m✅ Transaction completed successfully
|
|
@@ -1042,7 +1182,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
1042
1182
|
[22m[39m📦 Scanning for PacketSent events...
|
|
1043
1183
|
|
|
1044
1184
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mScan ABA Response PacketSent Events (B → A)
|
|
1045
|
-
[22m[39m🔍 Scanning events from ledger [
|
|
1185
|
+
[22m[39m🔍 Scanning events from ledger [33m311[39m
|
|
1046
1186
|
Waiting for next ledger...
|
|
1047
1187
|
|
|
1048
1188
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mScan ABA Response PacketSent Events (B → A)
|
|
@@ -1065,15 +1205,17 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
1065
1205
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mReceive ABA Response Message on Chain A
|
|
1066
1206
|
[22m[39m✅ Simulation complete
|
|
1067
1207
|
Auth entries returned: [33m2[39m
|
|
1068
|
-
Processing auth entry for address:
|
|
1208
|
+
Processing auth entry for address: CCEJRNBUYHYXS2EYWMLELP3LHRQG7LGUGPE53NVLDAO2OYRVZWRRE5KA
|
|
1069
1209
|
Auth entry tree:
|
|
1070
|
-
📞
|
|
1071
|
-
|
|
1072
|
-
|
|
1210
|
+
📞 CBMR35VJLCEKFHENBTRZ53GXCP3JPI3OZU4WEMO4IEPYAKBMO2T6OHXT...execute()
|
|
1211
|
+
📞 CAA7V3DLYVAVEJX2CCGGKIBSK5JSBKDW5UJGUP6RT7XFBNBIRXJKFWH3...lz_receive()
|
|
1212
|
+
📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
|
|
1213
|
+
✍️ Signing executor auth entry (Abstract Account)...
|
|
1214
|
+
Processing auth entry for address: GC72DFYB5KMI4IHRX63L3PTJ73XCZD6NM5BLHQOHNNJKNZVIIVMK3RTH
|
|
1073
1215
|
Auth entry tree:
|
|
1074
|
-
📞
|
|
1216
|
+
📞 CBMR35VJLCEKFHENBTRZ53GXCP3JPI3OZU4WEMO4IEPYAKBMO2T6OHXT...execute()
|
|
1075
1217
|
📞 CDMLFMKMMD7MWZP3FKUBZPVHTUEDLSX4BYGYKH4GCESXYHS3IHQ4EIG4...transfer()
|
|
1076
|
-
✍️ Signing
|
|
1218
|
+
✍️ Signing admin auth entry (regular account)...
|
|
1077
1219
|
|
|
1078
1220
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mReceive ABA Response Message on Chain A
|
|
1079
1221
|
[22m[39m✅ Auth entries signed
|
|
@@ -1086,7 +1228,7 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
1086
1228
|
[22m[39m✅ Transaction envelope signed
|
|
1087
1229
|
|
|
1088
1230
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mReceive ABA Response Message on Chain A
|
|
1089
|
-
[22m[39m✅ Transaction sent, hash:
|
|
1231
|
+
[22m[39m✅ Transaction sent, hash: 249c9599b454fdd900a8e35f05bf4a27ba79aa1c7a2cbc40100216a4db6918fc
|
|
1090
1232
|
|
|
1091
1233
|
[90mstdout[2m | test/counter-sml.test.ts[2m > [22m[2mCounter Cross-Chain Testing (SML)[2m > [22m[2mCross-Chain ABA Messaging (A → B → A)[2m > [22m[2mReceive ABA Response Message on Chain A
|
|
1092
1234
|
[22m[39m✅ Transaction completed successfully
|
|
@@ -1098,119 +1240,138 @@ Deploying SAC for asset: OFT:GDF7GWIZJ2UISCOEVTUPPZYBESF7HJXSFJK2C46HWAFEKTFJDHT
|
|
|
1098
1240
|
Request: Counter A (Chain A) → Counter B (Chain B) [ABA]
|
|
1099
1241
|
Response: Counter B (Chain B) → Counter A (Chain A) [Vanilla]
|
|
1100
1242
|
|
|
1101
|
-
[32m✓[39m test/counter-sml.test.ts [2m([22m[2m15 tests[22m[2m)[22m[33m
|
|
1102
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mDeploy Counters on Both Chains[2m > [22mDeploy Counter A on Chain A [33m
|
|
1103
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mDeploy Counters on Both Chains[2m > [22mDeploy Counter B on Chain B [33m
|
|
1104
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter A Send Library to SML (for sending to Chain B) [33m
|
|
1105
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter A Receive Library to SML (for receiving from Chain B) [33m
|
|
1106
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter B Send Library to SML (for sending to Chain A) [33m
|
|
1107
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter B Receive Library to SML (for receiving from Chain A) [33m
|
|
1108
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter A Peer to Counter B [33m
|
|
1109
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter B Peer to Counter A [33m
|
|
1110
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [22mCounter A Increment (ABA) - sends to Chain B [33m
|
|
1111
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [
|
|
1112
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [
|
|
1113
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [
|
|
1114
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [
|
|
1115
|
-
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [
|
|
1243
|
+
[32m✓[39m test/counter-sml.test.ts [2m([22m[2m15 tests[22m[2m)[22m[33m 30213[2mms[22m[39m
|
|
1244
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mDeploy Counters on Both Chains[2m > [22mDeploy Counter A on Chain A [33m 4701[2mms[22m[39m
|
|
1245
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mDeploy Counters on Both Chains[2m > [22mDeploy Counter B on Chain B [33m 2213[2mms[22m[39m
|
|
1246
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter A Send Library to SML (for sending to Chain B) [33m 2656[2mms[22m[39m
|
|
1247
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter A Receive Library to SML (for receiving from Chain B) [33m 1138[2mms[22m[39m
|
|
1248
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter B Send Library to SML (for sending to Chain A) [33m 1131[2mms[22m[39m
|
|
1249
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter B Receive Library to SML (for receiving from Chain A) [33m 1137[2mms[22m[39m
|
|
1250
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter A Peer to Counter B [33m 2602[2mms[22m[39m
|
|
1251
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mWire Counters to use SML (Cross-Chain)[2m > [22mSet Counter B Peer to Counter A [33m 1102[2mms[22m[39m
|
|
1252
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [22mCounter A Increment (ABA) - sends to Chain B [33m 1357[2mms[22m[39m
|
|
1253
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [22mScan PacketSent Events (A → B) [33m 1012[2mms[22m[39m
|
|
1254
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [22mVerify Counter Message on Chain B (via SML) [33m 2607[2mms[22m[39m
|
|
1255
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [22mReceive Counter Message on Chain B (ABA - triggers response to A) [33m 2495[2mms[22m[39m
|
|
1256
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [22mScan ABA Response PacketSent Events (B → A) [33m 1017[2mms[22m[39m
|
|
1257
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [22mVerify ABA Response Message on Chain A (via SML) [33m 2620[2mms[22m[39m
|
|
1258
|
+
[33m[2m✓[22m[39m Counter Cross-Chain Testing (SML)[2m > [22mCross-Chain ABA Messaging (A → B → A)[2m > [22mReceive ABA Response Message on Chain A [33m 2411[2mms[22m[39m
|
|
1116
1259
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
1117
1260
|
[22m[39m📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/upgrader.wasm
|
|
1118
1261
|
📤 Uploading WASM...
|
|
1119
|
-
📦 WASM buffer size:
|
|
1262
|
+
📦 WASM buffer size: 5385 bytes (5.26 KB)
|
|
1120
1263
|
|
|
1121
1264
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
1122
|
-
[22m[39m💰 Upload transaction fee:
|
|
1265
|
+
[22m[39m💰 Upload transaction fee: 2044511 stroops (0.2044511 XLM)
|
|
1123
1266
|
|
|
1124
1267
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
1125
1268
|
[22m[39m⏰ WASM TTL: live until ledger 121278 (120959 ledgers remaining, ~7.00 days)
|
|
1126
1269
|
|
|
1127
1270
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
1128
|
-
[22m[39m✅ WASM uploaded, hash:
|
|
1271
|
+
[22m[39m✅ WASM uploaded, hash: b1a7ef0631e7b4bf9569dcdc0525ba6a8669f7450a363c7052b16d14dd881771
|
|
1129
1272
|
🚀 Deploying contract...
|
|
1130
1273
|
|
|
1131
1274
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
1132
|
-
[22m[39m✅ Contract deployed at:
|
|
1275
|
+
[22m[39m✅ Contract deployed at: CDGJ33REZJJKYID23FLDVTGRGM2UITH5NTHAXRGPZEYP7UNRYGG3JUJH
|
|
1133
1276
|
|
|
1134
1277
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy Upgrader Contract
|
|
1135
|
-
[22m[39m✅ Upgrader deployed at:
|
|
1278
|
+
[22m[39m✅ Upgrader deployed at: CDGJ33REZJJKYID23FLDVTGRGM2UITH5NTHAXRGPZEYP7UNRYGG3JUJH
|
|
1279
|
+
|
|
1280
|
+
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
1281
|
+
[22m[39m📖 Reading Test Contract V1 WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/dvn.wasm
|
|
1282
|
+
📖 Reading WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/target/wasm32v1-none/release/dvn.wasm
|
|
1283
|
+
📤 Uploading WASM...
|
|
1284
|
+
📦 WASM buffer size: 55851 bytes (54.54 KB)
|
|
1136
1285
|
|
|
1137
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy
|
|
1138
|
-
[22m[39m
|
|
1139
|
-
📦 WASM buffer size: 13683 bytes (13.36 KB)
|
|
1286
|
+
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
1287
|
+
[22m[39m💰 Upload transaction fee: 1239343 stroops (0.1239343 XLM)
|
|
1140
1288
|
|
|
1141
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy
|
|
1142
|
-
[22m[39m
|
|
1289
|
+
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
1290
|
+
[22m[39m⏰ WASM TTL: live until ledger 518532 (518209 ledgers remaining, ~29.99 days)
|
|
1143
1291
|
|
|
1144
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy
|
|
1145
|
-
[22m[39m
|
|
1292
|
+
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
1293
|
+
[22m[39m✅ WASM uploaded, hash: 26bd42a59769e8449b65fe65b5ca636489be375c923f19a5943211834c592008
|
|
1294
|
+
🚀 Deploying contract...
|
|
1146
1295
|
|
|
1147
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy
|
|
1148
|
-
[22m[39m✅
|
|
1149
|
-
🚀 Deploying Test Contract V1...
|
|
1296
|
+
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
1297
|
+
[22m[39m✅ Contract deployed at: CBJTE7SIERBXO2LNMF4ATEDCC7E6E5HSNDRQLLCADIGR2XWZOX5O7L7B
|
|
1150
1298
|
|
|
1151
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy
|
|
1152
|
-
[22m[39m✅ Test Contract V1 deployed at:
|
|
1299
|
+
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mDeploy DVN Contract V1
|
|
1300
|
+
[22m[39m✅ Test Contract V1 deployed at: CBJTE7SIERBXO2LNMF4ATEDCC7E6E5HSNDRQLLCADIGR2XWZOX5O7L7B
|
|
1153
1301
|
|
|
1154
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mVerify Test Contract V1
|
|
1155
|
-
[22m[39m✅ Test Contract V1
|
|
1302
|
+
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mContract Deployments[2m > [22m[2mVerify Test Contract V1 VID
|
|
1303
|
+
[22m[39m✅ Test Contract V1 vid value: [33m1[39m
|
|
1156
1304
|
|
|
1157
1305
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mUpload Test Contract V2 WASM
|
|
1158
|
-
[22m[39m📖 Reading Test Contract V2 WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/
|
|
1159
|
-
📦 WASM buffer size:
|
|
1306
|
+
[22m[39m📖 Reading Test Contract V2 WASM file from: /home/runner/work/monorepo-internal/monorepo-internal/contracts/protocol/stellar/sdk/test/test_data/test_upgradeable_dvn.wasm
|
|
1307
|
+
📦 WASM buffer size: 56523 bytes (55.20 KB)
|
|
1160
1308
|
|
|
1161
1309
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mUpload Test Contract V2 WASM
|
|
1162
|
-
[22m[39m💰 Upload transaction fee:
|
|
1310
|
+
[22m[39m💰 Upload transaction fee: 25125774 stroops (2.5125774 XLM)
|
|
1163
1311
|
|
|
1164
1312
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mUpload Test Contract V2 WASM
|
|
1165
|
-
[22m[39m⏰ WASM TTL: live until ledger
|
|
1313
|
+
[22m[39m⏰ WASM TTL: live until ledger 121286 (120959 ledgers remaining, ~7.00 days)
|
|
1166
1314
|
|
|
1167
1315
|
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mUpload Test Contract V2 WASM
|
|
1168
|
-
[22m[39m✅ Test Contract V2 WASM uploaded, hash:
|
|
1316
|
+
[22m[39m✅ Test Contract V2 WASM uploaded, hash: 6f9270ce050cc6870f867279586cd7a9748c5d231dbe8f5d732306c56ea3e536
|
|
1169
1317
|
|
|
1170
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can
|
|
1318
|
+
[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
|
|
1171
1319
|
[22m[39m🔄 Testing upgrader contract call...
|
|
1172
|
-
Contract address:
|
|
1173
|
-
New WASM hash:
|
|
1320
|
+
Contract address: CBJTE7SIERBXO2LNMF4ATEDCC7E6E5HSNDRQLLCADIGR2XWZOX5O7L7B
|
|
1321
|
+
New WASM hash: 6f9270ce050cc6870f867279586cd7a9748c5d231dbe8f5d732306c56ea3e536
|
|
1174
1322
|
|
|
1175
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can
|
|
1176
|
-
[22m[39m
|
|
1177
|
-
|
|
1323
|
+
[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
|
|
1324
|
+
[22m[39m
|
|
1325
|
+
🔄 Simulating DVN transaction to get the auth entries
|
|
1178
1326
|
|
|
1179
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can
|
|
1180
|
-
[22m[39m
|
|
1181
|
-
|
|
1182
|
-
Skipping source account auth entry
|
|
1183
|
-
Skipping source account auth entry
|
|
1327
|
+
[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
|
|
1328
|
+
[22m[39m
|
|
1329
|
+
📋 Addresses needing to sign: [ [32m'CBJTE7SIERBXO2LNMF4ATEDCC7E6E5HSNDRQLLCADIGR2XWZOX5O7L7B'[39m ]
|
|
1184
1330
|
|
|
1185
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can
|
|
1186
|
-
[22m[39m
|
|
1187
|
-
|
|
1188
|
-
|
|
1331
|
+
[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
|
|
1332
|
+
[22m[39m
|
|
1333
|
+
🌳 DVN Auth Entry Tree:
|
|
1334
|
+
📞 CDGJ33REZJJKYID23FLDVTGRGM2UITH5NTHAXRGPZEYP7UNRYGG3JUJH...upgrade_and_migrate()
|
|
1335
|
+
📞 CBJTE7SIERBXO2LNMF4ATEDCC7E6E5HSNDRQLLCADIGR2XWZOX5O7L7B...upgrade()
|
|
1336
|
+
📞 CBJTE7SIERBXO2LNMF4ATEDCC7E6E5HSNDRQLLCADIGR2XWZOX5O7L7B...migrate()
|
|
1337
|
+
|
|
1338
|
+
📝 Signature payload (soroban auth hash): 484dc01747301749d51380aaf83197d8695a7341a7c73e308e140f26dfd58f6c
|
|
1339
|
+
✍️ Admin Ed25519 signature created: d91a5ee717bf7e03a6d5440509743a23...
|
|
1340
|
+
📝 Call hash for multisig: 6f50d622be249bfceacdfd6a248d6e51246a915966f93e689ba65f7c0028fcd3
|
|
1341
|
+
|
|
1342
|
+
[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
|
|
1343
|
+
[22m[39m✍️ Multisig signature created: 967014bc7787f3f1bcdc3b7ca1f0b0ec...
|
|
1344
|
+
|
|
1345
|
+
[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
|
|
1346
|
+
[22m[39m
|
|
1347
|
+
🔄 DVN auth signed
|
|
1348
|
+
📋 Remaining signers after DVN: []
|
|
1189
1349
|
|
|
1190
|
-
|
|
1191
|
-
|
|
1350
|
+
🔄 Final re-simulation with DVN auth entries signed
|
|
1351
|
+
|
|
1352
|
+
[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
|
|
1353
|
+
[22m[39m✅ Final simulation complete
|
|
1192
1354
|
|
|
1193
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mTest Upgrader Contract Can
|
|
1355
|
+
[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
|
|
1194
1356
|
[22m[39m✅ Upgrade transaction completed
|
|
1195
|
-
Transaction status: SUCCESS
|
|
1196
1357
|
|
|
1197
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mVerify Test Contract V2
|
|
1198
|
-
[22m[39m✅ Test Contract V2
|
|
1358
|
+
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mVerify Test Contract V2 test_upgrade_version After Upgrade
|
|
1359
|
+
[22m[39m✅ Test Contract V2 test_upgrade_version value: [33m2[39m
|
|
1199
1360
|
|
|
1200
|
-
[90mstdout[2m | test/upgrader.test.ts[2m > [22m[2mUpgrader Contract Testing[2m > [22m[2mUpgrade Workflow[2m > [22m[2mVerify Test Contract V1
|
|
1201
|
-
[22m[39m✅ Test Contract V2
|
|
1361
|
+
[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
|
|
1362
|
+
[22m[39m✅ Test Contract V2 vid value (from V1): [33m1[39m
|
|
1202
1363
|
|
|
1203
|
-
[32m✓[39m test/upgrader.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
1204
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy Upgrader Contract [33m
|
|
1205
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy
|
|
1206
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mUpload Test Contract V2 WASM [33m
|
|
1207
|
-
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mTest Upgrader Contract Can
|
|
1364
|
+
[32m✓[39m test/upgrader.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m 10841[2mms[22m[39m
|
|
1365
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy Upgrader Contract [33m 4607[2mms[22m[39m
|
|
1366
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mContract Deployments[2m > [22mDeploy DVN Contract V1 [33m 3700[2mms[22m[39m
|
|
1367
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mUpload Test Contract V2 WASM [33m 1109[2mms[22m[39m
|
|
1368
|
+
[33m[2m✓[22m[39m Upgrader Contract Testing[2m > [22mUpgrade Workflow[2m > [22mTest Upgrader Contract Can Upgrade DVN with Multisig Auth [33m 1272[2mms[22m[39m
|
|
1208
1369
|
|
|
1209
|
-
[2m Test Files [22m [1m[
|
|
1210
|
-
[2m Tests [22m [1m[
|
|
1370
|
+
[2m Test Files [22m [1m[32m5 passed[39m[22m[90m (5)[39m
|
|
1371
|
+
[2m Tests [22m [1m[32m80 passed[39m[22m[90m (80)[39m
|
|
1211
1372
|
[2mType Errors [22m [2mno errors[22m
|
|
1212
|
-
[2m Start at [22m
|
|
1213
|
-
[2m Duration [22m
|
|
1373
|
+
[2m Start at [22m 08:01:07
|
|
1374
|
+
[2m Duration [22m 360.01s[2m (transform 562ms, setup 0ms, collect 973ms, tests 128.23s, environment 0ms, prepare 83ms)[22m
|
|
1214
1375
|
|
|
1215
1376
|
|
|
1216
1377
|
========================================
|