nimbus-eth1/fluffy/network/state
web3-developer 947f629903
Fluffy State Bridge - State Gossip via Portal JSON-RPC (#2535)
* Create block offers queue and collect account preimages.

* Implement iterators to return account and storage proofs and bytecode from updatedCaches.

* Implement building offers from proofs.

* Refactor BlockDataRef type to only include required fields.

* Store block data in database.

* Improve state diff types.

* Implement start state backfill from specific block.

* Record last persisted block number in database.

* Persist account preimages in db.

* Apply state updates for DAO hard fork.

* Implement state gossip of block offers via portal JSON RPC.
2024-07-30 22:56:21 +08:00
..
content Fluffy State Bridge - State Gossip via Portal JSON-RPC (#2535) 2024-07-30 22:56:21 +08:00
state_content.nim Add push raises to Fluffy state network code. (#2352) 2024-06-14 13:38:24 +08:00
state_endpoints.nim Fluffy state network tests and logging improvements (#2402) 2024-06-20 23:41:34 +08:00
state_gossip.nim Fluffy State Bridge - State Gossip via Portal JSON-RPC (#2535) 2024-07-30 22:56:21 +08:00
state_network.nim Bump ssz_serialization and use ByteList[n] + add ContentKeyByteList (#2500) 2024-07-17 17:07:27 +02:00
state_utils.nim Fluffy State Bridge - State Gossip via Portal JSON-RPC (#2535) 2024-07-30 22:56:21 +08:00
state_validation.nim Fluffy state network tests and logging improvements (#2402) 2024-06-20 23:41:34 +08:00