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
Two calls with the same height and namespace can return different IDs.
You can fit the definition by considering only finalized blocks for height. I would imagine it may be slightly annoying for Avail since it uses BABE & GRANDPA which is pretty fast most of the time. In Ethereum however finality time is way longer.
Am I missing something?
What is the suggested way to handle non-finalized chain heads?
What's the game of plan of Avail, if known.
Are there plans to change the API to accomodate non-single-slot-finality chains?
The text was updated successfully, but these errors were encountered:
It's not clear how the forks are going to be handled. Given the following function:
go-da/da.go
Lines 16 to 17 in 011ba69
Two calls with the same height and namespace can return different IDs.
You can fit the definition by considering only finalized blocks for
height
. I would imagine it may be slightly annoying for Avail since it uses BABE & GRANDPA which is pretty fast most of the time. In Ethereum however finality time is way longer.The text was updated successfully, but these errors were encountered: