Skip to content

make localhost a stateless implementation #5959

@colin-axner

Description

@colin-axner

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:

Originally posted by @colin-axner in #5866 (comment)

Metadata

Metadata

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions