-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add roles/groups to the vitup mock (#280)
* add roles/groups to the vitup mock * update migration scripts * fix voteplan index (skip one because of the other role) * update migration scripts * derive Copy for Role since it's just an enum without fields, this should be fine * add role name to voteplan alias and use it as a filter in test * make tokens_list a Vec in order to have a fixed order * fix alias in private_vote_e2e_flow * votes_history_reflects_casted_votes: use correct role/group * fix role in test * fix voteplan alias in persistent log test * hardcode group correctly in batch * use default (direct) group wherever possible * iapyx: parametrize voting group * add missing argument in integration tests * Cargo.lock: update chain-wallet-libs and jormungandr-lib * update up.sql to vitss master * add internal_id in challenges.json
- Loading branch information
1 parent
a589837
commit 470bdb4
Showing
41 changed files
with
403 additions
and
223 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
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.