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 &dyn BlockSource in lightning-block-sync #1423

Merged

Conversation

jkczyz
Copy link
Contributor

@jkczyz jkczyz commented Apr 15, 2022

Update lightning-block-sync's init and poll modules to support &dyn BlockSource such that the BlockSource can be determined at runtime.

jkczyz added 3 commits April 15, 2022 11:38
Update lightning-block-sync's init and poll modules to support &dyn
BlockSource such that the BlockSource can be determined at runtime.
@johncantrell97
Copy link
Contributor

ACK -- tested it in branch of sensei, let's me have runtime configurable BlockSource (in addition to already supported FeeEstimator and BroadcasterInterface)

Copy link
Contributor

@johncantrell97 johncantrell97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested in sensei

@valentinewallace valentinewallace merged commit dc1b36d into lightningdevkit:main Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants