You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relayer should be split up into two subcommands, indexer and processor. Indexer indexes the chain and adds messages to a queue (rabbit, Kafka, etc). Processor reads from the queue.
This will enable high fault tolerance and persistence, especially when the chain is backed up and blocks take a very long time to verify.
A refactor should accompany this to use the same urfave cli package as taiko-client, to make it easier to work across both projects, and similiar subcommand/config pattern.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature request
Relayer should be split up into two subcommands, indexer and processor. Indexer indexes the chain and adds messages to a queue (rabbit, Kafka, etc). Processor reads from the queue.
This will enable high fault tolerance and persistence, especially when the chain is backed up and blocks take a very long time to verify.
A refactor should accompany this to use the same urfave cli package as taiko-client, to make it easier to work across both projects, and similiar subcommand/config pattern.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: