Skip to content

Commit

Permalink
chore(grpc): regenerate using cln v24.08.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Sep 28, 2024
1 parent bcabec1 commit 0e3838d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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
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

0 comments on commit 0e3838d

Please sign in to comment.