Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Reading of Irreversible Block Headers #3095

Open
mvandeberg opened this issue Oct 19, 2018 · 0 comments
Open

Allow Reading of Irreversible Block Headers #3095

mvandeberg opened this issue Oct 19, 2018 · 0 comments

Comments

@mvandeberg
Copy link
Contributor

The block log currently only returns entire blocks. There are scenarios in which the block header contains all the information required and is much faster to read.

The block log should be expanded to allow reading of just a header. This is trivial as the FC serialization appends children classes at the end of the parent. Deserializing the parent class is as simple as unpacking the parent from the same data source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants