mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-19 01:51:04 +00:00
Precompiles (#201)
* Moved PR to monorepo * Update evm-template/runtime/src/lib.rs Co-authored-by: Amar Singh <asinghchrony@protonmail.com> * minimal precompile config * try fix remaining merge conflicts by accepting all incoming * into merge again * clippy fix * use workspace dep as per suggestion * try fix * insert revert bytecode in evm account storage at genesis for precompile addresses * toml sort --------- Co-authored-by: Nikita Khateev <nikita.khateev@openzeppelin.com>
This commit is contained in:
@@ -91,6 +91,9 @@ pallet-base-fee = { workspace = true }
|
||||
pallet-ethereum = { workspace = true }
|
||||
pallet-evm = { workspace = true }
|
||||
pallet-evm-chain-id = { workspace = true }
|
||||
pallet-evm-precompile-modexp = { workspace = true }
|
||||
pallet-evm-precompile-sha3fips = { workspace = true }
|
||||
pallet-evm-precompile-simple = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user