Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Implement Filter & helper functions #42

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Implement Filter & helper functions #42

merged 1 commit into from
Nov 14, 2022

Conversation

benthecarman
Copy link
Collaborator

Implements some of the required stuff for getting blockchain data for ldk. A lot is copied from lightningdevkit/ldk-node#9 and adapted to fit in our use case.

The next step would to get a stream of txs and somehow construct a stream of lightning::chain::Confirms and call chain.sync on them.

Fixed a couple small clippy errors as well

Copy link
Contributor

@AnthonyRonning AnthonyRonning left a comment

Choose a reason for hiding this comment

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

didn't look too much at chain.rs but the rest looks good and i like the separation of MutinyWallet and MutinyChain.

@benthecarman benthecarman merged commit d25b388 into MutinyWallet:master Nov 14, 2022
@benthecarman benthecarman deleted the chain-access branch November 14, 2022 20:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants