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

V2.0.0 #10

Closed
wants to merge 41 commits into from
Closed

V2.0.0 #10

wants to merge 41 commits into from

Commits on May 29, 2024

  1. add the eigenDA header flag

    add test and bypass condition in formCallDataHash
    
    update eigenDA data variable name and fix comment
    
    add test to ensure invalid bytesets are still invalid
    
    cleaned up
    
    all tests passing, interface updated, fmt
    
    update blob source
    
    reorder params in addSequencerL2BatchFromEigenDA for cleaner sequencer message parsing code on the go side
    
    have state updates emit OwnerFunctionCalled
    
    fix nits
    
    fix old test
    
    implement verifyEigenDACommitment
    
    update executeReadPreimage
    
    data validation, but now stack too deep
    
    add variable scoping
    
    add G2TAU constant
    
    wrote test using commitment generated by eigenDA utils
    
    parsing working as expected, tests fixed
    
    builds with @eigenda
    
    add new mocks
    
    bump contract package versions
    
    new stub with v2.0.0 of eigen npm package, alias OZ for expected path
    
    more mocks
    afkbyte authored and teddyknox committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6bd3cf1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Fix broken lock file

    epociask committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ccaa00e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Layr-Labs/epociask--fix-lockfile

    Fix lockfile to use npm 16
    epociask authored May 30, 2024
    Configuration menu
    Copy the full SHA
    c455ef1 View commit details
    Browse the repository at this point in the history
  3. feat: Rollup manager

    epociask committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a14d145 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    9c99910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    051f6f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    6333a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c302f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from Layr-Labs/afk/fix-osp-proof-version

    update prooftype from 1 to 0
    epociask authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a6edf09 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. save work

    afkbyte committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f00ebfb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update ERC20Outbox.t.sol

    0x0aa0 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fa30403 View commit details
    Browse the repository at this point in the history
  2. Update ERC20Outbox.t.sol

    0x0aa0 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c81054f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. update storage layout

    afkbyte committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fa9a0b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. nit: etching comment

    0x0aa0 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6e5074e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge pull request #6 from Layr-Labs/fix-unkknown-root-bug

    fix unknown root bug
    afkbyte authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    33b9f0a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    2d525bd View commit details
    Browse the repository at this point in the history
  2. all tests passing

    afkbyte committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a8eebef View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    24f58bb View commit details
    Browse the repository at this point in the history
  2. removed typescript client

    epociask committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3c7744f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from Layr-Labs/epociask--cherry-pick-test-fix-c…

    …hanges
    
    fix failing SequencerInbox test
    epociask authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2f8d2cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63bdd82 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    7d788fd View commit details
    Browse the repository at this point in the history
  2. update SequencerInbox stub

    epociask committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2946c01 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    657a088 View commit details
    Browse the repository at this point in the history
  2. fix one step prover

    epociask committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2a561f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request #7 from Layr-Labs/epociask--fix-bugs

    fix(inbox): Add stubs and updated `addSequencerBatchFromEigenDA` function
    epociask authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4395fa7 View commit details
    Browse the repository at this point in the history
  2. merge in upstream

    epociask committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1251afe View commit details
    Browse the repository at this point in the history
  3. fix compilation bugs

    epociask committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    40ffbee View commit details
    Browse the repository at this point in the history
  4. use in-house runner

    epociask committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    95162e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9595d1c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    37383c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8eb3f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    344fc29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ced162 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acc6f31 View commit details
    Browse the repository at this point in the history
  6. updated tests

    epociask committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ad6ad21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5172b81 View commit details
    Browse the repository at this point in the history
  8. update package dep

    epociask committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0f9ddd7 View commit details
    Browse the repository at this point in the history
  9. dummy file for debugging

    epociask committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a450cd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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