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

Implement Block header json #470

Merged
merged 25 commits into from
Jun 2, 2020
Merged

Implement Block header json #470

merged 25 commits into from
Jun 2, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Implements block header JSON
    • Removes manual serialization and conversion for test vectors (Test vector for block header still needs to be updated, but I won't hold this PR up on that, I'll look into tomorrow)

Some of this seems like it would be beneficial to be gen from a macro, but there is a bit of inconsistency with how things are serialized that it would just be more work to enable. I did create a shared lib for the Visitor for handling the weird go default json marshalling.

Reference issue to close (if applicable)

Closes #437

Other information and links

@ec2 ec2 mentioned this pull request Jun 2, 2020
@austinabell austinabell merged commit a0dbd7b into master Jun 2, 2020
@austinabell austinabell deleted the rupan/issue_437 branch June 2, 2020 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Block Header json impl
4 participants