-
Notifications
You must be signed in to change notification settings - Fork 22
wip: horizon migration fix support #752
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
Draft
suchapalaver
wants to merge
39
commits into
main
Choose a base branch
from
suchapalaver/horizon-migration-fix-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1ad2da9
to
2268792
Compare
Signed-off-by: Tomás Migone <[email protected]>
2268792
to
e837c9b
Compare
4903bb3
to
f85d093
Compare
8161ba1
to
aa47f97
Compare
Signed-off-by: Joseph Livesey <[email protected]>
07e8f3b
to
e9db5a8
Compare
Signed-off-by: Joseph Livesey <[email protected]>
e9db5a8
to
cf76df4
Compare
suchapalaver
commented
Jun 24, 2025
tempfile = "3.8.0" | ||
test-log = { version = "0.2.12", default-features = false } | ||
test-with = "0.14.6" | ||
thegraph-core = { version = "0.15.0", features = [ | ||
thegraph-core = { version = "0.15.1", features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This gives us the CollectionId
type.
Pull Request Test Coverage Report for Build 15931469627Details
💛 - Coveralls |
da2bdfd
to
2c1dd9b
Compare
Signed-off-by: Joseph Livesey <[email protected]>
2c1dd9b
to
151383b
Compare
81f6a2c
to
c5f3b67
Compare
Signed-off-by: Joseph Livesey <[email protected]>
c5f3b67
to
b9f157f
Compare
Signed-off-by: Joseph Livesey <[email protected]>
fc88f5e
to
ab34926
Compare
Signed-off-by: Joseph Livesey <[email protected]>
ee0931f
to
e84cd9f
Compare
1705f25
to
9dc93b5
Compare
Signed-off-by: Joseph Livesey <[email protected]>
9dc93b5
to
2fe81a3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR creates a branch that builds
indexer-service
andindexer-tap-agent
(akatap-agent
) with Horizon support, targeting usage with the suchapalaver/test/horizon branch of local-network. This enables testing and development for Horizon on both local and testnet environments.How to Test
After checking out this branch of
indexer-rs
, run:This uses the justfile to invoke setup-test-network.sh, which pulls in the Semiotic fork of local-network at suchapalaver/test/horizon.
Tip: If you've previously run the test network, you may want to fully clean up with:
before setting it up again with
just setup
.Next Steps
We're now working on updating
local-network
tests to verify that v2 receipts behave as expected—ideally matching the behavior of v1 receipts.just test-local
tests for horizon/v2Signed off by Joseph Livesey [email protected]