-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(evmstaking): implement epoch staking (#96)
* feat(evmstaking): implement epoched staking * fix(evmstaking): fix tests with implementation of epoched staking * perf(evmstaking): improve processing queued msg * fix(evmstaking): fix tests by adding epoch identifier * test(evmstaking): add tests for epoch identifier param * chore(evmstaking): change log level of withdraw * feat(evmstaking): add validation of epoch duration * chore(evmstaking): continue processing msg when failed * chore(evmstaking): process mature unbonding every epoch * feat(evmstaking): move partial withdraw out of epoch
- Loading branch information
Showing
39 changed files
with
1,958 additions
and
257 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.