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

improve(relayer): Defer deposit version computation #1847

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Commits on Oct 2, 2024

  1. improve(relayer): Defer deposit version computation

    getUnfilledDeposits() currently unconditionally computes the deposit
    version (i.e. the ConfigStore VERSION value applicable at the deposit
    quoteTimestamp), and then filters out all the deposits that have been
    filled. Determining the relevant version implies a lot of Array.find()
    calls, all of which is wasted when the object is subsequently discarded.
    pxrl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8b49898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d818f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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