-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
add_governance_canister
since it is now automated (#4532)
- Loading branch information
Showing
12 changed files
with
4 additions
and
289 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
43 changes: 0 additions & 43 deletions
43
backend/canisters/proposals_bot/api/src/updates/add_governance_canister.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
pub mod add_governance_canister; | ||
pub mod appoint_admins; | ||
pub mod c2c_submit_proposal; | ||
pub mod import_proposals_group_into_community; | ||
pub mod remove_governance_canister; | ||
pub mod stake_neuron_for_submitting_proposals; |
34 changes: 0 additions & 34 deletions
34
backend/canisters/proposals_bot/api/src/updates/remove_governance_canister.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
141 changes: 0 additions & 141 deletions
141
backend/canisters/proposals_bot/impl/src/updates/add_governance_canister.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
pub mod add_governance_canister; | ||
pub mod appoint_admins; | ||
pub mod c2c_submit_proposal; | ||
pub mod import_proposals_group_into_community; | ||
pub mod remove_governance_canister; | ||
pub mod stake_neuron_for_submitting_proposals; | ||
pub mod wallet_receive; |
37 changes: 0 additions & 37 deletions
37
backend/canisters/proposals_bot/impl/src/updates/remove_governance_canister.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
3 changes: 0 additions & 3 deletions
3
...ipts/proposals/create_custom_sns_functions/4000.proposals_bot.add_governance_canister.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...s/proposals/create_custom_sns_functions/4001.proposals_bot.remove_governance_canister.ini
This file was deleted.
Oops, something went wrong.