Chaintope 社の Chief Ethereum Researcher を務める中城氏によるblock.gasLimitとMiner戦略についての解説です。
この動画で学べる事
- block.gasLimitの仕様(Yellow Paper)
- 実装(go-ethereum)
- 実データのプロット(gasLimit、gasUsed、TxGasLimitsの総計)
- Minerの戦略
参考資料
動画中に出てきたリンク
- P3.参照
https://ethereum.github.io/yellowpaper/paper.pdf
- P5.参照
https://github.com/ethereum/go-ethereum/blob/v1.10.21/core/state_transition.go#L275-L289
https://github.com/ethereum/go-ethereum/blob/v1.10.21/core/gaspool.go#L39-L45
- P9.参照
https://github.com/nakajo2011/ethereum_tools/tree/main/jupyterhome/block_gas_analyse/miner_storategy_graph