Mode to snapshot all Ethereum objects at a block height #3

Open
opened 2023-10-04 22:18:21 +00:00 by telackey · 0 comments
Member

https://github.com/cerc-io/ipld-eth-state-snapshot/issues/44

Currently the snapshot only captures the full state and storage tries as well as all codehash => code mappings, and links them up to a header in eth.header_cids. We do not load and index the other data at this block height e.g. txs, rcts, logs.

  • eth.uncle_cids
  • eth.transaction_cids
  • eth.receipt_cids
  • eth.access_list_elements
  • eth.log_cids
https://github.com/cerc-io/ipld-eth-state-snapshot/issues/44 Currently the snapshot only captures the full state and storage tries as well as all codehash => code mappings, and links them up to a header in eth.header_cids. We do not load and index the other data at this block height e.g. txs, rcts, logs. - [ ] eth.uncle_cids - [ ] eth.transaction_cids - [ ] eth.receipt_cids - [ ] eth.access_list_elements - [ ] eth.log_cids
telackey added the
Copied from Github
label 2023-10-04 22:21:13 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-state-snapshot#3
No description provided.