nimbus-eth1/fluffy/network/state
web3-developer 771d6fd3e8
Implementation of Fluffy state network gossip. (#2210)
* Add toContentKey helper functions.

* Implement typed lookup functions for getting account and storage trie nodes and bytecode.

* Re-implementation of recursive gossip.

* Offer validation improvements. Don't allow key end in Nibbles for leafs as defined in the spec.

* Minor refactor to validation and add addition bytecode check.
2024-05-24 15:49:51 +08:00
..
content Implementation of Fluffy state network gossip. (#2210) 2024-05-24 15:49:51 +08:00
state_content.nim Fluffy state network refactor (#2200) 2024-05-22 09:22:07 +08:00
state_gossip.nim Implementation of Fluffy state network gossip. (#2210) 2024-05-24 15:49:51 +08:00
state_network.nim Implementation of Fluffy state network gossip. (#2210) 2024-05-24 15:49:51 +08:00
state_utils.nim Implementation of Fluffy state network gossip. (#2210) 2024-05-24 15:49:51 +08:00
state_validation.nim Implementation of Fluffy state network gossip. (#2210) 2024-05-24 15:49:51 +08:00