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
Now that square construction is deterministic, we are no longer need the SquareSize field in the block data, and it should not be used in square construction. The only reason we are still keeping it is as a cache, so that tendermint doesn't have to ask the application to calculate it each time it creates a data commitment for the qgb.
We should document this a bit more in a few places since it is likely not intuitive.
The text was updated successfully, but these errors were encountered:
Now that square construction is deterministic, we are no longer need the
SquareSize
field in the block data, and it should not be used in square construction. The only reason we are still keeping it is as a cache, so that tendermint doesn't have to ask the application to calculate it each time it creates a data commitment for the qgb.We should document this a bit more in a few places since it is likely not intuitive.
The text was updated successfully, but these errors were encountered: