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
fix: during bootstrap, reject storage proposals from non-bootstrap validators
Other validators were overwriting our leaderboard with empty data via
consensus (value_len=8 = empty Vec). During bootstrap, only the bootstrap
validator's storage proposals should be accepted.
0 commit comments