-
Notifications
You must be signed in to change notification settings - Fork 214
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
Utxo indexer #493
Utxo indexer #493
Conversation
c5bbf21
to
1539cb7
Compare
There is still some thought to be put in |
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.
How does this integrate with the existing entry-point? As it stands now, you just replace the datum indexer with the new utxo indexer. How can I run both?
You can't. That is the next issue I have in the sprint. |
I didn't mean "at the same time". Let me rephrase that. How do I run the datum indexer after this is done. |
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.
Need work to integrate with existing entry point (or create a new one).
We will use some command line options to specify which indexer should be used. |
2061f6e
to
fa2ecb8
Compare
* Remove dependency on quickspec. * Extract inputs and output from block * Implement handlers. * Move some things around. * Remove dependency on fromCardanoTx. * Add some lost queries. * Add indexer options.
This adds the Utxo indexer as an option to the Marconi binary.
Pre-submit checklist: