You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dependency on tendermint-rpc in ibc crate by moving the get_all_events function into the relayer.
Problem Definition
The ibc crate should not imply a dependency on tendermint-rpc and all its transitive dependencies, especially since the function that introduces the dependency is only use in the ibc-relayer crate.
Proposal
Move get_all_events into ibc-relayer.
Make tendermint-rpc a test-only dependency.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
abc
Summary
Remove dependency on
tendermint-rpc
inibc
crate by moving theget_all_events
function into the relayer.Problem Definition
The
ibc
crate should not imply a dependency ontendermint-rpc
and all its transitive dependencies, especially since the function that introduces the dependency is only use in theibc-relayer
crate.Proposal
get_all_events
intoibc-relayer
.tendermint-rpc
a test-only dependency.For Admin Use
The text was updated successfully, but these errors were encountered: