JF
JF
Stumbled upon this: https://github.com/paradigmxyz/revmc TLDR: It's an improvement to revm that replaces its standard interpreter with a compiler and gives some interesting performance improvements. (I did not dig much into...
> They also cost in Gas instead of coins. Ultimately, gas is paid in coin in ethereum, so couldn't we provide a mapping function gas Mas for this case?
> In Massa, storage costs are locked coins. On EVM, they are spent coins and reimbursement is not on a 1:1 basis. They also cost in Gas instead of coins...
> Can probably be mapped quite easily to what we have (both in terms of how we use gas and the calibration) I second that! Having revm built as a...
# Ether tx VS Massa op ## Ethereum signed tx format ``` +---------------------------------------------------+ | Ethereum Transaction (tx) | +---------------------------------------------------+ | Nonce: | | Gas Price: | | Gas Limit: |...