-
Notifications
You must be signed in to change notification settings - Fork 22
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: graphprotocol/indexer-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jannis/main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 17 files changed
- 1 contributor
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8ff08f - Browse repository at this point
Copy the full SHA a8ff08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 385455e - Browse repository at this point
Copy the full SHA 385455eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93694fa - Browse repository at this point
Copy the full SHA 93694faView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c323abf - Browse repository at this point
Copy the full SHA c323abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf4826 - Browse repository at this point
Copy the full SHA eaf4826View commit details -
fix: Use the correct indexer address in tests
The previous address was not present in the test allocations.
Configuration menu - View commit details
-
Copy full SHA for 22f5787 - Browse repository at this point
Copy the full SHA 22f5787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb21c3 - Browse repository at this point
Copy the full SHA 5eb21c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac70d3 - Browse repository at this point
Copy the full SHA 5ac70d3View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 74ad259 - Browse repository at this point
Copy the full SHA 74ad259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46778a3 - Browse repository at this point
Copy the full SHA 46778a3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 18316d0 - Browse repository at this point
Copy the full SHA 18316d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f3a2d - Browse repository at this point
Copy the full SHA 90f3a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fda32f - Browse repository at this point
Copy the full SHA 4fda32fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...jannis/main