Emit preimages #33
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#33
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?
Add a new
AddressesAndAddressHashes
collection to the statediff payload that holds the addrHash=>addr pairs like the codehash=>code pairs herePopulate this collection with the address and address hash every time a new account is created in the trie e.g. here
Extend this to the complete trie methods i.e.
BuildStateTrieObject
Extend this to the direct indexing approach introduced in #32, mode where we write addresshash=>address directly to Postgres during ongoing sync
Related https://github.com/vulcanize/go-ethereum/pull/42
Closing, we can reopen if we want to add this feature in the future