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

fix(executor): Force no multicall on Polygon #1690

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

Commits on Jul 18, 2024

  1. fix(executor): Force no multicall on Polygon

    Relayer refund leaves must not be batched via multicall on Polygon. The
    existing executor implementation will attempt multicall in cases where
    there are multiple relayer refund leaves, and this imposes a soft
    deadlock on the executor. This can be recovered by executing one leaf at
    a time. A better solution is just to override the defaults for Polygon
    in the dataworker.
    pxrl committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    066f61a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32a06f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    ec81d61 View commit details
    Browse the repository at this point in the history
  2. Apply James' comments

    pxrl committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    51cf66a View commit details
    Browse the repository at this point in the history
  3. Relocate again

    pxrl committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2045f1b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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