Open
Description
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) andthreshold
= 1,000,000. - Any messages older than
min_duration + threshold / message_count
can be deleted by anyone.
Metadata
Assignees
Type
Projects
Status
Backlog