-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(operator,delegation): cross-module validation
Assumptions: - `assets` module genesis is only responsible for deposits - `delegation` module genesis then locks up the assets based on its genesis state, from its own perspective as well as in the `assets` module. - `operator` module genesis verifies that the delegated amount provided to it is the same as that provided to the delegation module.
- Loading branch information
1 parent
db68878
commit bccb94a
Showing
2 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters