Skip to content

Commit

Permalink
use canined image v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
BiPhan4 committed Feb 6, 2024
1 parent f2f9cc4 commit bdf3688
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion e2e/interchaintest/chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var chainSpecs = []*interchaintest.ChainSpec{
{
Repository: "biphan4/canine-chain", // FOR LOCAL IMAGE USE: Docker Image Name
// issue: we tried both the github link and the module declaration but both cause the image not to be pulled
Version: "0.0.18", // FOR LOCAL IMAGE USE: Docker Image Tag
Version: "0.0.19", // FOR LOCAL IMAGE USE: Docker Image Tag
},
},
Bin: "canined",
Expand Down
28 changes: 14 additions & 14 deletions e2e/interchaintest/logs/test.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
INFO: 2024/02/05 16:47:47 Wasmd First light client is
INFO: 2024/02/05 16:47:47 [
INFO: 2024/02/06 11:37:03 Wasmd First light client is
INFO: 2024/02/06 11:37:03 [
{
"client_id": "07-tendermint-0",
"client_state": {
Expand All @@ -13,20 +13,20 @@ INFO: 2024/02/05 16:47:47 [
}
}
]
INFO: 2024/02/05 16:47:47 Wasmd Second light client is
INFO: 2024/02/05 16:47:47 null
INFO: 2024/02/05 16:47:47 jackal first light client is
INFO: 2024/02/05 16:47:47 [
INFO: 2024/02/06 11:37:03 Wasmd Second light client is
INFO: 2024/02/06 11:37:03 null
INFO: 2024/02/06 11:37:03 jackal first light client is
INFO: 2024/02/06 11:37:03 [
{
"client_id": "07-tendermint-0",
"client_state": {
"chain_id": "wasmd-1"
}
}
]
INFO: 2024/02/05 16:47:47 jackal second light client is
INFO: 2024/02/05 16:47:47 null
INFO: 2024/02/05 16:48:15 {
INFO: 2024/02/06 11:37:03 jackal second light client is
INFO: 2024/02/06 11:37:03 null
INFO: 2024/02/06 11:37:31 {
"id": "connection-0",
"client_id": "07-tendermint-0",
"versions": [
Expand All @@ -48,7 +48,7 @@ INFO: 2024/02/05 16:48:15 {
},
"delay_period": "0"
}
INFO: 2024/02/05 16:48:15 {
INFO: 2024/02/06 11:37:31 {
"id": "connection-localhost",
"client_id": "09-localhost",
"versions": [
Expand All @@ -70,8 +70,8 @@ INFO: 2024/02/05 16:48:15 {
},
"delay_period": "0"
}
INFO: 2024/02/05 16:48:15 The first canined connections are:
INFO: 2024/02/05 16:48:15 {
INFO: 2024/02/06 11:37:32 The first canined connections are:
INFO: 2024/02/06 11:37:32 {
"id": "connection-0",
"client_id": "07-tendermint-0",
"versions": [
Expand All @@ -93,5 +93,5 @@ INFO: 2024/02/05 16:48:15 {
},
"delay_period": "0"
}
INFO: 2024/02/05 16:48:53 [0x1400169e400]
INFO: 2024/02/05 16:49:31 /
INFO: 2024/02/06 11:38:07 [0x1400161db00]
INFO: 2024/02/06 11:38:45 /

0 comments on commit bdf3688

Please sign in to comment.