Commit 039b204
* feat(leveraged-yield): implement openPosition, closePosition and core leverage engine (#441)
* feat(leveraged-yield): add health factor tracking and partial/full deleveraging (#441)
* test(leveraged-yield): add single-tx leverage adjustment and unit test suite (#441)
* feat(yield-splitter): implement SEP-41 compliant PT and YT contracts (#440)
* feat(yield-splitter): implement splitPosition, mergeTokens and time-weighted yield math (#440)
* test(yield-splitter): add preview methods and full lifecycle unit test suite (#440)
* feat(auto-compound-vault): implement vault share token and deposit/withdraw mechanics (#439)
* feat(auto-compound-vault): add atomic harvest compounding with slippage protection (#439)
* test(auto-compound-vault): add deposit/withdraw previews and vault test suite (#439)
* feat(yield-router): build router core allocation engine and pool interfaces (#438)
* test(yield-router): add routing test suite with gas benchmarks (#438)
---------
Co-authored-by: StellarLend Dev <dev@stellarlend.io>
1 parent d60ee51 commit 039b204
27 files changed
Lines changed: 5159 additions & 2 deletions
File tree
- stellar-lend
- contracts
- auto-compound-vault
- src
- leveraged-yield
- src
- pool-interfaces
- src
- position-manager
- src
- principal-token
- src
- yield-router
- src
- yield-splitter
- src
- yield-token
- src
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments