Wmmmm
Wmmmm
I submit a new commit for EEI standard at `https://github.com/ewasm/design/commit/8946232935822723a4c80bec03eb1b8ecd237d5f` Support `CREATE2`, `EXTCODEHAS`, `CHAINID`, `BASEFEE`, `SELFBALANCE`
I implement an EVM-to-eWASM bytecode translator that can ensure the fidelity of translation. EVM bytecode contracts now can run in eWASM runtime directly. I also build a local blockchain and...
I implement an EVM-to-eWASM bytecode translator that can ensure the fidelity of translation. EVM bytecode contracts now can run in eWASM runtime directly. I also use Hera to build a...
Hera currently supports Byzantine EEI only. It should evolve with EEI standard, supporting `CREATE2`, `EXTCODEHAS`, `CHAINID`, `BASEFEE`, `SELFBALANCE`. ( https://github.com/ewasm/design/commit/8946232935822723a4c80bec03eb1b8ecd237d5f)
I was just wondering whether it is possible to help to address the build issue. Environment: `Ubuntu20.04` `X86` `Rust: x86_64-unknown-linux-gnu` `rustc v1.70.0` Here are my build commands ```bash git clone...
I wonder whether the benchmark used in your paper will be public. An auto-analysis is more attractive for us developers if its benchmark is public. Thanks.