Skip to content

Avoid calling the full update loop when only validator description has changed #1815

Closed

Description

On handleMsgEditValidator, we presently run stakeKeeper.UpdateValidator, which runs the full power update logic - as far as I can tell, this is unnecessary, since only the description has changed. All we need to do is write the primary record in the store.

cc @rigelrozanski

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions