Git Product home page Git Product logo

Comments (3)

Roasbeef avatar Roasbeef commented on July 26, 2024 1

Maybe decoupling a bit from the LND module could help a bit? I see that some LND parts are their own modules (clock, queue, etc.)

Yeah I think the main thing that'll help is making lnrpc and the related sub-folders into sub modules. This way we can bump new versions of that periodically which should make the whole dependnacy hell adventure much easier.

from lndclient.

Roasbeef avatar Roasbeef commented on July 26, 2024

Main reason we have it in its own repo is so we can modify it independently of the lnd repo's release/dev/review cycle.

It's possible to use all 3 in a single repo (we do on some of our backend projects, it just takes a bit of finagling with modules. Check our the branches on this repo, we have one that works in line with 0.14 as an example.

from lndclient.

burdiyan avatar burdiyan commented on July 26, 2024

Hey @Roasbeef! Thanks for the prompt response!

I see the reasoning for having this repo separately. Makes sense!

Maybe decoupling a bit from the LND module could help a bit? I see that some LND parts are their own modules (clock, queue, etc.). Maybe some more things used by lndclient could be extracted into their own modules so that lndclient doesn’t depend on the main LND at all? Now that I’m writing this I see how this probably will not help much and could lead to the same situation πŸ€¦β€β™‚οΈ

I think I finally managed to combine the right versions. I first imported Loop which made lndclient and LND my indirect dependencies. And apparently Go was able to find the right versions. Then I made them my direct dependencies and it continued to work. πŸ˜…

from lndclient.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.