Extract mocks protos from the ibc-proto
crate into the ibc
crate
#19
Labels
good first issue
Good for newcomers
ibc-proto
crate into the ibc
crate
#19
Summary
Extract mocks protos from the
ibc-proto
crate into theibc
crate.Problem Definition
@ancazamfir pointed out to me today that the mock proto are kept in sync with our codebase while the rest of the proto definitions might evolve at a different pace. This causes a lot of pain when we want to update the mocks without doing a full release of the ibc-proto crate, or when we want to do an update and release of the
ibc-proto
crate independently from the rest of theibc-rs
project.Proposal
Extract the mock protos from the
ibc-proto
crate into theibc
crate, and compile them to Rust automatically at build time with `build.rs.For Admin Use
The text was updated successfully, but these errors were encountered: