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
Watchtower should work only by finalized Avail blocks. There must be a separate Avail blockstream implementation for the watchtower use case, which uses SubscribeFinalizedHeads.
NOTE: That API has a caveat where it's notifications can jump over multiple blocks. In these cases, the blockstream implementation must fill in the gaps, as the in-between blocks are also assumed to be finalized.
The text was updated successfully, but these errors were encountered:
0x19
changed the title
Implement Finalized blockstream for Avail (for watchtower)
Future Work: Implement Finalized blockstream for Avail (for watchtower)
Jun 26, 2023
Watchtower should work only by finalized Avail blocks. There must be a separate Avail blockstream implementation for the watchtower use case, which uses SubscribeFinalizedHeads.
NOTE: That API has a caveat where it's notifications can jump over multiple blocks. In these cases, the blockstream implementation must fill in the gaps, as the in-between blocks are also assumed to be finalized.
The text was updated successfully, but these errors were encountered: