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
We have multiple data models describing the same idea: blockrange.
We have several types expressing block range with (sometimes optional) start block number and (optional) end block number.
We also have several types expressing block range with (sometimes optional) start block reference and (optional) end block reference. A block reference consists of block number and block timestamp.
In order to simplify data model in this monorepo, it'd be worthwhile exploring consolidation of types descirbing blockranges.
We have multiple data models describing the same idea: blockrange.
We have several types expressing block range with (sometimes optional) start block number and (optional) end block number.
We also have several types expressing block range with (sometimes optional) start block reference and (optional) end block reference. A block reference consists of block number and block timestamp.
In order to simplify data model in this monorepo, it'd be worthwhile exploring consolidation of types descirbing blockranges.
Example data model update was proposed here.