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/indexer-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: graphprotocol/indexer-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jannis/main
Choose a head ref
  • 13 commits
  • 17 files changed
  • 1 contributor

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    a8ff08f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    385455e View commit details
    Browse the repository at this point in the history
  3. chore: remove unused code

    Jannis committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    93694fa View commit details
    Browse the repository at this point in the history
  4. fix: use lowercase indexer address in network subgraph

    This is because the network subgraph (like all subgraphs, unfortunately)
    assumes that all addresses are lowercase and not checksummed. A stupid
    oversight from the early days.
    Jannis committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c323abf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaf4826 View commit details
    Browse the repository at this point in the history
  6. fix: Use the correct indexer address in tests

    The previous address was not present in the test allocations.
    Jannis committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    22f5787 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5eb21c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ac70d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    74ad259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46778a3 View commit details
    Browse the repository at this point in the history
  3. fix: remove irrelevant fields from deployment queries

    We may need to add these back later for other purposes, but
    indexer-service does not need these fields; the only reason
    it queries allocations is to create attestation signers for
    them.
    
    There might be even more fields that we could remove. However,
    signalled_tokens in particular is necessary at the moment because
    there is buggy data in the real-world network subgraph where the
    field is negative sometimes. That breaks U256 parsing. Since
    we don't need this and the other fields, I thought it best to
    remove them.
    Jannis committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    18316d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90f3a2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fda32f View commit details
    Browse the repository at this point in the history
Loading