-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve getinfo
#203
Improve getinfo
#203
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.
Mh!
7164c34
to
7db08c1
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.
Ok this trivial PR get already too much review.
Fix the last things that we I commented and then mark this ready
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, minors comments only but the code looks good also the git history, really good job
@@ -213,6 +215,8 @@ impl TryFrom<String> for LampoConf { | |||
_ => "info".to_string(), | |||
}; | |||
let log_file = conf.get_conf("log-file").unwrap_or_else(|_| None); | |||
let alias = conf.get_conf("alias").unwrap_or(None); |
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.
we need to announce this, but looks like I still need to finish some work here #202
Lets open a issue and keep track of this
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.
I don't get it. Why do we need to announce alias
? Is this related to bolt12?
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.
I don't get it. Why do we need to announce alias? Is this related to bolt12?
we need to announce to the network with a node announcement, it is not related to bolt12, but I did some of the work on the PR that support the bolt12
Shows the warnings related to the bitcoin core node. Update: The warnings of core should not be shown inside `getinfo`. Thus removed it.
4cbcb90
to
36c03c2
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.
ACK 36c03c2
P.S: remember to open the issue with the alias announcement
Future fix #192
alias
blockheight
lampo_dir