Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
chore: move away from ibc-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Nov 27, 2023
1 parent 0d1e96c commit 5cba06d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion 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 mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ ibc-core = { workspace = true }
ibc-app-transfer = { workspace = true }
ibc-client-tendermint = { workspace = true }
ibc-core-host-cosmos = { workspace = true }
ibc-proto = { version = "0.38.0", default-features = false, features = ["borsh"] }

# cosmos dependencies
basecoin-app = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "d1cd0d7" }
Expand Down
2 changes: 1 addition & 1 deletion mocks/src/cosmos/helpers/convert.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use ibc_core::commitment_types::merkle::MerkleProof;
use ibc_core::commitment_types::proto::ics23::CommitmentProof;
use ibc_core::commitment_types::proto::v1::MerkleProof as RawMerkleProof;
use ibc_proto::ics23::CommitmentProof;
use tendermint::merkle::proof::ProofOps;

pub fn convert_tm_to_ics_merkle_proof(tm_proof: &ProofOps) -> MerkleProof {
Expand Down

0 comments on commit 5cba06d

Please sign in to comment.