-
Notifications
You must be signed in to change notification settings - Fork 31
multi: faraday rename #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
Conversation
cfromknecht
left a comment
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.
just some drive by comments :)
README.md
Outdated
| [](https://github.com/lightninglabs/faraday/blob/master/LICENSE) | ||
|
|
||
| The governator is an external service intended to be run in conjunction with the [lnd](https://github.com/lightningnetwork/lnd) implementation of the [Lightning Network](https://lightning.network). It queries LND for information about its existing channels and provides channel close recommendations if channels are under-performing. | ||
| The faraday is an external service intended to be run in conjunction with the [lnd](https://github.com/lightningnetwork/lnd) implementation of the [Lightning Network](https://lightning.network). It queries LND for information about its existing channels and provides channel close recommendations if channels are under-performing. |
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.
"The" no longer necessary?
README.md
Outdated
|
|
||
| ## Installation | ||
| A [Makefile](https://github.com/lightninglabs/governator/blob/master/Makefile) is provided. To install governator and al its dependencies, run: | ||
| A [Makefile](https://github.com/lightninglabs/faraday/blob/master/Makefile) is provided. To install faraday and al its dependencies, run: |
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.
al -> all
guggero
left a comment
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.
Nice, I like the name!
Found two forgotten references, looks good to me otherwise 💯
frdrpc/README.md
Outdated
| @@ -1,8 +1,8 @@ | |||
| gvrpc | |||
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.
s/gvrpc/frdrpc/
frdrpc/rpcserver.go
Outdated
| @@ -1,14 +1,14 @@ | |||
| // Package gvrpc contains the proto files, generated code and server logic | |||
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.
s/gvrpc/frdrpc
Rename le project of many names to faraday.
Changes isolated to a single commit, just search-and-replaced everything + regenerated protos.