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(rpc/trace): include block rewards in trace_filter rpc #8868

Merged
merged 15 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. feat(rpc/trace): block reward in trace_filter

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    23f598d View commit details
    Browse the repository at this point in the history
  2. Revert "feat(rpc/trace): block reward in trace_filter"

    This reverts commit 559353614f4f04dd431fc0ed0ad6b4aad2116415.
    
    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7c65356 View commit details
    Browse the repository at this point in the history
  3. feat(rpc/trace): include block rewards in trace_filter

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7718d95 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e7c5e28 View commit details
    Browse the repository at this point in the history
  5. feat(rpc/trace): dry

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ce35792 View commit details
    Browse the repository at this point in the history
  6. comment

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    408df99 View commit details
    Browse the repository at this point in the history
  7. typo: via block number

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ce47f1b View commit details
    Browse the repository at this point in the history
  8. fix(trace): check with paris first

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    db9ba1b View commit details
    Browse the repository at this point in the history
  9. feat(trace): dry

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6c5cabe View commit details
    Browse the repository at this point in the history
  10. codespell

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    86afa34 View commit details
    Browse the repository at this point in the history
  11. typo

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e64de8f View commit details
    Browse the repository at this point in the history
  12. codespell

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2fe9683 View commit details
    Browse the repository at this point in the history
  13. fix 0: use Header instead

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4978b34 View commit details
    Browse the repository at this point in the history
  14. fix 2: don't need mut is_paris_activated

    Signed-off-by: jsvisa <[email protected]>
    jsvisa committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    927588f View commit details
    Browse the repository at this point in the history
  15. chore: some touchups

    mattsse committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7345e1e View commit details
    Browse the repository at this point in the history