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 has been archived by the owner on Jun 21, 2023. It is now read-only.
Due to how the seed updates work and how configuration changes are recorded for replay capability, we need to limit the frequency of updates to certain fields.
E.g. we record every time a dapp becomes active/inactive. If a dapp can call the dapp_update fn as much as they like, they can spam the contract as each update would be recorded in order to do a replay in the future. We need to limit this.
This is a good security mechanism to have in general for any field, as no field should be being updated multiple times per block, really.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: