Optimize Storage access in get_active_pools
Description
Perform minor code refactoring locally to reduce the number of redundant storage reads in common query loops.
Requirements
- Simple implementation with clear documentation.
- Follow Soroban/Rust best practices.
- Ensure CI checks pass.
Task for Contributor
- Implement the requested change.
- Add a unit test verifying the fix.
- Ensure code is well-formatted.
Verification
- Run 'cargo test' and ensure it passes.
- Verify locally with Soroban CLI if applicable.
Optimize Storage access in get_active_pools
Description
Perform minor code refactoring locally to reduce the number of redundant storage reads in common query loops.
Requirements
Task for Contributor
Verification