-
Notifications
You must be signed in to change notification settings - Fork 222
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
feat(apps/hermes): new client package for hermes #1653
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
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.
Nice! I left some comments. I think it would be good if it gets more eyes.
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.
Most of my comments are just little suggestions and not super important.
IMO the most important thing is I strongly, strongly recommend using a runtime schema validator rather than relying on generated types and unsafe casting.
Feel free to disregard the other comments as you feel it makes sense. Happy to expand on anything if it helps, a lot of this is somewhat esoteric knowledge I've picked up over the years and have become opinionated on but of course other opinions are valid too.
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.
LGTM
zod
for schema validationserver
folder inapps/hermes
oracle-swap
andsend-usd
example since they are moved to https://github.com/pyth-network/pyth-exampleswill deprecate
price-service-client
once this package is published