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 misbehaviour interface and use the Header interface instead (they will have the same functions after #874)
Splitting pr recommendation:
PR 1
Rename proto files of light client misbehaviour. For example, in 07-tendermint, Misbehaviour, should become a DuplicateHeightHeader or something like that.
We should have a normal Header and a duplicate height header. A normal header may update the client if it does not validate BFT time and the duplicate height header may prove a fork resulting in the client becoming frozen.
PR 2
Change the API to use Header instead of Misbehaviour
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
colin-axner
changed the title
Remove Misbehaviour interface and replace with Header interface
Merge Misbehaviour and Header interface and rename it to ClientMessage
Mar 10, 2022
Summary
Remove misbehaviour interface and use the
Header
interface instead (they will have the same functions after #874)Splitting pr recommendation:
PR 1
Rename proto files of light client misbehaviour. For example, in 07-tendermint, Misbehaviour, should become a
DuplicateHeightHeader
or something like that.We should have a normal Header and a duplicate height header. A normal header may update the client if it does not validate BFT time and the duplicate height header may prove a fork resulting in the client becoming frozen.
PR 2
Change the API to use Header instead of Misbehaviour
For Admin Use
The text was updated successfully, but these errors were encountered: