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
Issues are clustered by crate, and ordered bottom-up: starting from crate ibc (deepest in the stack), then relayer and relayer-cli last.
This tracks work at least until Dec. 31 2020 (for two upcoming releases, v0.0.5 and v0.0.6) -> edit up to Jan 31st 2021 v0.1.0
Any issue labeled with dependencies should ideally:
(1) detail the dependency, and
(2) clarify the expectations on upstream teams (e.g., tendermint-rs, cosmos/ics, sdk) before starting work on the PR.
Work breakdown
The main short-term deliverable is #381, and on a medium term we target #216.
Like prior milestones, the primary goal here is to obtain an integration point between crate ibc and the relayer implementation, towards improving our testing.
The goal here is to add support for relayer tx raw <command> CLI for manipulating various IBC objects. These are valuable for testing & debugging. They also provide the building blocks for the relayer main thread.
Next third: Relayer v0 MVP
How to read this admin issue:
ibc
(deepest in the stack), thenrelayer
andrelayer-cli
last.Work breakdown
The main short-term deliverable is #381, and on a medium term we target #216.
Like prior milestones, the primary goal here is to obtain an integration point between crate
ibc
and the relayer implementation, towards improving our testing.General, technical debt:
ICS 04:
IBC Module improvements:
Protos and events:
Relayer queries
Relayer application
The relayer application follows the decomposition laid out in ADR-004.
Relayer configuration:
Relayer CLI TX
The goal here is to add support for
relayer tx raw <command>
CLI for manipulating various IBC objects. These are valuable for testing & debugging. They also provide the building blocks for the relayer main thread.ICS02 / Client lifecycle CLIs:
ICS03 / Connection open handshake CLIs:
ICS04 / Channel & Packet lifecycle CLIs:
Testing & debugging
Backlog:
Some issues that are very low priority, or will not be attempted altogether in v0:
validate_basic
method Investigate and clean the validate_basic method cosmos/ibc-rs#135ibc-proto
crate into theibc
crate Extract mocks protos from theibc-proto
crate into theibc
crate cosmos/ibc-proto-rs#19trust_threshold
andtrusting_period
configuration params live? Where should thetrust_threshold
andtrusting_period
configuration params live? #356The text was updated successfully, but these errors were encountered: