Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update Ethereum compatibility doc #13

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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