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

Upgrade Kute #6366

Merged
merged 24 commits into from
Dec 26, 2023
Merged

Upgrade Kute #6366

merged 24 commits into from
Dec 26, 2023

Commits on Jul 21, 2023

  1. Introduce filter limits

    - Filters can include optional limits
    emlautarom1 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    069807d View commit details
    Browse the repository at this point in the history
  2. Report progress at the start

    - Fixes progress not updating
    emlautarom1 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b5cae4f View commit details
    Browse the repository at this point in the history
  3. Initial response validator

    - Verifies that the response does not contain an 'error' field
    emlautarom1 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3f99c36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d48013 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 26, 2023

  1. Add 'TracerValidator'

    - Responses can be stored into a new file
    emlautarom1 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a32b2bb View commit details
    Browse the repository at this point in the history
  2. Document 'TracerValidator'

    - Disabled by default
    - Response tracing is ignored in dry mode
    emlautarom1 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4af2f00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f333c4 View commit details
    Browse the repository at this point in the history
  4. Capitalize

    emlautarom1 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b0919e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    77ab7bd View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kamilchodola authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5842d5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22d55df View commit details
    Browse the repository at this point in the history
  4. Invert condition

    - Append if file exists
    - Create one if not
    emlautarom1 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    112836e View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feature/replay_rpc' into feature…

    …/replay_rpc
    
    # Conflicts:
    #	tools/Nethermind.Tools.Kute/Config.cs
    #	tools/Nethermind.Tools.Kute/README.md
    emlautarom1 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d10c9f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d902c5 View commit details
    Browse the repository at this point in the history
  7. Validate 'NewPayload' responses using custom strategy

    - 'TracerValidator' is no longer a decorator
    emlautarom1 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d0279fb View commit details
    Browse the repository at this point in the history
  8. Separate 'ResponseTracer' from Validator

    - Tracer should be independent
    - Add File and Null tracers
    - Simplify services setup
    emlautarom1 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    83fe482 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86d83b3 View commit details
    Browse the repository at this point in the history
  10. Add TickSucceeded

    kamilchodola committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c94c018 View commit details
    Browse the repository at this point in the history
  11. Add temp sampleSize

    kamilchodola committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ec3bc7c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    96c46f0 View commit details
    Browse the repository at this point in the history
  2. Use 'CompleteReservoir' for sampling

    - Removes need for hack/magic numbers
    emlautarom1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f9aca78 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Remove whitespace

    emlautarom1 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6b8ac7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538d02e View commit details
    Browse the repository at this point in the history