-
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.
chore(nns): Remove neurons fund data migration (#1286)
In #1208, we added a migration to improve the naming of fields in NeuronsFundNeuronPortion, and in #1171 we added a test of that migration. They are no longer necessary, so this PR removes them [Next PR →](#870) Co-authored-by: Arshavir Ter-Gabrielyan <[email protected]>
- Loading branch information
Showing
6 changed files
with
0 additions
and
279 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
76 changes: 0 additions & 76 deletions
76
rs/nns/governance/src/proposal_data_neurons_fund_migration.rs
This file was deleted.
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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,6 +140,3 @@ mod subnet_rental_canister; | |
|
||
#[cfg(test)] | ||
mod stop_or_start_canister; | ||
|
||
#[cfg(test)] | ||
mod hotkeys_migration_test; |