pyth-network / pyth-crosschain

Crosschain Pyth programs and utilities
https://pyth.network
Other
144 stars 195 forks source link

Create a new Pyth price service client in Rust #1798

Closed aoikurokawa closed 1 month ago

aoikurokawa commented 2 months ago

Description

Additional Notes

I will make an another PR to handle Websocket stuff.

vercel[bot] commented 2 months ago

@aoikurokawa is attempting to deploy a commit to the pyth-web Team on Vercel.

A member of the Team first needs to authorize it.

ali-bahjati commented 2 months ago

Hi @aoikurokawa Thanks a lot for your contribution!! Would it be possible for you to create this client based on the v2 apis and not the v1 apis? (and that also means using http streaming instead of websockets for future)

aoikurokawa commented 2 months ago

Hi @aoikurokawa Thanks a lot for your contribution!! Would it be possible for you to create this client based on the v2 apis and not the v1 apis? (and that also means using http streaming instead of websockets for future)

Hello @ali-bahjati Thank you for the response. I rewrote the client based on v2 instead of v1. I appreciate your reviewing.