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: lutter/copy-logging
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 15, 2025

  1. store: Make ConnectionPool.try_get_fdw async

    We might be blocking the tokio thread otherwise
    lutter committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    b5b9b90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c7ac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c0d771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3464722 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efde436 View commit details
    Browse the repository at this point in the history
  6. node: Allow connecting to only one chain

    'graphman chain ingest' is taking forever since it connects to all chains,
    but we only need an adapter for a single chain
    lutter committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    52e5b13 View commit details
    Browse the repository at this point in the history
Loading