Skip to content

Commit

Permalink
feat: remove deprecated functionality (#999)
Browse files Browse the repository at this point in the history
* feat: remove deprecated functionality

remove deprecated custom signaturee pallet

* feat: apply code suggestions

* feat: remove deprecated pallet
  • Loading branch information
ashutoshvarma authored Sep 25, 2023
1 parent 9395ce0 commit ac29f4d
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 831 deletions.
24 changes: 0 additions & 24 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-modu
# (wasm)
pallet-block-reward = { path = "./pallets/block-reward", default-features = false }
pallet-collator-selection = { path = "./pallets/collator-selection", default-features = false }
pallet-custom-signatures = { path = "./pallets/custom-signatures", default-features = false }
pallet-dapps-staking = { path = "./pallets/dapps-staking", default-features = false }
pallet-xc-asset-config = { path = "./pallets/xc-asset-config", default-features = false }
pallet-xvm = { path = "./pallets/xvm", default-features = false }
Expand Down
43 changes: 0 additions & 43 deletions pallets/custom-signatures/Cargo.toml

This file was deleted.

100 changes: 0 additions & 100 deletions pallets/custom-signatures/src/ethereum.rs

This file was deleted.

Loading

0 comments on commit ac29f4d

Please sign in to comment.