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
Currently, it's possible to find all delegators to a validator only by iterating all bonds deltas to the validator. To make it more efficient to query this, we should add a field (possibly a LazyMap or LazySet, see #168) for each validator
The text was updated successfully, but these errors were encountered:
Currently, it's possible to find all delegators to a validator only by iterating all bonds deltas to the validator. To make it more efficient to query this, we should add a field (possibly a LazyMap or LazySet, see #168) for each validator
The text was updated successfully, but these errors were encountered: