nimbus-eth1/fluffy/network/state/content
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_keys.nim Implementation of Fluffy state network gossip. (#2210) 2024-05-24 15:49:51 +08:00
content_values.nim Implementation of Fluffy state network gossip. (#2210) 2024-05-24 15:49:51 +08:00
nibbles.nim Fluffy state network refactor (#2200) 2024-05-22 09:22:07 +08:00