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

[execution window] further optimizations #15053

Draft
wants to merge 22 commits into
base: brian/exec-window-exec-optimize-2
Choose a base branch
from

Commits on Oct 30, 2024

  1. incremental update of duplicate counts

    par iter for filter
    
    add a max txns
    
    slighly bump up pipeline pending latency
    bchocho committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    220dbf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. turn off consensus observer

    bchocho committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    860f1da View commit details
    Browse the repository at this point in the history
  2. [forge] Add junit support

    Add junit support for forge
    
    This will allow us to onboard forge onto trunk flaky test detection
    
    Also make suite choice more clean
    
    Test Plan: running on PR
    perryjrandall authored and bchocho committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4a0727f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    216b8d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Remove QS backpressure

    bchocho committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    96987c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    fe4a6e6 View commit details
    Browse the repository at this point in the history
  2. [forge] forge stable bug fixes (#15161)

    * [forge] check for necessary images only
    
    * [gha] fix forge stable parallelism bug
    
    * set name for run step as forge test name
    ibalajiarun authored and bchocho committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b40e5ce View commit details
    Browse the repository at this point in the history
  3. fix index out of bounds

    bchocho committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9f90b71 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    1f25ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddaf489 View commit details
    Browse the repository at this point in the history
  3. filter expired txns

    bchocho committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e5f8636 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    4dbb689 View commit details
    Browse the repository at this point in the history
  2. Revert "Try a reduced block gas limit"

    This reverts commit 4dbb689.
    bchocho committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8f9b5e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    fe3a32b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bf22d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee17cb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79ce1dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75ad439 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    ec78e1d View commit details
    Browse the repository at this point in the history
  2. add metrics and logs

    bchocho committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e05f5dc View commit details
    Browse the repository at this point in the history
  3. clear ordered blocks on prune

    bchocho committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6fb5693 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Revert "add metrics and logs"

    This reverts commit e05f5dc.
    bchocho committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f1ca5e9 View commit details
    Browse the repository at this point in the history