You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The early build of the stockpile-trusts program supports only Kamino, but that's far from the endgame. In vault.rs, you'll see an enum meant to denote a user's protocol of choice, and next up is MarginFi.
The business logic can be handled with simple control flow, however the CPI into their program is what's holding me back. They do not (to my knowledge) have a published crate for v2, and I am too lazy to go through their IDL right now.
If anyone wants to take the plunge on this, I'm happy to help!
The text was updated successfully, but these errors were encountered:
The early build of the stockpile-trusts program supports only Kamino, but that's far from the endgame. In vault.rs, you'll see an enum meant to denote a user's protocol of choice, and next up is MarginFi.
The business logic can be handled with simple control flow, however the CPI into their program is what's holding me back. They do not (to my knowledge) have a published crate for v2, and I am too lazy to go through their IDL right now.
If anyone wants to take the plunge on this, I'm happy to help!
The text was updated successfully, but these errors were encountered: