Skip to content

Commit

Permalink
doc: push0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Aug 14, 2023
1 parent 72fa39b commit fc2c2b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ There is an open issue to implement the validation if needed [here](https://gith

## Compatibility

The HyVM does not yet support `PUSH0` as most of the chains do not support it.
It is compiled with `Paris` EVM version.
The HyVM supports `PUSH0`. It possible execute bytecode compiled with `Shanghai` EVM version.
As the HyVM is deployed with the `Paris` EVM version, it will be converted to `PUSH1 0x00` during the execution.
This is due to the fact that most chains do not support `PUSH0` yet.

## HyVM / EVM divergence

Expand Down

0 comments on commit fc2c2b6

Please sign in to comment.