[Bug] SSZ encoding returning an error #23
Labels
No Label
backlog
beacon
bug
critical
documentation
duplicate
enhancement
epic
feature
good first issue
help wanted
in review
invalid
question
test
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-beacon-indexer#23
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?
Table of contents generated with markdown-toc
Overview
Describe the bug
SSZ unmarshalling works to some degree. I am able to get most fields, but I am getting errors when unmarshalling "some" field. I need to figure out what those fields are and understand how to move forward.
To Reproduce
Steps to reproduce the behavior:
Run the
tempHelper()
function for the time being.Expected behavior
To not get any errors when unmarshalling.
Evidence
Logs
Screenshots
Additional context
The error could be due to different API version...?
I am not sure that this is something "worth" spending time on at this stage. A bit more insight regarding the issue:
Slot
.The reason I don't think it is necessary to resolve this issue at the current moment is:
Slot
, and write the entire SSZ object to the DB.I think we should pick this ticket up if:
I am working to use the correct objects for each fork version. This should mitigate the issue.
We are using the provided interfaces to properly create structs depending on the fork version.