-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove council and tech committee collective and add migration to clean up the storage * fix remove precompile for council and tech committee * cleanup migration parameters * added new helper (#2663) * Disable gov v1 based tests * fix ts lint errors * remove councils in moonriver * remove councils on moonbeam * Update runtime/moonriver/src/asset_config.rs * remove unused pallets names * allow OpenTechCollective to manage foreign assets --------- Co-authored-by: Tim B <79199034+timbrinded@users.noreply.github.com> Co-authored-by: Éloïs <c@elo.tf> Co-authored-by: Federico Rodríguez <federico@moonsonglabs.com> Co-authored-by: Rodrigo Quelhas <rodrigo_quelhas@outlook.pt>
- Loading branch information
1 parent
aba40f8
commit 53dddf3
Showing
40 changed files
with
379 additions
and
964 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1737,8 +1737,6 @@ mod tests { | |
vec![], | ||
vec![], | ||
vec![], | ||
vec![], | ||
vec![], | ||
1000 * UNIT, | ||
ParaId::new(0), | ||
0, | ||
|
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.