-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: CNS-931: vault and operator provider addresses (#1382)
* CNS-931: change stake entry address field to "operator" * CNS-931: support vault definition from stake TXs (normal and bulk) * CNS-931: let staking define operator instead of vault * CNS-931: fix staking and enforce modify stake operator restrictions * CNS-931: unstake proposal uses only operator * CNS-931: agrregate rewards to vault * CNS-931: use vault for stake TX * CNS-931: make unstake work with vault * CNS-931: aggregate rewards to vault * CNS-931: small fix * CNS-931: change rewards queries to support both operator/vault * cns-931: added vault sig account and fixed unit tests * CNS-931: conflict unit tests * CNS-931: cu tracker unit test * CNS-931: delegator rewards unit test * CNS-931: relay payment unit test * CNS-931: stake unit tests * CNS-931: unstake unit tests * CNS-931: pairing unit tests * CNS-931: fix stake unit test * CNS-931: iprpc unit test * CNS-931: update readme * CNS-931: migrator * CNS-931: lint fix * CNS-931: sdk fixes * CNS-931: another sdk fix * CNS-931: bug fix * CNS-931: test fix * CNS-931: small PR changes * CNS-931: more PR fixes * CNS-931: return address field in stake entry for backwards complatibility * Update x/dualstaking/README.md Co-authored-by: Elad Gildnur <[email protected]> * Update x/epochstorage/README.md Co-authored-by: Elad Gildnur <[email protected]> * CNS-931: some PR fixes * CNS-931: implemented GetVaultAddr * CNS-931: PR fix * CNS-931: change stake funcs arg order * CNS-931: small PR fixes * CNS-931: small PR change * CNS-931: small fix * CNS-931: lint fix * change operator to address * change operator in all files * CNS-931: revert typescript changes * Merge branch 'CNS-931-support-provider-using-2-keys' into CNS-949-add-feegrant-module * CNS-931: revert expected providers change * CNS-931: fix migrator * CNS-931: make it impossible to delegate to vault * CNS-931: comment fixes and code rearrangement * CNS-931: added small check * CNS-931: added helper func to clean code * CNS-931: unit tests --------- Co-authored-by: Elad Gildnur <[email protected]> Co-authored-by: Yarom Swisa <[email protected] git config --global user.name Yarom> Co-authored-by: Yaroms <[email protected]>
- Loading branch information
1 parent
4cc0300
commit 0401570
Showing
64 changed files
with
3,614 additions
and
434 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
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
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.