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

Replay protection #1009

Closed
3 tasks
grarco opened this issue Jan 11, 2023 · 0 comments · Fixed by #1123
Closed
3 tasks

Replay protection #1009

grarco opened this issue Jan 11, 2023 · 0 comments · Fixed by #1123
Assignees

Comments

@grarco
Copy link
Contributor

grarco commented Jan 11, 2023

Replay protection implementation following the specs

  • Hash-based replay protection (Replay protection #1017)
    • internal address
    • internal VP
    • mempool_validate check
    • process_proposal check
    • finalize_block removal of inner hash in case of out-of-gas
  • Introduce ChainId field in tx (Tx ChainId #1106)
    • mempool_validate check
    • process_proposal check
    • client update
  • Introduce optional expiration field in tx (Tx expiration #1123)
    • mempool_validate check
    • process_proposal check
    • client update
@grarco grarco self-assigned this Jan 11, 2023
This was referenced Jan 12, 2023
This was referenced Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Tested in Devnet
Development

Successfully merging a pull request may close this issue.

1 participant