solana-labs / perpetuals

Solana perpetuals reference implementation
Other
66 stars 36 forks source link

Implement get_lp_token_price view instruction #6

Closed adrena-orex closed 1 year ago

adrena-orex commented 1 year ago

Add get_lp_token_price view instruction allowing UI to access lp token price atomically.

include nit about some u64 to f64 conversions.