Skip to content

Commit 8517723

Browse files
committed
test(boot): update vstorage-chain-info snapshots for refreshed chain info
The chain-info refresh added new IBC connections (e.g. injective, celestia) that are published to vstorage. Regenerate the documentStorageSchema snapshots so the boot test matches the refreshed src/fetched-chain-info.js. https://claude.ai/code/session_012wtE5M3Z8EDWPb3UWwZq2D
1 parent 88a5a67 commit 8517723

2 files changed

Lines changed: 84 additions & 0 deletions

File tree

packages/boot/test/orchestration/snapshots/vstorage-chain-info.test.ts.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,27 @@ Generated by [AVA](https://avajs.dev).
866866
},
867867
},
868868
],
869+
[
870+
'published.agoricNames.chainConnection.agoric-3_injective-1',
871+
{
872+
client_id: '07-tendermint-126',
873+
counterparty: {
874+
client_id: '07-tendermint-328',
875+
connection_id: 'connection-333',
876+
},
877+
id: 'connection-118',
878+
state: 3,
879+
transferChannel: {
880+
channelId: 'channel-492',
881+
counterPartyChannelId: 'channel-454',
882+
counterPartyPortId: 'transfer',
883+
ordering: 0,
884+
portId: 'transfer',
885+
state: 3,
886+
version: 'ics20-1',
887+
},
888+
},
889+
],
869890
[
870891
'published.agoricNames.chainConnection.agoric-3_kaiyo-1',
871892
{
@@ -1916,6 +1937,27 @@ Generated by [AVA](https://avajs.dev).
19161937
},
19171938
},
19181939
],
1940+
[
1941+
'published.agoricNames.chainConnection.celestia_cosmoshub-4',
1942+
{
1943+
client_id: '07-tendermint-151',
1944+
counterparty: {
1945+
client_id: '07-tendermint-1480',
1946+
connection_id: 'connection-1272',
1947+
},
1948+
id: 'connection-103',
1949+
state: 3,
1950+
transferChannel: {
1951+
channelId: 'channel-278',
1952+
counterPartyChannelId: 'channel-1879',
1953+
counterPartyPortId: 'transfer',
1954+
ordering: 0,
1955+
portId: 'transfer',
1956+
state: 3,
1957+
version: 'ics20-1',
1958+
},
1959+
},
1960+
],
19191961
[
19201962
'published.agoricNames.chainConnection.celestia_dymension__1100-1',
19211963
{
@@ -6418,6 +6460,27 @@ Generated by [AVA](https://avajs.dev).
64186460
},
64196461
},
64206462
],
6463+
[
6464+
'published.agoricNames.chainConnection.agoric-3_injective-1',
6465+
{
6466+
client_id: '07-tendermint-126',
6467+
counterparty: {
6468+
client_id: '07-tendermint-328',
6469+
connection_id: 'connection-333',
6470+
},
6471+
id: 'connection-118',
6472+
state: 3,
6473+
transferChannel: {
6474+
channelId: 'channel-492',
6475+
counterPartyChannelId: 'channel-454',
6476+
counterPartyPortId: 'transfer',
6477+
ordering: 0,
6478+
portId: 'transfer',
6479+
state: 3,
6480+
version: 'ics20-1',
6481+
},
6482+
},
6483+
],
64216484
[
64226485
'published.agoricNames.chainConnection.agoric-3_kaiyo-1',
64236486
{
@@ -7468,6 +7531,27 @@ Generated by [AVA](https://avajs.dev).
74687531
},
74697532
},
74707533
],
7534+
[
7535+
'published.agoricNames.chainConnection.celestia_cosmoshub-4',
7536+
{
7537+
client_id: '07-tendermint-151',
7538+
counterparty: {
7539+
client_id: '07-tendermint-1480',
7540+
connection_id: 'connection-1272',
7541+
},
7542+
id: 'connection-103',
7543+
state: 3,
7544+
transferChannel: {
7545+
channelId: 'channel-278',
7546+
counterPartyChannelId: 'channel-1879',
7547+
counterPartyPortId: 'transfer',
7548+
ordering: 0,
7549+
portId: 'transfer',
7550+
state: 3,
7551+
version: 'ics20-1',
7552+
},
7553+
},
7554+
],
74717555
[
74727556
'published.agoricNames.chainConnection.celestia_dymension__1100-1',
74737557
{
Binary file not shown.

0 commit comments

Comments
 (0)