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: Add QueuedRequestController batching #22865

Merged
merged 6 commits into from
Mar 21, 2024
Merged

Commits on Mar 20, 2024

  1. feat: Add QueuedRequestController batching

    The `QueuedRequestController` will now batch requests by origin.
    Requests from the same UI now get shown together, just as they were
    before this queuing feature was added. The only remaining difference
    is that we no longer show requests from different origins in the same
    batch, which we view as a security/usability improvement.
    Gudahtt authored and BelfordZ committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c5f9824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dfa4e8 View commit details
    Browse the repository at this point in the history
  3. Update LavaMoat policies

    metamaskbot authored and BelfordZ committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4cdcb2a View commit details
    Browse the repository at this point in the history
  4. fix: e2e tests passing now

    BelfordZ committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4e5072a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    633db2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a238e1 View commit details
    Browse the repository at this point in the history