Skip to content

Commit

Permalink
docs: Update Ethereum compatibility doc (#13)
Browse files Browse the repository at this point in the history
* docs: Update Ethereum compatibility doc

* fix: trailing spaces

---------

Co-authored-by: Jose Storopoli <jose@storopoli.io>
  • Loading branch information
john-light and storopoli authored Oct 7, 2024
1 parent fb4f9ac commit b67cded
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/technical/comparing-ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
## EVM compatibility

Strata is an EVM-compatible blockchain.
The execution client used by the Strata block producer is based on reth
and is fully compatible with the EVM spec.
During the devnet phase, Strata can be considered a Type 1 zkEVM.
The execution client used by the Strata block producer is based on Reth
and is fully compatible with the EVM spec up to the
[Shanghai](https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md)
release. During the devnet phase, Strata can be considered a Type 1 zkEVM.

!!! note

Expand All @@ -19,9 +20,9 @@ Comparing differences in how Strata and Ethereum functionally operate:

<!-- markdownlint-disable line-length -->

| | Strata | Ethereum |
| | Strata Devnet | Ethereum |
| ---------------- | ------------------------------------------------------------------------------------------------------ | -------------- |
| Consensus: | Proof of Work | Proof of Stake |
| Consensus: | Proof of Authority | Proof of Stake |
| Gas asset: | BTC | ETH |
| Block gas limit: | 15,000,000 | 30,000,000 |
| Block time: | ~5s | ~12s |
Expand Down

0 comments on commit b67cded

Please sign in to comment.