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
The new upgrading mechanism is relatively naive in it's implementation, tallying signalling votes every block. There are two ways we can improve this:
Delete the votes after an upgrade so we don't have to iterate over the entire set (this is a relatively minor improvement if we don't expect to tally too often)
Tally periodically. Either:
every n blocks, say 10,000
using a "crank" message, where anyone can pay to count the votes and trigger the version change once a quorum has been reached.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
The new upgrading mechanism is relatively naive in it's implementation, tallying signalling votes every block. There are two ways we can improve this:
For Admin Use
The text was updated successfully, but these errors were encountered: