Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into pb/jan16
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Jan 19, 2025
2 parents e82fd57 + fed42c3 commit c4de75f
Show file tree
Hide file tree
Showing 42 changed files with 347 additions and 179 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-lamps-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-schools-attack.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/many-llamas-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/infra': minor
---

updated zero ETH warp route config getter
5 changes: 0 additions & 5 deletions .changeset/real-actors-grow.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/thirty-apricots-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/infra': minor
---

Add support for Artela config
5 changes: 0 additions & 5 deletions .changeset/three-walls-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-knives-drop.md

This file was deleted.

2 changes: 1 addition & 1 deletion .registryrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d93611514e1769a84021a8928eceec90a1f6d30f
0797d4ddc91b48b62b1b7c9b64a638ad03c71212
120 changes: 93 additions & 27 deletions rust/main/Cargo.lock

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

18 changes: 7 additions & 11 deletions rust/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ color-eyre = "0.6"
config = "0.13.3"
console-subscriber = "0.2.0"
convert_case = "0.6"
cosmrs = { version = "0.18.0", default-features = false, features = [
cosmrs = { version = "0.21.0", default-features = false, features = [
"cosmwasm",
"rpc",
"tokio",
Expand All @@ -69,16 +69,17 @@ futures = "0.3"
futures-util = "0.3"
generic-array = { version = "0.14", features = ["serde", "more_lengths"] }
# Required for WASM support https://docs.rs/getrandom/latest/getrandom/#webassembly-support
bech32 = "0.9.1"
bech32 = "0.11.0"
elliptic-curve = "0.13.8"
getrandom = { version = "0.2", features = ["js"] }
hex = "0.4.3"
http = "1.2.0"
hyper = "0.14"
hyper-tls = "0.5.0"
hyperlane-cosmwasm-interface = "=0.0.6-rc6"
ibc-proto = "0.51.1"
injective-protobuf = "0.2.2"
injective-std = "1.13.2-hyperlane-2025-01-09-11-28"
injective-std = "1.13.6"
itertools = "*"
jobserver = "=0.1.26"
jsonrpc-core = "18.0"
Expand Down Expand Up @@ -134,8 +135,8 @@ static_assertions = "1.1"
strum = "0.26.2"
strum_macros = "0.26.2"
tempfile = "3.3"
tendermint = "0.38.1"
tendermint-rpc = { version = "0.38.1", features = ["http-client", "tokio"] }
tendermint = "0.40.1"
tendermint-rpc = { version = "0.40.1", features = ["http-client", "tokio"] }
thiserror = "1.0"
time = "0.3"
tiny-keccak = "2.0.2"
Expand All @@ -159,7 +160,7 @@ which = "4.3"
ya-gcp = { version = "0.11.3", features = ["storage"] }

## TODO: remove this
cosmwasm-schema = "1.2.7"
cosmwasm-schema = "2.2.0"

[profile.release.package.access-control]
overflow-checks = true
Expand Down Expand Up @@ -299,8 +300,3 @@ version = "=0.5.0"
version = "=0.1.0"
git = "https://github.com/hyperlane-xyz/solana-program-library.git"
branch = "hyperlane"

[patch.crates-io.injective-std]
version = "1.13.2-hyperlane-2025-01-09-11-28"
git = "https://github.com/hyperlane-xyz/cw-injective.git"
tag = "1.13.2-hyperlane-2025-01-09-11-28"
1 change: 1 addition & 0 deletions rust/main/chains/hyperlane-cosmos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ hyperlane-core = { path = "../../hyperlane-core", features = ["async"] }
hyperlane-cosmwasm-interface.workspace = true
hyper = { workspace = true }
hyper-tls = { workspace = true }
ibc-proto = { workspace = true }
injective-protobuf = { workspace = true }
injective-std = { workspace = true }
itertools = { workspace = true }
Expand Down
Loading

0 comments on commit c4de75f

Please sign in to comment.