diff --git a/Cargo.lock b/Cargo.lock index a166901b79..e9704a7f32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3236,7 +3236,7 @@ name = "evm-jsontests" version = "0.13.1" dependencies = [ "acala-primitives", - "env_logger 0.9.3", + "env_logger 0.10.0", "ethjson", "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index f76d3ecfa4..2f0275ea0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,6 +119,15 @@ x25519-dalek = { opt-level = 3 } yamux = { opt-level = 3 } zeroize = { opt-level = 3 } +[workspace.dependencies] +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } + [patch."https://github.com/paritytech/substrate"] binary-merkle-tree = { git = "https://github.com/paritytech//substrate", rev = "948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" } frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" } diff --git a/evm-tests b/evm-tests index e651a4e7dc..7a1e7da34b 160000 --- a/evm-tests +++ b/evm-tests @@ -1 +1 @@ -Subproject commit e651a4e7dccd967b802661efe43c7bfd2d5387b0 +Subproject commit 7a1e7da34ba9c86dda3ac9aaaab2becbeb4d5ce5