File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
<div class =" repo-group " >
14
14
<h3 ><i class =" fa fa-cogs " ></i > VIRTUAL MACHINE (EVM)</h3 >
15
15
<p >Implementation of the Ethereum Virtual Machine in TypeScript supporting
16
- all hardforks and allowing for easy integration of the EVM in browser applications.</p >
16
+ all hardforks and allowing for easy integration of the EVM in web applications.</p >
17
17
</div >
18
18
19
19
<div class =" repo-group " >
30
30
<ul>
31
31
<li>All hardforks until Shanghai</li>
32
32
<li>Preliminary Cancun support (incl. EIP-4844)</li>
33
- <li>Extended tracing and debug support</li>
33
+ <li>Basic tracing and debug support</li>
34
34
<li>Flexible EIP on/off engine</li>
35
35
<li>Modular EVM core</li>
36
36
</ul>
232
232
@ethereumjs/devp2p
233
233
</div>
234
234
<div class="repo-description">
235
- Devp2p implementation with support for Discovery (DPT), RLPx transport, ETH protocol and SNAP.
235
+ Devp2p implementation with support for Discovery (DPT), RLPx transport, ETH protocol, LES and SNAP.
236
236
</div>
237
237
</div >
238
238
</div >
You can’t perform that action at this time.
0 commit comments