Skip to content
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

[tracking] Gas, fee, and replay protection readiness #2019

Closed
10 tasks done
Tracked by #2007
cwgoes opened this issue Oct 20, 2023 · 0 comments
Closed
10 tasks done
Tracked by #2007

[tracking] Gas, fee, and replay protection readiness #2019

cwgoes opened this issue Oct 20, 2023 · 0 comments

Comments

@cwgoes
Copy link
Contributor

cwgoes commented Oct 20, 2023

dependencies:


This issue tracks feature-completeness of the gas, fee, and replay protection systems, along with any associated transaction processing code. Gas, fee, and replay protection are feature-complete if and only if:

  • Gas costs are computed in a reasonable and sufficiently DoS-proof manner
  • Fees are charged and distributed in the appropriate way
  • Replay protection prevents transaction replay, and storage usage is acceptable
  • All related code is tested, believed to be complete, and internally audited by at least two people other than the author.

Please add any dependencies that you believe are necessary to meet these requirements in the list above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant