Generate selector that describes a statediff object as they are produced #255
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#255
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Look into generating a selector that describes a statediff object as it is being generated. E.g. a selector that describes all the nodes updated in the block, this could be used to quickly recover a statediff object from a full state database (aka IPFS/Filecoin). Shouldn't be too difficult since we are already tracking node paths.
Related, and based on suggestions from Riba while working on Filecoin indexing, we could generate a selector suffix to describe each (leaf node) record in
state_cids
andstorage_cids
. This suffix could be appended to a root hash to generate a selector which describes how to select all the nodes required to prove the leaf node.