Skip to content

Commit

Permalink
Revert "feat: support linking ethereum accounts (#355)"
Browse files Browse the repository at this point in the history
This reverts commit c8f4577.
  • Loading branch information
wischli committed Nov 4, 2022
1 parent 84e4464 commit df5abe3
Show file tree
Hide file tree
Showing 22 changed files with 253 additions and 967 deletions.
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.

4 changes: 2 additions & 2 deletions pallets/pallet-did-lookup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ targets = ["x86_64-unknown-linux-gnu"]
kilt-support = {workspace = true, features = ["mock"]}

pallet-balances = {workspace = true, features = ["std"]}
rand = "0.8"
sp-core = {workspace = true, features = ["std"]}
sp-io = {workspace = true, features = ["std"]}
sp-keystore = {workspace = true, features = ["std"]}
Expand All @@ -40,17 +39,18 @@ kilt-support.workspace = true
frame-support.workspace = true
frame-system.workspace = true
sp-core.workspace = true
sp-io.workspace = true
sp-runtime.workspace = true
sp-std.workspace = true

# Benchmarking dependencies
frame-benchmarking = {workspace = true, optional = true}
sp-io = {workspace = true, optional = true}

[features]
default = ["std"]
runtime-benchmarks = [
"frame-benchmarking",
"sp-io",
"kilt-support/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
Expand Down
189 changes: 0 additions & 189 deletions pallets/pallet-did-lookup/src/account.rs

This file was deleted.

60 changes: 0 additions & 60 deletions pallets/pallet-did-lookup/src/associate_account_request.rs

This file was deleted.

Loading

0 comments on commit df5abe3

Please sign in to comment.