forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade to new v1 protos (#19)
* chore: set astria dependencies to development branch * set msrv to 1.81, docker to rust:1.81-buster * bookworm, not buster * chore!: update to v1 protos * update to pushed rev --------- Co-authored-by: Richard Janis Goldschmidt <[email protected]>
- Loading branch information
1 parent
31fca38
commit d16d26a
Showing
7 changed files
with
54 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ readme = "README.md" | |
keywords = ["blockchain", "consensus", "cosmos", "ibc", "tendermint"] | ||
repository = "https://github.com/informalsystems/hermes" | ||
authors = ["Informal Systems <[email protected]>"] | ||
rust-version = "1.71" | ||
rust-version = "1.81" | ||
description = """ | ||
Implementation of an IBC Relayer in Rust, as a library | ||
""" | ||
|
@@ -24,8 +24,8 @@ ibc-proto = { version = "0.41.0", features = ["serde"] } | |
ibc-telemetry = { version = "0.26.4", path = "../telemetry", optional = true } | ||
ibc-relayer-types = { version = "0.26.4", path = "../relayer-types", features = ["mocks"] } | ||
|
||
astria-core = { git = "https://github.com/astriaorg/astria", tag = "sequencer-v0.16.0" } | ||
astria-sequencer-client = { git = "https://github.com/astriaorg/astria", tag = "sequencer-v0.16.0", features = [ "http" ] } | ||
astria-core = { git = "https://github.com/astriaorg/astria", rev = "812960f713d07d7aeed479c5e805d6238fe20312" } | ||
astria-sequencer-client = { git = "https://github.com/astriaorg/astria", rev = "812960f713d07d7aeed479c5e805d6238fe20312", features = [ "http" ] } | ||
ed25519-consensus = "2.1.0" | ||
ibc-types = "0.12.0" | ||
jmt = "0.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters