Anything that should be open sourced from Uranus
Stars
5
Forks
3
Watchers
5
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Add the possibility of passing a market's PDA instead of having to lookup, also get getAllMarkets actually awaits for each valid account's results
2b6cc5dView on GitHubFix bug with accountFee, add totalCost for display to the end user
6d474c6View on GitHubFix for wrongly calculated account creation fees, instead use the actual PositionAccountData struct size for Rent Exemption calc
abdaa57View on GitHubRemove the old program vault drain function for security (liquidity has been decentralized). Add more security to the market transfer function that lets us move liquidity from one market to another (for potential dead markets)
d7f48fcView on GitHubImplemented decentralized market liquidity, function to close old positions, and functions to drain old vault to transfer liquidity to the respective new markets
7009930View on GitHub