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

build: convert litrpc into a module #823

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

bhandras
Copy link
Member

@bhandras bhandras commented Aug 20, 2024

Copy link
Member

@guggero guggero left a comment

Choose a reason for hiding this comment

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

LGTM 🎉


// We want to format raw bytes as hex instead of base64. The forked version
// allows us to specify that as an option.
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display
Copy link
Member

@guggero guggero Oct 14, 2024

Choose a reason for hiding this comment

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

We don't make any references to the UseHexForBytes change in the library here and replace directives aren't transitive. So we might as well remove this if we wanted to (if you prefer to leave it in for completeness' sake, just ignore this comment).

Copy link
Member Author

Choose a reason for hiding this comment

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

Unfortunately it does not compile without the replace.

Copy link
Member

Choose a reason for hiding this comment

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

Aaah, because another RPC module (loop/pool/faraday) uses it. Okay, never mind then.

Copy link
Member

@ellemouton ellemouton left a comment

Choose a reason for hiding this comment

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

nice nice nice - lgtm!

@@ -21,4 +23,6 @@

# Contributors (Alphabetical Order)

* Andras Banki-Horvath

Copy link
Member

Choose a reason for hiding this comment

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

nit: remove extra space 🤓

Copy link
Member

Choose a reason for hiding this comment

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

(dont worry - i'll fix it in an open PR i have)

@ellemouton ellemouton merged commit 03bfb63 into lightninglabs:master Oct 14, 2024
13 checks passed
@bhandras bhandras deleted the litrpc-module branch October 14, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants