There was an error while loading. Please reload this page.
1 parent d50ec1a commit 0d6a8e6Copy full SHA for 0d6a8e6
1 file changed
runtime-sdk/modules/evm/README.md
@@ -5,10 +5,11 @@ of EVM-compatible smart contracts.
5
6
## Known Divergence from Ethereum
7
8
-* `SELFDISTRUCT` op code is unsupported. Invoking `SELFDESTRUCT` will result in
+* `SELFDESTRUCT` op code is disabled. Invoking `SELFDESTRUCT` will result in
9
a transaction being reverted. Solving this would require either inefficient
10
iteration over all storage keys, a special storage operation for removing
11
- prefixes or some form of generational storage.
+ prefixes or some form of generational storage. This behavior is also in line
12
+ with the Ethereum Dencun upgrade.
13
14
* `COINBASE` op code always returns an all-zero address.
15
0 commit comments