Skip to content

Commit

Permalink
chore: remove frost local
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Dec 17, 2024
1 parent d1bfef1 commit ec8b594
Show file tree
Hide file tree
Showing 41 changed files with 219 additions and 6,184 deletions.
401 changes: 202 additions & 199 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 6 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ members = [
"pallets/services/rpc",
"pallets/services/rpc/runtime-api",
"pallets/tangle-lst/benchmarking",
"frost",
"frost/frost-*",
"precompiles/pallet-democracy",
"precompiles/batch",
"precompiles/call-permit",
Expand Down Expand Up @@ -129,14 +127,12 @@ p256 = { version = "0.13.2", default-features = false }
ecdsa-core = { package = "ecdsa", version = "0.16.9", default-features = false }
starknet-crypto = { version = "0.7.1", default-features = false, features = ["signature-display", "alloc"] }

frost-core = { path = "frost", default-features = false }
frost-ed25519 = { path = "frost/frost-ed25519", default-features = false }
frost-ed448 = { path = "frost/frost-ed448", default-features = false }
frost-ristretto255 = { path = "frost/frost-ristretto255", default-features = false }
frost-secp256k1 = { path = "frost/frost-secp256k1", default-features = false }
frost-p256 = { path = "frost/frost-p256", default-features = false }
frost-p384 = { path = "frost/frost-p384", default-features = false }
frost-taproot = { path = "frost/frost-taproot", default-features = false }
frost-core = { version = "2.0.0", default-features = false }
frost-ed25519 = { version = "2.0.0", default-features = false }
frost-ed448 = { version = "2.0.0", default-features = false }
frost-ristretto255 = { version = "2.0.0", default-features = false }
frost-secp256k1 = { version = "2.0.0", default-features = false }
frost-p256 = { version = "2.0.0", default-features = false }

# Substrate dependencies
sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false }
Expand Down
30 changes: 0 additions & 30 deletions frost/Cargo.toml

This file was deleted.

34 changes: 0 additions & 34 deletions frost/frost-ed25519/Cargo.toml

This file was deleted.

223 changes: 0 additions & 223 deletions frost/frost-ed25519/src/lib.rs

This file was deleted.

Loading

0 comments on commit ec8b594

Please sign in to comment.