hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.5k stars 822 forks source link

Implementation of the state transition for verkle #6629

Open matkt opened 7 months ago

matkt commented 7 months ago

When we will activate verkle we will have to do a transition of the state from PMT to verkle trie .

More info in this links :

matkt commented 5 months ago

PR for this one https://github.com/hyperledger/besu/pull/7113