-
Notifications
You must be signed in to change notification settings - Fork 64
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
bringing back indexer-processor #262
Conversation
ln -sf Cargo.$1.toml Cargo.toml | ||
|
||
|
||
ln -sf Cargo.$1.toml Cargo.toml |
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 can be deleted.
|
||
command : | | ||
#/bin/bash | ||
# todo: this fails with gRPC Unimplemented error on the RawData.GetTransactions call |
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.
It would be nice to test the indexer-processor
prior to proceeding. But, I think that's going to be difficult.
@@ -129,6 +129,11 @@ aptos-indexer = { git = "https://github.com/movementlabsxyz/aptos-core", rev = " | |||
aptos-indexer-grpc-fullnode = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "b2f58eaeda1d3929a7b381afca78408731b71d77" } | |||
aptos-indexer-grpc-table-info = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "b2f58eaeda1d3929a7b381afca78408731b71d77" } | |||
aptos-protos = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "b2f58eaeda1d3929a7b381afca78408731b71d77" } | |||
|
|||
# indexer |
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.
I think you should update this to the latest rather than the commit on my branch.
Notes on how things currently stand:
Because Aptos informs us that aptos-indexer-processor SHOULD run a TSS and the Indexer API is essentially configed by what @l-monninger provided, I went down the rabbit hole of checking if the API is actually provided or not.
|
@0xPrimata
The endpoints you are testing serve the gRPC full node data stream. The role of the indexer processor is to take that data and put it in a On the otherhand, what's being served on
You cannot curl request a gRPC endpoint. For exploring, using |
Summary
protocol-units
,networks
,scripts
,util
,cicd
, ormisc
.Readding modifications made by @l-monninger
#124
Changelog
Testing
Outstanding issues