Skip to content

Commit

Permalink
Enable insecure_zero_ed as default
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Jul 11, 2023
1 parent ddc2f79 commit 08e5f62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
panic = "unwind"

[workspace]
exclude = [
"precompile/metadata",
]
members = [
"core/*",
"node",
Expand All @@ -10,9 +13,6 @@ members = [
"precompile/*",
"runtime/*",
]
exclude = [
"precompile/metadata"
]

[workspace.package]
authors = ["Darwinia Network <[email protected]>"]
Expand Down Expand Up @@ -107,14 +107,14 @@ pallet-evm-precompile-modexp = { git = "https://github.com/paritytech/frontier
pallet-evm-precompile-simple = { git = "https://github.com/paritytech/frontier", branch = "polkadot-v0.9.43", default-features = false }

# moonbeam
pallet-ethereum-xcm = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev", default-features = false }
moonbeam-evm-tracer = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev", default-features = false }
moonbeam-primitives-ext = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev", default-features = false }
moonbeam-rpc-debug = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev" }
moonbeam-rpc-primitives-debug = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev", default-features = false }
moonbeam-rpc-primitives-txpool = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev", default-features = false }
moonbeam-rpc-trace = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev" }
moonbeam-rpc-txpool = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev" }
pallet-ethereum-xcm = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev", default-features = false }
precompile-utils = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev", default-features = false }
xcm-primitives = { git = "https://github.com/darwinia-network/moonbeam", branch = "dev", default-features = false }

Expand All @@ -140,7 +140,7 @@ frame-try-runtime = { git = "https://github.com/parityt
pallet-assets = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false }
pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false }
pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false, features = ["insecure_zero_ed"] }
pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false }
pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false }
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43", default-features = false }
Expand Down

0 comments on commit 08e5f62

Please sign in to comment.