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

feat: move ETH transaction validation to KakarotCore #908

Closed
enitrat opened this issue Sep 5, 2024 · 1 comment
Closed

feat: move ETH transaction validation to KakarotCore #908

enitrat opened this issue Sep 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@enitrat
Copy link
Contributor

enitrat commented Sep 5, 2024

Following #836 we can move validation of the transaction (in evm terms) to the Kakarot contract

send the encoded transaction data, and

  • verify chain id
  • verify nonce
  • verify gas
  • verify fees (max fee per gas, base fee, max prio fee)
  • verify account value
  • other required verifications in ETH Spec
@enitrat enitrat added the enhancement New feature or request label Sep 5, 2024
@github-project-automation github-project-automation bot moved this to 🆕 Backlog in Kakarot on Starknet Sep 5, 2024
@enitrat
Copy link
Contributor Author

enitrat commented Sep 13, 2024

Done in #927

@enitrat enitrat closed this as completed Sep 13, 2024
@github-project-automation github-project-automation bot moved this from 🆕 Backlog to ✅ Done in Kakarot on Starknet Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Archived in project
Development

No branches or pull requests

1 participant