-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[g175] graph/db: v2 columns and v2 node CRUD #10339
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
Open
ellemouton
wants to merge
45
commits into
lightningnetwork:master
Choose a base branch
from
ellemouton:g175Prep3
base: master
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.
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
3265d86
tools: use new golang 1.24 tool directive
ziggie1984 8dc48a9
tools: update golangci-lint to v2
ziggie1984 7b0b9b6
linter: remove unsupported linters from the codebase
ziggie1984 76d0250
CI: also use go tool for gosimports
ziggie1984 8f0a1dd
CI: remove unnecessary custom-gcl.yml file
ziggie1984 b977ba8
makefile: add linter config check
ziggie1984 80b98fd
lnwire: add NodeAnnouncement interface
ellemouton 750ac7c
lnwire: define GossipVersion and GossipMessage
ellemouton 5fc1e37
lnwire: let gossip messages implement GossipMessage
ellemouton e6e5f29
graph/db: use lnwire.GossipVersion instead of ProtocolVersion
ellemouton cbe5a5f
discovery: let reject cache use gossip version in key
ellemouton a0aad14
mulit: don't set customData on the lnrpc route level
ziggie1984 7f3a19c
paymentsdb: make verifyAttempt more robust
ziggie1984 b17a49f
lnwire: add onion message type
gijswijs 08d9685
lnrpc: SendOnionMessage rpc endpoint
gijswijs 6b16813
multi: endpoints for onion messages
gijswijs 2bcf09e
chore: thread context through to SendCustomMessage
gijswijs 6a1ea92
docs: update release notes for 0.21.0
gijswijs 490587d
models: simplify models.Node
ellemouton 7882b9b
multi: remove HaveNodeAnnouncement field from Node
ellemouton f2865f3
multi: add models.Node V1 constructor
ellemouton 255471c
graph/db: simplify auth proof and edge info
ellemouton 30e53b2
graph: remove DB interface
ellemouton 6fcdbbb
graph/db: remove outdated comment
ellemouton 1c3685f
graph/db: remove TestPopulateViaMigration
ellemouton 323c336
multi: freeze graph SQL migration logic
ellemouton dc134c0
go.mod: replace local sqldb
ellemouton 058e188
graph/db: freeze sql migration queries
ellemouton 2c9b47f
docs: update release notes
ellemouton 706b22a
Merge pull request #10338 from ellemouton/graphSQLMigFreeze
ellemouton 00690cc
devrpc: fix comment
ellemouton c149db4
sqldb: add new gossip v2 columns to graph tables
ellemouton d54c54d
graph/db: rename V1Store to Store
ellemouton f733f6c
graph/db: add V2 Node constructor
ellemouton ab2cd65
sqldb: update node query for v2
ellemouton 2cc17fd
graph/db: explicit redirect to Store
ellemouton 2115261
graph/db: allow v2 nodes
ellemouton d714da5
graph/db: split HasNode into two methods
ellemouton 1410779
graph/db: move gossip versions up one layer
ellemouton 4bc6f92
graph/db: add helper variable for tests
ellemouton f114ba0
graph/db: introduce VersionedReader
ellemouton bd8f180
graph/db: let node helpers take version
ellemouton 807a0ea
graph/db: test V2 node CRUD
ellemouton 46ce8ab
graph/db: convert other node CRUD methods
ellemouton 989e778
docs: update release notes
ellemouton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
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.
nit:
existsis already false