-
Notifications
You must be signed in to change notification settings - Fork 925
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
service/header: Implement basic header Service
structure and interfaces
#148
Conversation
Needs to be rebased on #153 (so that one has to be merged first) |
2395544
to
51228a3
Compare
1dfa2ef
to
627713b
Compare
a544aff
to
087034d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The interfaces make sense and look good to me. I think the actual implementation will make things even clearer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
The test is failing due to known #154, re-running... |
This PR implements header
Service
as well as adds two interfaces:Exchange
andStore
that cover the behaviours necessary for a node to retrieve/provideExtendedHeader
s from/to the network, as well as store/retrieve thoseExtendedHeader
s from the node's local storage.Related to #24