osmosis-labs / isotonic

Smart Contracts for the Lendex Protocol
MIT License
1 stars 0 forks source link

Refactor lendex-market/contract.rs #104

Open uint opened 2 years ago

uint commented 2 years ago

It's a bit tangled. Modules like query and execution are a mix of entrypoints and helpers, some of the logic is complex and probably deserves its own separate file.