- Change the routing method of farmInstructions in Raydium/index.ts to avoid double exporting interface issue in frontend.
export * from "./farmInstruction";
- Fix Duplicated output from Raydium/ledgerInfo.ts --> getAllLedgers
- Remove the console.assert
- Fix Larix protocol update. See detail here
- Move Larix test to mocha test in /test/
npm run test_lend
- Update documentation & some new functions
- No breaking change
- Add mocha test section for farm
- Raydium: deposit, withdraw
- Saber: deposit, withdraw and claim
- Update deposit & withdraw instruction
- Deprecate old version of deposit & withdraw instruction
- Add new feature: getLedgerInfos & getAssociatedLedgerAccount
- Slightly classify the Raydium/index routing status (Adding missing items).
- Slightly classify the Raydium/index routing status (Adding missing items).
- Raydium protocol: Add getAllLedgers function
- Raydium protocol: Add some Raydium struct (does not have breaking change)