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

Restrict accepted rlp format when deserializing a transaction #724

Closed
elmato opened this issue Jun 4, 2024 · 0 comments · Fixed by #726 or #730
Closed

Restrict accepted rlp format when deserializing a transaction #724

elmato opened this issue Jun 4, 2024 · 0 comments · Fixed by #726 or #730
Assignees

Comments

@elmato
Copy link
Contributor

elmato commented Jun 4, 2024

eosio::check(silkworm::rlp::decode_transaction(bv, tmp, silkworm::rlp::Eip2718Wrapping::kBoth) && bv.empty(), "unable to decode transaction");

@github-project-automation github-project-automation bot moved this to Todo in EOS EVM Jun 4, 2024
@elmato elmato added this to the EVM Contract 1.0.0-rc1 milestone Jun 4, 2024
@elmato elmato self-assigned this Jun 4, 2024
@elmato elmato linked a pull request Jun 4, 2024 that will close this issue
@elmato elmato removed this from the EVM Contract 1.0.0-rc1 milestone Jun 4, 2024
@elmato elmato moved this from Todo to Awaiting Review in EOS EVM Jun 4, 2024
@elmato elmato moved this from Awaiting Review to Done in EOS EVM Jun 6, 2024
@elmato elmato closed this as completed Jun 6, 2024
@elmato elmato linked a pull request Jun 10, 2024 that will close this issue
@stephenpdeos stephenpdeos added this to the EVM Contract 1.0.0-rc3 milestone Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment