diff --git a/Cargo.lock b/Cargo.lock index 706b22215..a7e45b7ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8694,6 +8694,33 @@ dependencies = [ "fp-evm", ] +[[package]] +name = "pallet-evm-precompile-jobs" +version = "0.1.0" +dependencies = [ + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.3.4", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-preimage", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3 0.10.8", + "sp-core 21.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0)", + "sp-std 8.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0)", +] + [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" diff --git a/Cargo.toml b/Cargo.toml index 0b511507d..6c22ec8b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ "standalone/runtime", "standalone/runtime/evm_tracer", "pallets/*", - "pallets/roles", + "pallets/roles", "pallets/jobs/rpc", "pallets/jobs/rpc/runtime-api", "precompiles/utils", @@ -30,6 +30,7 @@ members = [ "precompiles/call-permit", "precompiles/proxy", "precompiles/preimage", + "precompiles/jobs", ] resolver = "2"