-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Labels
09-localhosttype: performancePerformance or storage optimizationsPerformance or storage optimizations
Milestone
Description
Now that the light client module has the context for all its interface functions, the localhost implementation can be stateless as it should only read off the existing ibc store and not need to store any information under its client store
We should probably add a migration to prune unnecessary state and addition we should remove the additional disc writes that happen on every block to update the height in the localhost client state (set in the client store)
Can be removed:
- begin blocker logic for updating localhost
- UpdateLocalhostClient function in 02-client keeper
Originally posted by @colin-axner in #5866 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
09-localhosttype: performancePerformance or storage optimizationsPerformance or storage optimizations