expose parent path from trie.Iterator #368
No reviewers
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#368
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ian/v5_dev"
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?
Necessary in order to generate selector suffixes (paths) for embedded/internalized leaf nodes. See https://github.com/cerc-io/go-ethereum/issues/255.
@AFDudley @roysc was hoping to avoid this because it changes the
NodeIterator
interface which will prevent us from using the pluggethNodeIterator
implementation, but it would also be very convenient for a fix to #376.When we move to pluggeth we can maintain our own external interface and implementation of
NodeIterator
, since this is a purely additive change the original interface expected by pluggeth is still supported.