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

Add priority emergency spells #1

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Add priority emergency spells #1

wants to merge 33 commits into from

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    89a518a View commit details
    Browse the repository at this point in the history
  2. refactor(clip-breaker): add more error handling cases

    Make sure the spell does not revert if any of the `Clip` contracts has not relied on `ClipperMom`.
    amusingaxl committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b002456 View commit details
    Browse the repository at this point in the history
  3. refactor(osm-stop): add more error handling cases

    Make sure the spell does not revert if any of the `Clip` contracts has not relied on `ClipperMom`.
    amusingaxl committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5bc1ab3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. refactor: remove parametrizable expiration

    Define the expiration as `type(uint26).max`, meaning the emergency spells should never expire.
    amusingaxl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ba2dfc9 View commit details
    Browse the repository at this point in the history
  2. refactor: rename _onSchedule to _emergencyActions

    The new name conveys the meaning better.
    amusingaxl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    43b2d04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6b1b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87387db View commit details
    Browse the repository at this point in the history
  5. feat(osm-top): add batching escape hatch

    In the unlikely case the spell emergency actions would revert due to block gas limit, there is an escape hatch through a custom method that would allow users to split the execution into batches.
    amusingaxl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fa32048 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2160801 View commit details
    Browse the repository at this point in the history
  7. feat(clip-breaker): add batching escape hatch

    In the unlikely case the spell emergency actions would revert due to block gas limit, there is an escape hatch through a custom method that would allow users to split the execution into batches.
    amusingaxl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    89dcc8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9587bef View commit details
    Browse the repository at this point in the history
  9. chore: update CI pipeline

    Add config to run tests automatically on pull requests
    amusingaxl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8a9382e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b9b6a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69d1027 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    206c15c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1bee94 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    6b421dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a7adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efec4e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b57421 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    2eeec5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfafa6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    359fc0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50493ac View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jul 29, 2024

  1. docs: fix typo in comment

    amusingaxl committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7ad2715 View commit details
    Browse the repository at this point in the history
  2. docs: add README

    amusingaxl committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ce34c28 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    0372ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04fe1d7 View commit details
    Browse the repository at this point in the history