-
Notifications
You must be signed in to change notification settings - Fork 0
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
perf(cw-relayer): improvements #68
Conversation
dixitaniket
commented
Mar 13, 2023
•
edited
Loading
edited
- multiple event rpc in case to listen to ticks for price updates (switch rpc after a max set duration)
- multiple query rpcs in case one fails to connect or returns empty prices
- auto restart config, queries request, median and deviation ids, in case of restart or startup
- docker test e2e wasmd set from latest to v0.30.0
@dixitaniket can you please describe all the improvements in the description? |
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.
mostly just format fixes, this implementation makes sense.
Let's add a section to the relayer readme for the multi-rpc config and how it's treated (completely random, weighted, etc)
@dixitaniket please merge if this is ready to go |