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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This is the principal part of the state rent system and it includes:
implementation of deduction due to touching a contract,
implementation of the claim_surcharge dispatchable call, which essentially gives a way for touch a contract without involving code execution and also offers incentivisation for sending inherents and signed extrinsics (with the preference of the former one).
generating a tombstone hash (a hash value that is required for the restoration process).
There is one open question at the present, whether or not we want for removal to be a subject for rollback or not. I believe the rollback mechanism can be implemented as a separate issue.