Commit Graph

58 Commits

Author SHA1 Message Date
Özgün Özerk b080293cdb add property to node for each template (#221)
* add property to node for each template
2024-06-11 18:02:15 +03:00
Amar Singh 7b1388b15c 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>
2024-05-31 16:04:14 -04:00
Özgün Özerk dc4f0129f1 Runtime lib restructure (#202)
* impl apis exported

* runtime version test moved to constants

* constants exported

* constant related errors fixed

* pallet configs exported

* xmc_config moved to configs

* types extracted
2024-05-31 20:06:18 +03:00
Nikita Khateev 64d64b88d0 #188 Added a guide for contract migration (#200) 2024-05-31 18:42:09 +04:00
Özgün Özerk 912e6f4e19 Upgrade evm dependencies (#208)
* update evm dependencies to v1.10.0
2024-05-30 00:27:12 +03:00
Nikita Khateev 135e186816 #188 Added EVM RPC to the node (#198)
* #188 added RPC node to enable interaction
2024-05-28 18:29:06 +04:00
Nikita Khateev 743eb7049e Integrated EVM and Ethereum pallets (#196)
Co-authored-by: Amar Singh <asinghchrony@protonmail.com>
2024-05-26 14:22:04 +04:00
Özgün Özerk 1bb2e96501 Transition into monorepo (#180)
* evm template integrated

* workflows modified per template

* workflow fixes
2024-05-17 12:00:25 +03:00