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: Support multiple ArbOwner versions #85

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 14, 2024

  1. Add placeholder ABIs

    chrstph-dvx committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5a8ed7f View commit details
    Browse the repository at this point in the history
  2. Update types

    chrstph-dvx committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ec536e3 View commit details
    Browse the repository at this point in the history
  3. Update tests

    chrstph-dvx committed May 14, 2024
    Configuration menu
    Copy the full SHA
    93cd250 View commit details
    Browse the repository at this point in the history
  4. Add unit tests

    chrstph-dvx committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e7e3204 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aff15db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b00254b View commit details
    Browse the repository at this point in the history
  7. Format

    chrstph-dvx committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9c3beec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    797c5b4 View commit details
    Browse the repository at this point in the history
  9. Fix type

    chrstph-dvx committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a4bb1c2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fix typing

    Allow arbOwnerPublicActions to be either called:
    - without parameters (`.extend(arbOwnerPublicActions)`)
    - with parameters (`.extend(arbOwnerPublicActions({ arbOsVersion: X}))`)
    chrstph-dvx committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2043107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f0075 View commit details
    Browse the repository at this point in the history
  3. Format

    chrstph-dvx committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e9a335a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cacecc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e063eae View commit details
    Browse the repository at this point in the history