add evm opcodes

This commit is contained in:
BT3GL /baɪtɡɝɫ/ 2022-04-11 20:54:19 +04:00 committed by GitHub
parent 0b931f0c48
commit aa53d6f5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@
* [Ethereum's Whitepaper](https://ethereum.org/en/whitepaper/) * [Ethereum's Whitepaper](https://ethereum.org/en/whitepaper/)
* [Speeding up the EVM by Flashbots](https://writings.flashbots.net/research/speeding-up-evm-part-1/) * [Speeding up the EVM by Flashbots](https://writings.flashbots.net/research/speeding-up-evm-part-1/)
* "Even though at the moment the biggest bottleneck of Ethereum is not EVM's performance (the size of the Ethereum state storage is), it will soon be as Ethereum TPS goes up." * "Even though at the moment the biggest bottleneck of Ethereum is not EVM's performance (the size of the Ethereum state storage is), it will soon be as Ethereum TPS goes up."
* [EVM opcodes](https://github.com/crytic/evm-opcodes)
<br> <br>