Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdk 50 v2 #716

Merged
merged 28 commits into from
Sep 5, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ace0f16
upgrades interchaintest to ibc8 first commit
faddat Jul 24, 2023
ebc28a5
initial tidy
faddat Jul 24, 2023
1b0bf83
use math lib and use store from 50
faddat Jul 24, 2023
190cc6d
update packages
faddat Jul 25, 2023
1bd743d
remove beginblockevents section in chain_node.go
faddat Jul 25, 2023
2e5b0ef
bump go
faddat Jul 25, 2023
85d52bd
Merge remote-tracking branch 'origin/main' into faddat/ibc8
faddat Aug 3, 2023
2196665
Merge remote-tracking branch 'origin/main' into faddat/ibc8
faddat Aug 21, 2023
43a831f
upgrade workflows
catShaark Aug 21, 2023
d69e2ec
update lint.yml
faddat Aug 22, 2023
bed003c
Merge remote-tracking branch 'origin/main' into faddat/sdk-50-v2
faddat Aug 23, 2023
4e86fbe
Merge remote-tracking branch 'origin/main' into faddat/sdk-50-v2
faddat Aug 23, 2023
92d5857
update ibc to use upstream repo
faddat Aug 24, 2023
339d5ae
add finalizeBlockTx
catShaark Aug 26, 2023
52eb9fe
update hermes config
charleenfei Aug 30, 2023
79bbe45
update default hermes version
charleenfei Aug 31, 2023
c9539fd
rm unneeded param
charleenfei Aug 31, 2023
33aa10d
remove wasm
boojamya Aug 30, 2023
c819b0c
remove polkadot
boojamya Aug 30, 2023
8518e52
remove hyperspace
boojamya Aug 30, 2023
eea91cb
update go mod + tidy
boojamya Aug 31, 2023
dd103da
update sdk boundary test
boojamya Aug 31, 2023
18fdf1b
relayer image for sdk boundary test
boojamya Aug 31, 2023
512b60a
Merge branch 'main' into faddat/sdk-50-v2
faddat Sep 1, 2023
9536aa6
bump module to `v8`
boojamya Sep 1, 2023
86b2183
boundary test run in parallel
boojamya Sep 1, 2023
5b748bc
fix: bump hermes UidGid
boojamya Sep 1, 2023
c2dc240
Merge branch 'main' into faddat/sdk-50-v2
boojamya Sep 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update default hermes version
  • Loading branch information
charleenfei committed Aug 31, 2023
commit 79bbe451e41a93e0fbfbde0823a84abc6f08a5f7
2 changes: 1 addition & 1 deletion relayer/hermes/hermes_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
const (
hermes = "hermes"
defaultContainerImage = "ghcr.io/informalsystems/hermes"
DefaultContainerVersion = "1.4.0"
DefaultContainerVersion = "1.6.0"

hermesDefaultUidGid = "1000:1000"
hermesHome = "/home/hermes"
Expand Down