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 BoltChallenger doesn't need to hold the full challenge data after challenges are resolved.
Just the ID, the address of the operator that broke the commitments, and maybe other metadata should remain in storage.
This will free up a significant amount of storage, reducing resolution costs up to 20% (max SSTORE refund).
The text was updated successfully, but these errors were encountered:
Relevant idea: #239 (comment)
The
BoltChallenger
doesn't need to hold the full challenge data after challenges are resolved.Just the ID, the address of the operator that broke the commitments, and maybe other metadata should remain in storage.
This will free up a significant amount of storage, reducing resolution costs up to 20% (max SSTORE refund).
The text was updated successfully, but these errors were encountered: