Skip to content

Commit

Permalink
Remove pallet_democracy
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko committed Jul 22, 2024
1 parent ac9a3c6 commit 88fb586
Show file tree
Hide file tree
Showing 26 changed files with 162 additions and 8,244 deletions.
324 changes: 161 additions & 163 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ repository = "https://github.com/Atleta-network/atleta"
[workspace.dependencies]
atleta-runtime = { path = "runtime", default-features = false }
pallet-faucet = { path = "pallets/faucet", default-features = false }
pallet-democracy = { path = "pallets/democracy-patched", default-features = false }

async-trait = "0.1"
bn = { package = "substrate-bn", version = "0.6", default-features = false }
Expand Down Expand Up @@ -120,7 +119,7 @@ pallet-bags-list = { git = "https://github.com/atleta-network/polkadot-sdk", bra
pallet-balances = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
pallet-collective = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
pallet-contracts = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
# pallet-democracy = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
pallet-democracy = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
pallet-election-provider-multi-phase = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
pallet-elections-phragmen = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
pallet-grandpa = { git = "https://github.com/atleta-network/polkadot-sdk", branch = "atleta-polkadot-v1.11.0", default-features = false }
Expand Down
67 changes: 0 additions & 67 deletions pallets/democracy-patched/Cargo.toml

This file was deleted.

135 changes: 0 additions & 135 deletions pallets/democracy-patched/README.md

This file was deleted.

1 change: 0 additions & 1 deletion pallets/democracy-patched/rustfmt.toml

This file was deleted.

Loading

0 comments on commit 88fb586

Please sign in to comment.