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
The presentation for the ibc-relayer-cli crate is very minimal, we should improve that; we should signal clearly what each module is for and look for obvious boilerplate content to make it more specific or remove it from the documentation
We have an inconsistency between query packet pending and query packet unreceived-acks/unreceived-packets
We should stick to one adjective consistency: either pending or unreceived
Additionally, it's not accurate to use the word "acks" in unreceived-acks because "acks" are a type of packets; so when we say unreceived-packets that should actually include acks -> we should consider renaming unreceived-packets into unreceived-send or something similar to make the clear distinction between sends and acks.
⚡
The usual todos
Create a new release in the changelog, using unclog.
If doing a release candidate (rc) version, then skip the unclog release step.
Bump all crate versions to the new version.
Reassign unfinished issues of previous milestone to the next milestone.
Release Hermes v1.0.0-rc.0
Cleanup & dependencies
The presentation for the
ibc-relayer-cli
crate is very minimal, we should improve that; we should signal clearly what each module is for and look for obvious boilerplate content to make it more specific or remove it from the documentationWe have an inconsistency between
query packet pending
andquery packet unreceived-acks
/unreceived-packets
unreceived-acks
because "acks" are a type of packets; so when we sayunreceived-packets
that should actually include acks -> we should consider renamingunreceived-packets
intounreceived-send
or something similar to make the clear distinction between sends and acks.⚡
The usual todos
unclog
.rc
) version, then skip theunclog release
step.ibc-relayer-cli
)The text was updated successfully, but these errors were encountered: