forked from lightningnetwork/lnd
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[demo] in-process multinode demonstration #158
Open
ellemouton
wants to merge
2
commits into
rpcGraphSource
Choose a base branch
from
abstractGraph
base: rpcGraphSource
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull reviewers statsStats of the last 30 days for lnd:
|
ellemouton
force-pushed
the
abstractGraph
branch
from
November 11, 2024 09:43
8e6f0d8
to
b1ee5c9
Compare
Pull Request Test Coverage Report for Build 11774822488Details
💛 - Coveralls |
ellemouton
force-pushed
the
abstractGraph
branch
5 times, most recently
from
November 13, 2024 09:06
6cfa005
to
236f7ab
Compare
ellemouton
changed the base branch from
moveGraphDBCode
to
graphSourceAbstraction
November 13, 2024 09:08
ellemouton
force-pushed
the
abstractGraph
branch
from
November 13, 2024 09:18
236f7ab
to
b4d0c88
Compare
ellemouton
force-pushed
the
graphSourceAbstraction
branch
from
November 13, 2024 09:30
971cca9
to
2dc2543
Compare
ellemouton
force-pushed
the
abstractGraph
branch
from
November 13, 2024 09:30
b4d0c88
to
89023c6
Compare
ellemouton
force-pushed
the
graphSourceAbstraction
branch
3 times, most recently
from
November 14, 2024 08:36
9335ed9
to
eea9022
Compare
ellemouton
changed the base branch from
graphSourceAbstraction
to
rpcGraphSource
November 14, 2024 08:40
ellemouton
force-pushed
the
abstractGraph
branch
from
November 14, 2024 08:40
89023c6
to
ad9bc46
Compare
ellemouton
force-pushed
the
rpcGraphSource
branch
7 times, most recently
from
November 19, 2024 05:36
afc8a84
to
a087692
Compare
This is an interface that the LND can provide to other callers systems in the same process.
ellemouton
force-pushed
the
rpcGraphSource
branch
from
November 28, 2024 13:04
a087692
to
76141ab
Compare
ellemouton
force-pushed
the
abstractGraph
branch
from
November 28, 2024 13:04
ad9bc46
to
0f898b4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Demonstrate in-process graph sharing between LND nodes
This PR adds a
multinode
binary that can be used to test this LND PR.The binary starts 2 LND nodes: the
graph
node and thezane
node. Zane will depend on Graph for its remote graph source.This is how I start the binary on regtest. The flags here are used for the Zane node (note the
gossip.no-sync
option. The flags for the graph node are specified in thecmd/multinode/main.go
file.Tests you can perform:
lncli describegraph
). The graph node should only see itself.describegraph
BUT that it doesnt actually persist these things (useboltbrowser
to confirm)