Active fee configurations should have their persistent storage TTL extended during read requests.
Requirements and context
- Extend the persistent storage TTL of the DataKey::FeeConfig key during read requests if it exists
Suggested execution
- Modify get_fee_config in governance_contract/src/lib.rs
- Add the extend_ttl call for DataKey::FeeConfig persistent key before returning
Example commit message
refactor: extend persistent storage TTL when fetching fee config
Active fee configurations should have their persistent storage TTL extended during read requests.
Requirements and context
Suggested execution
Example commit message
refactor: extend persistent storage TTL when fetching fee config