Support vdb0 statediffing interface #39

Closed
opened 2021-03-12 18:14:59 +00:00 by i-norden · 2 comments
Member

Be able to support statediffing subscription endpoint exposed here on top of our IPLD database

Be able to support statediffing subscription endpoint exposed [here](https://github.com/makerdao/go-ethereum/tree/prod) on top of our IPLD database
Author
Member
https://github.com/makerdao/go-ethereum/tree/allow-state-diff-subscription
Author
Member

We no longer subscribe to statediffs, for performance reasons we need to write to the DB while we perform the trie difference iteration (rather than iterating once to create the statediff object, sending it over the wire, and then having to reiterate it to process it into the DB).

We no longer subscribe to statediffs, for performance reasons we need to write to the DB *while* we perform the trie difference iteration (rather than iterating once to create the statediff object, sending it over the wire, and then having to reiterate it to process it into the DB).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#39
No description provided.