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
At present overweight messages stick around in state until/unless they are executed. Instead, eventual unprivileged deletion of overweight messages should be allowed in certain circumstances:
Overweight messages are tagged with block number at which they arrived.
We also keep a count of the total number of overweight messages in storage message_count.
We have a min_duration (= 100) and threshold = 1,000,000.
Any messages older than min_duration + threshold / message_count can be deleted by anyone.
The text was updated successfully, but these errors were encountered:
At present overweight messages stick around in state until/unless they are executed. Instead, eventual unprivileged deletion of overweight messages should be allowed in certain circumstances:
message_count
.min_duration
(= 100) andthreshold
= 1,000,000.min_duration + threshold / message_count
can be deleted by anyone.The text was updated successfully, but these errors were encountered: