-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enforce min gas fee for all transactions #58
Comments
Network was able to be brought down with an attack from a malicious smart contract. This needs to be done. |
Would be ideal to have the fee as a parameter so that governance can auto change it via voting. |
Hot |
Don't disagree about it being changed by governance, but if governance changes it to 0 for zone reason then the network is ☠️ |
Governance could also vote to mint 1 trillionzillion coins and do the same thing :) |
This is superceded by #82 |
In hindsight, not sure if this is needed. #82 should be enough. More risk from messing with this IMO. |
Because smart contracts might use transaction information, we cannot just archive older chain states and start fresh.
So it might be good to have a minimum transaction fee. This would reduce spamming the chain with 0 fee transactions, thus filling up the chain state with useless transaction data.
The text was updated successfully, but these errors were encountered: