Impact Severity: `Medium` Module: `stellarflow-contracts/storage/ephemeral.rs` ### Description Non-critical state nonces and transient swap path buffers are currently stored in persistent memory, incurring unnecessary ledger rent. ### Technical Requirements: - [x] Migrate swap route computation buffers to `env.storage().temporary()` - [x] Verify core token balances remain isolated in `persistent()` - [x] Run resource cost profiling to confirm rent reduction per swap execution
Impact Severity:
MediumModule:
stellarflow-contracts/storage/ephemeral.rsDescription
Non-critical state nonces and transient swap path buffers are currently stored in persistent memory, incurring unnecessary ledger rent.
Technical Requirements:
Migrate swap route computation buffers to
env.storage().temporary()Verify core token balances remain isolated in
persistent()Run resource cost profiling to confirm rent reduction per swap execution