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

Change structure of Transactions for faster block decoding #6609

Draft
wants to merge 20 commits into
base: unstable
Choose a base branch
from

Commits on Nov 25, 2024

  1. Add decode impl

    paulhauner committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    896c40a View commit details
    Browse the repository at this point in the history
  2. Add encode impl

    paulhauner committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c124eac View commit details
    Browse the repository at this point in the history
  3. Add todo impls

    paulhauner committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    603b4b2 View commit details
    Browse the repository at this point in the history
  4. Fix compile errors

    paulhauner committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6a81218 View commit details
    Browse the repository at this point in the history
  5. Fix decode impl

    paulhauner committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8cd04c6 View commit details
    Browse the repository at this point in the history
  6. Use updated ssz_types repo

    paulhauner committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    89431fd View commit details
    Browse the repository at this point in the history
  7. Avoid sanitize_offset fn

    paulhauner committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3964cba View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    6eaace5 View commit details
    Browse the repository at this point in the history
  2. Impl tree hash

    paulhauner committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fe7e3f5 View commit details
    Browse the repository at this point in the history
  3. Tidy, add comments

    paulhauner committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b5b70b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    1e21198 View commit details
    Browse the repository at this point in the history
  2. Add ssz tests

    paulhauner committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    b51ccb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Add malicious ssz tests

    paulhauner committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c75f203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fabbc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1313255 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Implement serde

    paulhauner committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    31ea1d5 View commit details
    Browse the repository at this point in the history
  2. Impl arbitrary

    paulhauner committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    dd7b97e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56ad1ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5258d View commit details
    Browse the repository at this point in the history
  5. Fix clippy lint

    paulhauner committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    e0fd189 View commit details
    Browse the repository at this point in the history