evm icon indicating copy to clipboard operation
evm copied to clipboard

Fast EVM assembler in C

Results 12 evm issues
Sort by recently updated
recently updated
newest added

We would like to integrate these tests into `make check`. * https://github.com/ethereum/tests * https://github.com/ethereum/execution-spec-tests

enhancement

We have labeled `JUMPDEST`: ``` label: JUMP(label) ``` For codecopy we want a way to label an offset in the code, a way to describe raw data, and a way...

documentation
enhancement
help wanted
question

A number (decimal or hex) can be a valid label; however, at the end of assembly: validate that the number is equal to the actual `JUMPDEST` position.

enhancement

This is a reference branch for testing SETCODE. #### Changes Add SETCODE

enhancement
wontfix

Different EVMs support different opcodes. We want a new switch to indicate target evm version. ``` evm --fork dencun account.evm evm --fork london account.evm ```

enhancement
good first issue

C-style macros would allow code reuse. It would be easiest to reuse the C Preprocessor (cpp) though this would forgo any evm-specific syntax. Before this task is completed I am...

enhancement
good first issue

Doesn't seem hard https://developers.tron.network/v4.4.0/docs/vm-vs-evm

enhancement
good first issue

Should issue a formal release to help indicate potential future breaking changes.

documentation

I need to convert tabs to spaces. My settings seem to have been off a few times I was editing.

We want the DIO debugger with `SHOW_CALLS` to show the callValue if it is nonzero. This task includes implementing a print function for `val_t`.

enhancement
good first issue