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

chore(grpc): regenerate using cln v24.08.1 #8

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- grpc: regenerate using cln v24.08.1

## [24.8.0] - 2024-09-03
Release based on CLN [v24.08](https://github.com/ElementsProject/lightning/releases/tag/v24.08).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

org.tbk.spring.testcontainer.cln:
enabled: true
image: 'polarlightning/clightning:24.02.2'
image: 'polarlightning/clightning:24.08.1'
port: 19735
commands:
- '--alias=tbk-cln-grpc-client-test'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ message WaitanyinvoiceResponse {
EXPIRED = 1;
}
string label = 1;
string description = 2;
optional string description = 2;
bytes payment_hash = 3;
WaitanyinvoiceStatus status = 4;
uint64 expires_at = 5;
Expand Down Expand Up @@ -1113,7 +1113,7 @@ message WaitinvoiceResponse {
EXPIRED = 1;
}
string label = 1;
string description = 2;
optional string description = 2;
bytes payment_hash = 3;
WaitinvoiceStatus status = 4;
uint64 expires_at = 5;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ message WaitanyinvoiceResponse {
EXPIRED = 1;
}
string label = 1;
string description = 2;
optional string description = 2;
bytes payment_hash = 3;
WaitanyinvoiceStatus status = 4;
uint64 expires_at = 5;
Expand Down Expand Up @@ -1109,7 +1109,7 @@ message WaitinvoiceResponse {
EXPIRED = 1;
}
string label = 1;
string description = 2;
optional string description = 2;
bytes payment_hash = 3;
WaitinvoiceStatus status = 4;
uint64 expires_at = 5;
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
clnVersion = 'v24.08'
clnVersion = 'v24.08.1'
grpcVersion = '1.56.0'
protobufVersion = '3.22.3'
protocVersion = protobufVersion
Expand Down