Commit Graph

6 Commits

Author SHA1 Message Date
meep 11f17bae53
Upgrade Anchor (Typescript) dependency to 0.25 (#38)
- Updating the Anchor SDK dependency
- API changes on the parameters on WhirlpoolContext & WhirlpoolClient
2022-07-22 09:47:32 -04:00
Otto Cheung 3bcd4ee391 upgrade common-sdk to 0.0.7 2022-06-21 10:52:56 -05:00
meep f888d1cf20
[v0.2.0] Improve increase/decrease liquidity functions for SDK (#16)
- Add support for auto-resolving ATA accounts prior for decrease liquidity ix
- Removed sourceWallet support for increase_liquidity ix
- Add separate funder/payer support for Whirlpool/Position increase/decrease liquidity functions
- Add tests to verify functions work as intended
2022-06-08 19:36:48 -07:00
Phil Chen f79dde5570
Add token estimates for liquidity quotes, group token resolution (#12)
- Add tokenEst to the increase/decrease liquidity quotes
- Add group token resolution to minimize RPC calls when resolving ATAs
2022-05-23 09:49:08 -07:00
meep 1d7b482cbd
Refactor SDK and add formal documentation (#2)
- Add Typedoc integration to SDK
- Reorganize and finalize SDK structure
- Add documentation and categorize SDK public items (not all)
- Port quotes over from orca-sdk and provide sync options
- Port all utils over from orca-sdk and reorganize them into cleaner buckets
- Update test structure for integration tests and SDK tests
- Update README.md
- Add WhirlpoolClient to help construct the more complicated transactions
- Remove WhirlpoolIx Instruction's dependency on Transaction
2022-05-09 10:04:47 -07:00
meep c55588a6ea
Open Source commit for Orca Whirlpools (#1) 2022-05-02 20:32:00 -07:00