telosnetwork / telos-reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
Apache License 2.0
2 stars 0 forks source link

Chain configs (telos-mainnet, telos-testnet, etc..) #26

Closed poplexity closed 2 months ago

poplexity commented 3 months ago

Describe the feature

Re-implement the Telos chain config changes from telos-main-old to telos-main in a single commit.

Incorporate changes from these commits:

coa-telos commented 3 months ago

Created draft PR #34 with changes from first commit. There are 17 failing tests at the moment, probably due to chain name which fallbacks to id, since name implementaion is in alloy.First commit contains codebase format and it will be removed once PR is ready.