Implement getSlice
API
#206
No reviewers
Labels
No Label
bug
critical
documentation
duplicate
enhancement
Epic
good first issue
help wanted
Integration tests
invalid
question
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/ipld-eth-server#206
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pm-get-slice"
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?
Part of https://github.com/cerc-io/ipld-eth-server/issues/4
response.Leaves
with required accounts dataCurrent performance across different head path lengths and depths:
State trie (request and responses)
070804090303
050f03080e07
0b020a080a0e
000c02080a
0b0a0d0e0e
000c0c0c
06070e08
0f0007
Storage trie (request and responses)
040d01
00060d
0308
00
The execution time goes on increasing as path length decreases; the subtrie becomes wider and its iteration takes more time.