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

Blob transactions #58

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

andreiburdusa
Copy link
Contributor

@andreiburdusa andreiburdusa commented Nov 3, 2024

After #57
Solves #6
Blob transactions:

  • Model blob transaction, including parsing and most validation checks
  • BLOBBASEFEE and BLOBHASH primops

Extra:

  • Fix sender recovering: Storage keys are byte arrays of lenght 32 although they are interpreted as numbers; they can have leading zeros in the RLP encoding
  • BASEFEE primop
  • parse chainId

Results:
Overall, not checking the balance and not having reconciled the expected errors yet, there are approximatively

  • 425 tests blacklisted
  • 22,265 tests running
  • 19,098 tests succeeding

19,098 / (22,265 + 425) = 84%

@andreiburdusa andreiburdusa marked this pull request as ready for review November 6, 2024 08:48
@andreiburdusa andreiburdusa force-pushed the andreiburdusa/blob-transaction branch from 757652c to 9b8f9e5 Compare November 7, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant