-
Notifications
You must be signed in to change notification settings - Fork 44
Initial draft of blockchain data guide #3
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
Initial draft of blockchain data guide #3
Conversation
c00ee36
to
31bb66d
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.
Looks great.
docs/blockdata.md
Outdated
accordingly. It supports receiving either full blocks or pre-filtered blocks. | ||
Block data can sourced from anywhere, but it is your responsibility to ensure | ||
that the necessary `block_connected` and `block_disconnected` methods are called | ||
on `ChannelManager` and `ChainMonitor`. |
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.
Should there be an explanation in parentheses why it needs to be called on both? I think this might confuse people and cause questions such as in what sequence.
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.
Added a short statement about these.
@TheBlueMatt I can't recall if the ordering matters anymore. Our test fail if I reorder them, but that may just be brittleness.
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.
Looks SO good! ping me when you approve @arik-so
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.
Just minor comments/suggestions, but approving.
65c373d
to
0eab9ec
Compare
0eab9ec
to
df908d5
Compare
lgtm! |
…roadmap-link chore(fix): typo and roadmap redirection
No description provided.