-
Notifications
You must be signed in to change notification settings - Fork 17
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
Beginning of separating out crates #97
Conversation
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.
tACK 32c9245
I've successfully joined MutinyNet federation, received (via Lightning), and paid (via Onchain).
It compiles and builds successfully when using the Nix environment, otherwise it fails locally due to sqlcipher
library, however the same error occurs on master
.
reset-db: | ||
diesel migration revert --all --database-url=harbor.sqlite && diesel migration run --database-url=harbor.sqlite | ||
cd harbor-client && diesel migration revert --all --database-url=harbor.sqlite && diesel migration run --database-url=harbor.sqlite |
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.
@benthecarman I've been wondering about this command, is it right as the default used is ~/.harbor
?
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.
Yeah but looks like this was incorrect even before this pr. Will make an issue, good catch.
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.
lgtm! will make an issue for @oleonardolima's comment
reset-db: | ||
diesel migration revert --all --database-url=harbor.sqlite && diesel migration run --database-url=harbor.sqlite | ||
cd harbor-client && diesel migration revert --all --database-url=harbor.sqlite && diesel migration run --database-url=harbor.sqlite |
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.
Yeah but looks like this was incorrect even before this pr. Will make an issue, good catch.
Separates out backend logic to
harbor-client
and the UI toharbor-ui
.For follow ups will clean up deps and try to make the the separation more clean