evm-diff icon indicating copy to clipboard operation
evm-diff copied to clipboard

Diff EVM-compatible chains in a friendly format

Results 16 evm-diff issues
Sort by recently updated
recently updated
newest added

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...

data update

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...

data update

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...

data update

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...

data update

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...

data update

This issue is to make sure things are readable on mobile. Original report: https://twitter.com/abcoathup/status/1745562100309864540 Example of poor formatting:

enhancement

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...

data update