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: implement network encoding for blob transactions #4172

Merged
merged 19 commits into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. finish encoding / decoding

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    799956e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4338afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f875e View commit details
    Browse the repository at this point in the history
  4. add blob sidecar

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b89fbe3 View commit details
    Browse the repository at this point in the history
  5. remove unused import

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e295b03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0687828 View commit details
    Browse the repository at this point in the history
  7. validate versioned hashes

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    489a808 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6eddc32 View commit details
    Browse the repository at this point in the history
  9. add RPC decoding method

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8776fb6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eda6b47 View commit details
    Browse the repository at this point in the history
  11. introduce geth test data

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ed40b02 View commit details
    Browse the repository at this point in the history
  12. fix doc lint

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cf62dce View commit details
    Browse the repository at this point in the history
  13. move types to primitives

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4c54c76 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10caec8 View commit details
    Browse the repository at this point in the history
  15. fix doc lint

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e77972d View commit details
    Browse the repository at this point in the history
  16. make clippy happy

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    77e9e68 View commit details
    Browse the repository at this point in the history
  17. remove newline before transactions imports

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    Rjected and mattsse committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c8dd3f3 View commit details
    Browse the repository at this point in the history
  18. fix doc lint again

    Rjected committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e2d2874 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e1ad9fb View commit details
    Browse the repository at this point in the history