Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphprotocol/graph-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: graphprotocol/graph-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hotfix/rpc-log
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 26, 2026

  1. server/json-rpc: Add request logging middleware

    Because of limitations in the jsonrpsee API, it's not possible to log HTTP
    request information and the actual JSON-RPC payload in one log message; but
    the two log messages should appear right next to each other.
    
    Logging both together would require a more complex upgrade to a newer
    jsonrpsee version.
    lutter committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    cb2888f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. graph: Fix a bug in RowGroup::last_op

    If we didn't have an entry for key in last_mod, we would immediately return
    with None instead of searching for the key in the fallback part of the
    method.
    
    This also tries to clean up the code a little by introducing a LastMod
    struct that encapsulates different behavior between having batch
    memoization turned on and turned off.
    
    Fixes #6313
    lutter committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    4c93ae5 View commit details
    Browse the repository at this point in the history
Loading