Refactor hardhat_
, evm_
, and zks_
namespace implementations
#170
Labels
approved ✅
PR is ready to be merged
feature ➕
Feature item
medium 🚩
Indicates moderately difficult item
p1 🟠
Indicates high priority item
📝 Description
Refactor the
hardhat_
,evm_
, andzks_
namespace implementations for some functions to be stored in a centralized location, so they can be re-used accordingly.For example, the following endpoints are doing the same thing:
evm_setAccountNonce
hardhat_setNonce
anvil_setNonce
🤔 Rationale
Centralizing namespaces would lead to a significantly lower effort for contributors implementing other namespaces and/or methods.
📋 Additional Context
This is a prerequisite for #160
The text was updated successfully, but these errors were encountered: