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(l2): implement state diffs #1015

Merged
merged 25 commits into from
Nov 7, 2024
Merged

feat(l2): implement state diffs #1015

merged 25 commits into from
Nov 7, 2024

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    0b73b5d View commit details
    Browse the repository at this point in the history
  2. Fix docs

    ManuelBilbao committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3570e8b View commit details
    Browse the repository at this point in the history
  3. Add StateDiff struct

    ManuelBilbao committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9e632eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a01075d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    6e39be3 View commit details
    Browse the repository at this point in the history
  2. Fix contracts

    ManuelBilbao committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d4801dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8dfcd2 View commit details
    Browse the repository at this point in the history
  4. Format

    ManuelBilbao committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a6f3bc6 View commit details
    Browse the repository at this point in the history
  5. Fix clippy

    ManuelBilbao committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d0afb73 View commit details
    Browse the repository at this point in the history
  6. Remove unwraps

    ManuelBilbao committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9a597cb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    e42a26e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fdf598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64f01d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    4b70162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e4340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c31deea View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    4ff35d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775a871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0680fb View commit details
    Browse the repository at this point in the history
  4. Improve error handling

    ManuelBilbao committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5d887c8 View commit details
    Browse the repository at this point in the history
  5. Add TODO comment

    ManuelBilbao committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    809cc5d View commit details
    Browse the repository at this point in the history
  6. Add blob_from_bytes

    ManuelBilbao committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    93cb0c1 View commit details
    Browse the repository at this point in the history
  7. Remove TODOs

    ManuelBilbao committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fcffe1b View commit details
    Browse the repository at this point in the history
  8. Add BLS limitation doc

    ManuelBilbao committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bd269b0 View commit details
    Browse the repository at this point in the history