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
gossip those to other nodes (we still need to decide if gossiping should be done by the app or in lazyledger-core)
Additionally, there needs to be a simple API to verify fraud proofs. If possible, it would be good if we implemented this in lazyledger-app instead. But I doubt that this will work and we'll likely have to implement most of this feature directly in the SDK (as keeping track of the intermediate state roots might require changes in the SDK). The fraud proof validation logic will be in the app to some extend.
Depends on #8 (and also on #7 if we don't want different kinds of state fraud poofs).
The text was updated successfully, but these errors were encountered:
liamsi
added
the
C:ORU
This issue will be necessary for both ORUs and the LL-abci app
label
Jan 4, 2021
Full nodes should be able to:
Additionally, there needs to be a simple API to verify fraud proofs. If possible, it would be good if we implemented this in lazyledger-app instead. But I doubt that this will work and we'll likely have to implement most of this feature directly in the SDK (as keeping track of the intermediate state roots might require changes in the SDK). The fraud proof validation logic will be in the app to some extend.
Depends on #8 (and also on #7 if we don't want different kinds of state fraud poofs).
The text was updated successfully, but these errors were encountered: