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

Split liana into liana and lianad crates #1476

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

edouardparis
Copy link
Member

This change introduce two crates:

  • lianad the crate responsible to create the lianad and liana-cli binaries and expose daemon modules for liana-gui to embed
  • liana the crate responsible for the descriptors and the core logic of the bitcoin scripts and spend transactions creation. This will allow multiple platforms and mediums to start manipulating these modules without importing all the daemon dependencies (like the database or bitcoin core clients).

Copy link
Collaborator

@jp1ac4 jp1ac4 left a comment

Choose a reason for hiding this comment

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

Successfully tested running lianad and the GUI.

Just one small typo to fix.

liana/Cargo.toml Outdated Show resolved Hide resolved
@edouardparis
Copy link
Member Author

I successfully built using the reproducible build system.

Copy link
Collaborator

@jp1ac4 jp1ac4 left a comment

Choose a reason for hiding this comment

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

ACK da4c102.

@edouardparis edouardparis merged commit 1f7c41a into wizardsardine:master Nov 19, 2024
24 checks passed
@edouardparis edouardparis deleted the split-liana-lianad branch November 20, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants