Chaintope 社の Chef Ethereum Researcher を務める中城氏によるgo-ethereumに導入されたのpruningについての解説です。
この動画で学べること
pruningコマンドについて
pruningの仕組み
【参考資料】
動画中に出てきたリンク
1. pruningコマンドの紹介(動画内p.3参照)
Ethereum公式ブログ Geth v1.10.0: https://blog.ethereum.org/2021/03/03/geth-v1-10-0/
ガベージコレクション(動画内p.4に出ているページ): https://www.reddit.com/r/ethdev/comments/87b4oi/can_you_manually_prune_geth_fast_chaindata/dwdnpn1/
2. Merkle Patricia Trieについての過去動画(動画内p.7参照): https://goblockchain.network/2020/01/rlp-merkle-patrical-tree/
3. Snap syncについての過去動画(動画内p.9参照): https://goblockchain.network/2021/04/geth_sync_mode/