Retrieve all preimages at provided height #35
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#35
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?
Extends #33, #33 emits preimages (addresses), as part of the statediff object, for accounts as they are created but we need a means of retrieving any preimages we may have missed up to the point we apply the changes from #33. We can do this by providing an endpoint to stream out every preimage (address) in the state trie at a provided block height.
Make
StreamPreimages
subscription endpoint methods, which should closely mirror theStreamCodeAndCodeHash
methods for the api and serviceExtend this to the direct indexing approach introduced in #32, e.g. RPC cal tells the node to write out all the addresshash=>addresses directly to Postgres
Related https://github.com/vulcanize/go-ethereum/pull/42
Closing, we can reopen if we want to add this feature in the future