-
Notifications
You must be signed in to change notification settings - Fork 4
RPCs required for EVM Compatibility #172
Comments
The list of RPCs to test:
|
@weiyuan95 can you review this list of RPCs? |
Looking at https://github.com/paritytech/frontier/tree/master/ts-tests/tests , it looks like Substrate already has pretty good OOTB testing for compatibility for their EVM pallet, and they use web3 and ethers to test as well, which is essentially the 2 major EVM clients. We can implement the same test logic on our end and use those tests as a 'snapshot' to guard against any potential regression we might introduce. |
Theres quiet a few tests at frontier, should I pick a subset of them which is more meaningful to us? |
TBH, everything looks important/comes from EVM except for
|
Prasana mentioned that its important to make sure all the calls used by metamask works. |
packages/testsuite-web3-rpc
should contain a list of tests for ensuring EVM Compatibility. The definition of EVM Compatibility should be researched. There are a few tests included, however, more is required.The text was updated successfully, but these errors were encountered: