-
Notifications
You must be signed in to change notification settings - Fork 11
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
[1.0.2] add block header extension types to state history ABI #783
Conversation
Thanks @spoonincode! I was able to test this by dynamically merging your ABI changes into the ABI I received from a 1.0.0 node, which lets me parse |
We should probably also deserialize the |
That is due to
|
We will need AntelopeIO/abieos#34 as part of this; to keep abieos in sync. Also @heifner @greg7mdp if you didn't check the naming of the new items before approval last time, maybe double check them again -- they aren't exactly 1:1 with the c++ |
lgtm |
Note:start |
This adds the block header extensions to the state history ABI making it easy for state history clients to parse these.
An example (crude) state history client easily accessing these,
Example outputs look like