Skip to content

Commit

Permalink
Remove Identity from Polkadot Relay (polkadot-fellows#415)
Browse files Browse the repository at this point in the history
Since the launch of the People Chain, we can remove Identity and
Migration code.
  • Loading branch information
joepetrowski authored Aug 5, 2024
1 parent 5ecaca1 commit f4244f1
Show file tree
Hide file tree
Showing 15 changed files with 235 additions and 1,451 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Remove deprecated calls from treasury pallet ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #3820](https://github.com/paritytech/polkadot-sdk/pull/3820)).
- Treasury pallet: - remove unused config parameters ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #4831](https://github.com/paritytech/polkadot-sdk/pull/4831)).
- Remove Identity from Polkadot Relay Chain ([runtimes#415](https://github.com/polkadot-fellows/runtimes/pull/415))

#### From [#322](https://github.com/polkadot-fellows/runtimes/pull/322):

Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ decl_test_parachains! {
PolkadotXcm: people_polkadot_runtime::PolkadotXcm,
Balances: people_polkadot_runtime::Balances,
Identity: people_polkadot_runtime::Identity,
IdentityMigrator: people_polkadot_runtime::IdentityMigrator,
}
},
}
Expand Down
2 changes: 0 additions & 2 deletions integration-tests/emulated/chains/relays/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ decl_test_relay_chains! {
Treasury: polkadot_runtime::Treasury,
AssetRate: polkadot_runtime::AssetRate,
Hrmp: polkadot_runtime::Hrmp,
Identity: polkadot_runtime::Identity,
IdentityMigrator: polkadot_runtime::IdentityMigrator,
}
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
// limitations under the License.

mod governance;
mod reap_identity;
mod teleport;
Loading

0 comments on commit f4244f1

Please sign in to comment.