Skip to content

Commit

Permalink
bump astria, penumbra, and ibc-proto deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Jan 30, 2024
1 parent 2b0fd79 commit 357bec3
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 51 deletions.
102 changes: 64 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/chain-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = """

[dependencies]
ibc-relayer-types = { version = "0.26.4", path = "../relayer-types" }
ibc-proto = { version = "0.39.0", features = ["serde"] }
ibc-proto = { version = "0.40.0", features = ["serde"] }
tendermint-rpc = { version = "0.34.0", features = ["http-client", "websocket-client"] }

async-trait = "0.1.72"
Expand Down
2 changes: 1 addition & 1 deletion crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mocks = ["tendermint-testgen", "clock"]

[dependencies]
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
ibc-proto = { version = "0.39.0", features = ["serde"] }
ibc-proto = { version = "0.40.0", features = ["serde"] }
ics23 = { version = "0.11.0", features = ["std", "host-functions"] }
time = { version = "0.3" }
serde_derive = { version = "1.0.104" }
Expand Down
14 changes: 7 additions & 7 deletions crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ default = ["flex-error/std", "flex-error/eyre_tracer"]
telemetry = ["ibc-telemetry"]

[dependencies]
ibc-proto = { version = "0.39.0", features = ["serde"] }
ibc-proto = { version = "0.40.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"] }

# TODO: bump this after IBC PRs (specifically balance query) are merged
astria-core = { git = "https://github.com/astriaorg/astria", rev = "6ffbced612a7244ccea146db90c6cfb8c1aa7466" }
astria-sequencer-client = { git = "https://github.com/astriaorg/astria", rev = "6ffbced612a7244ccea146db90c6cfb8c1aa7466", features = [ "http" ] }
astria-core = { git = "https://github.com/astriaorg/astria", rev = "093e5794a6b66c7e163442127170263d4e2b2cf9" }
astria-sequencer-client = { git = "https://github.com/astriaorg/astria", rev = "093e5794a6b66c7e163442127170263d4e2b2cf9", features = [ "http" ] }
ed25519-consensus = "2.1.0"
ibc-types = "0.10.0"
ibc-types = "0.11.0"
jmt = "0.6"
penumbra-ibc = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.64.1", default-features = false }
penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra.git", tag = "v0.64.1" }
# bump to a release after https://github.com/penumbra-zone/penumbra/pull/3598 is included
penumbra-ibc = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "1b1be7e1373401eaf30d63352ee680991cb42aea", default-features = false }
penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra.git", rev = "1b1be7e1373401eaf30d63352ee680991cb42aea" }
pbjson-types = "0.6"

subtle-encoding = "0.5"
Expand Down
Loading

0 comments on commit 357bec3

Please sign in to comment.