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

Fix a bunch of bugs found during development of EIP-4844 tooling #5

Merged
merged 3 commits into from
Mar 22, 2022

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    bfe1f35 View commit details
    Browse the repository at this point in the history
  2. Transaction inner size should be computed on-demand

    We previously computed it in UnmarshalBinary() but in a wrong way (we considered the wrapped data as part of the inner
    length)
    asn-d6 committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7512b91 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    f87c6d6 View commit details
    Browse the repository at this point in the history