Skip to content

Commit

Permalink
cosmos-sdk-proto: remove ics23 dependency
Browse files Browse the repository at this point in the history
As discussed in cosmos/ibc-proto-rs#187, removes this dependency so
`ics-proto` can import it directly and we don't need to worry about
keeping the two synchronized.
  • Loading branch information
tony-iqlusion committed Sep 9, 2024
1 parent 86b5f71 commit 55cc652
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
79 changes: 0 additions & 79 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ edition = "2021"
rust-version = "1.72"

[dependencies]
ics23 = { version = "0.12.0" }
prost = { version = "0.13", default-features = false }
tendermint-proto = { version = "0.39.1" }

Expand Down
5 changes: 0 additions & 5 deletions cosmos-sdk-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ pub mod cosmos {
}
}

/// ICS23 protobuf definitions.
pub mod ics23 {
pub use ::ics23 as v1;
}

/// Messages and services handling minting
pub mod mint {
pub mod v1beta1 {
Expand Down

0 comments on commit 55cc652

Please sign in to comment.