openbook-dex / openbook-v2

openbook-v2 monorepo, contains solana program and ts client
Other
164 stars 96 forks source link

Modify the ts client to allow for an `openbook_twap` program #178

Closed metaproph3t closed 1 year ago

metaproph3t commented 1 year ago

I'm currently working on an openbook_twap program that sits on top of openbook_v2 and, for specific markets, feeds prices into a TWAP aggregator. These changes made the TS client more convenient to work with, and I think would be generally beneficial. They include:

binyebarwe commented 1 year ago

is this still in Draft mode?

metaproph3t commented 1 year ago

yeah, this is probably all I'll need, so will take out of draft mode and then open another PR if anything else