Skip to content

Commit

Permalink
Remove dead code (#1509)
Browse files Browse the repository at this point in the history
* Remove un-needed substrate-test-* deps

* cargo fmt

* Remove pallet-rewards.

* Cleanup.

---------

Co-authored-by: Adam Dossa <[email protected]>
  • Loading branch information
Neopallium and adamdossa authored Aug 23, 2023
1 parent fb7e530 commit 616de82
Show file tree
Hide file tree
Showing 64 changed files with 56 additions and 36,781 deletions.
310 changes: 5 additions & 305 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,13 @@ sp-version = { git = "https://github.com/PolymeshAssociation/substrate", branch
substrate-frame-rpc-system = { git = "https://github.com/PolymeshAssociation/substrate", branch = "polymesh-v6-monthly-2023-03" }
substrate-state-trie-migration-rpc = { git = "https://github.com/PolymeshAssociation/substrate", branch = "polymesh-v6-monthly-2023-03" }
substrate-prometheus-endpoint = { git = "https://github.com/PolymeshAssociation/substrate", branch = "polymesh-v6-monthly-2023-03" }
substrate-test-runtime-client = { git = "https://github.com/PolymeshAssociation/substrate", branch = "polymesh-v6-monthly-2023-03" }
substrate-build-script-utils = { git = "https://github.com/PolymeshAssociation/substrate", branch = "polymesh-v6-monthly-2023-03" }
substrate-test-utils = { git = "https://github.com/PolymeshAssociation/substrate", branch = "polymesh-v6-monthly-2023-03" }
substrate-test-utils-derive = { git = "https://github.com/PolymeshAssociation/substrate", branch = "polymesh-v6-monthly-2023-03" }
substrate-wasm-builder = { git = "https://github.com/PolymeshAssociation/substrate", branch = "polymesh-v6-monthly-2023-03" }

[workspace]
members = [
"bin/bench",
"bin/crypto-cli",
"bin/testing",
#"migration-tests",
#"migration-tests/remote-externalities",
"node-rpc",
"pallets/asset",
"pallets/balances",
Expand All @@ -130,7 +124,6 @@ members = [
"pallets/nft",
"pallets/pips",
"pallets/protocol-fee",
"pallets/rewards",
"pallets/protocol-fee/rpc",
"pallets/protocol-fee/rpc/runtime-api",
"pallets/relayer",
Expand Down Expand Up @@ -176,7 +169,6 @@ pallet-pips = { path = "pallets/pips", default-features = false }
pallet-protocol-fee = { path = "pallets/protocol-fee", default-features = false }
pallet-staking = { path = "pallets/staking", default-features = false }
pallet-sudo = { path = "pallets/sudo", default-features = false }
pallet-rewards = { path = "pallets/rewards", default-features = false }
polymesh-contracts = { path = "pallets/contracts", default-features = false }
polymesh-common-utilities = { path = "pallets/common", default-features = false }
polymesh-primitives = { path = "primitives", default-features = false }
Expand Down
12 changes: 0 additions & 12 deletions bin/crypto-cli/Cargo.toml

This file was deleted.

6 changes: 0 additions & 6 deletions bin/crypto-cli/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions bin/crypto-cli/src/main.rs

This file was deleted.

29 changes: 0 additions & 29 deletions migration-tests/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion migration-tests/remote-externalities/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions migration-tests/remote-externalities/Cargo.toml

This file was deleted.

127 changes: 0 additions & 127 deletions migration-tests/remote-externalities/README.md

This file was deleted.

Loading

0 comments on commit 616de82

Please sign in to comment.