-
Notifications
You must be signed in to change notification settings - Fork 2.3k
invoices+sqldb: small fixes to address some inconsistencies between KV and native SQL invoice DB implementations #9050
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
Changes from all commits
f1b7953
e3a939a
ffbdcc1
c8de7a1
b57910e
06d4267
1f7ac8e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -204,6 +204,9 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 | |
| // allows us to specify that as an option. | ||
| replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display | ||
|
|
||
| // Temporary replace until the next version of sqldb is taged. | ||
| replace github.com/lightningnetwork/lnd/sqldb => ./sqldb | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we merge this PR by itself first, then we can do the tag of this portion first, then merge the rest later.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps best to merge this PR which contains @aakselrod's fixes, so the whole things goes in together. |
||
|
|
||
| // If you change this please also update .github/pull_request_template.md, | ||
| // docs/INSTALL.md and GO_IMAGE in lnrpc/gen_protos_docker.sh. | ||
| go 1.22.6 | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.