evm-diff
evm-diff copied to clipboard
Diff EVM-compatible chains in a friendly format
This PR is promoted by Routescan with the aim of improving the quality of the data as much as possible in an open-source manner. The PR just adds the links...
Data to include - The 21,000 intrinsic gas cost, calldata costs, etc - Opcode gas cost differences. We already have their gas costs are in the opcode section, but differences...
Trying to add metis, but facing some issues here and there. I think opcode detection doesn't really work, which might be related to rpc. --- @mds1 would it make sense...
These were removed as part of #62 and should be added back. I'm not sure if there is a good way to automatically detect transaction types, so we may need...
Optimized metadata and EVM stack addresses diff tables for mobile view
Initial ideas below ### Block Times Fetch the latest block number, and fetch the latest `n` blocks. - If block time deltas are the same, assume that delta is a...
For precompiles, we verify their existence with a test case that includes input calldata and an expected response. We should do something similar for opcodes. A few examples of why...
The opcodes section lists opcodes separately and mentions `evmVersion` where appropriate, but it would also be nice to summarize this at the top and simply say the latest `evmVersion` that...
This issue is to make sure things are readable on mobile. Original report: https://twitter.com/abcoathup/status/1745562100309864540 Example of poor formatting:
Most chain differences are presented in a user friendly way on evmdiff. There are cases where it's useful to see the actual diffs in the node, in order to see...