Skip to content

Instantly share code, notes, and snippets.

@ben-chain
Created June 29, 2021 17:18
Show Gist options
  • Save ben-chain/ee92651043d878a40e4addfbc35e629e to your computer and use it in GitHub Desktop.
Save ben-chain/ee92651043d878a40e4addfbc35e629e to your computer and use it in GitHub Desktop.
Name Effect Description Difficulty
Snap sync, partial syncing 30% reduction in hardware requirements Improve sync time by snap syncing and partially syncing. 2
Basket of EVM improvements 50% reduction in hardware requirements - https://github.com/ledgerwatch/erigon/wiki/TEVM---Transpiled-EVM:-accelerate-EVM-improvement-R&D,-but-learning-from-eWASM - https://github.com/ethereum/evmone - https://eips.ethereum.org/EIPS/eip-2929 5
16 core, 32 vthread EVM parallelism 32x reduction in hardware requirements Require all transactions in a block to have non-intersecting access lists. Scale gas_limit * n where n is the number of cores available to a verifier. 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment