Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making Support Curve in OpenGov Tracks more strict (#361)
## Description <!-- Describe what change this PR is implementing --> This PR introduces the following: - Makes _Support Curve_ for OpenGov Tracks more strict to pass except the `Whitelisted Caller` Track that will be used for delivering hotfixes and new features - Removes unused `FellowshipAdmin` origin and `fellowship_admin` track as we don't use it for updating members of our Technical Committee Below you can see the screenshots of Tracks with changed _Support Curves_: ### Root <img width="1419" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/3e7912c7-3026-464f-b79a-4c09bae15a96"> ### Whitelisted Caller <img width="1413" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/f7d1f526-1f43-485d-b57f-a022523ea1a2"> ### Staking Admin <img width="1409" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/bafcc629-d4e5-476d-bb7d-e91ecd741563"> ### Treasurer <img width="1412" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/976f7d00-8714-446f-8322-a283d00f679f"> ### General Admin <img width="1414" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/9854fab4-d6fe-479f-9177-18e0fa2a41e6"> ### Referendum Canceller <img width="1415" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/d9374883-e974-4a12-b980-7e08142894e2"> ### Referendum Killer <img width="1412" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/e09ab71b-f78a-4bd7-ab85-1efa66391a0a"> ### Small Tipper <img width="1411" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/b6fb7b4c-26ef-4eba-b219-f4531022f919"> ### Big Tipper <img width="1412" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/6d5134ac-b9c7-4975-9853-25c3ee22e398"> ### Small Spender <img width="1414" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/054cd0f4-9cfc-487c-8615-ef40e64e85dd"> ### Medium Spender <img width="1415" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/ed3d6fa9-4588-4f7e-8df9-ef1d9fac7865"> ### Big Spender <img width="1411" alt="image" src="https://github.com/Cerebellum-Network/blockchain-node/assets/7753842/bb175292-b3ae-40df-aa6f-52332bbfd258"> ## Types of Changes Please select the branch type you are merging and fill in the relevant template. <!--- Check the following box with an x if the following applies: --> - [ ] Hotfix - [x] Release - [ ] Fix or Feature ## Fix or Feature <!--- Check the following box with an x if the following applies: --> ### Types of Changes <!--- What types of changes does your code introduce? --> - [ ] Tech Debt (Code improvements) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Dependency upgrade (A change in substrate or any 3rd party crate version) ### Migrations and Hooks <!--- Check the following box with an x if the following applies: --> - [ ] This change requires a runtime migration. - [ ] Modifies `on_initialize` - [ ] Modifies `on_finalize` ### Checklist for Fix or Feature <!--- All boxes need to be checked. Follow this checklist before requiring PR review --> - [x] Change has been tested locally. - [ ] Change adds / updates tests if applicable. - [ ] Changelog doc updated. - [x] `spec_version` has been incremented. - [ ] `network-relayer`'s [events](https://github.com/Cerebellum-Network/network-relayer/blob/dev-cere/shared/substrate/events.go) have been updated according to the blockchain events if applicable. - [ ] All CI checks have been passed successfully ## Checklist for Hotfix <!--- All boxes need to be checked. Follow this checklist before requiring PR review --> - [ ] Changelog has been updated. - [ ] Crate version has been updated. - [ ] `spec_version` has been incremented. - [ ] Transaction version has been updated if required. - [ ] Pull Request to `dev` has been created. - [ ] Pull Request to `staging` has been created. - [ ] `network-relayer`'s [events](https://github.com/Cerebellum-Network/network-relayer/blob/dev-cere/shared/substrate/events.go) have been updated according to the blockchain events if applicable. - [ ] All CI checks have been passed successfully ## Checklist for Release <!--- All boxes need to be checked. Follow this checklist before requiring PR review --> - [ ] Change has been deployed to Devnet. - [ ] Change has been tested in Devnet. - [ ] Change has been deployed to Qanet. - [ ] Change has been tested in Qanet. - [ ] Change has been deployed to Testnet. - [ ] Change has been tested in Testnet. - [ ] Changelog has been updated. - [ ] Crate version has been updated. - [ ] Spec version has been updated. - [ ] Transaction version has been updated if required. - [ ] All CI checks have been passed successfully
- Loading branch information