These 20 commits are when the Protocol Buffers files have changed:
Commit: | 78dab2e | |
---|---|---|
Author: | Michael Wünsch |
Update Core Lightning protos to v25.02.1
The documentation is generated from this commit.
Commit: | f80a4b2 | |
---|---|---|
Author: | Michael Wünsch |
Update lnd protos to v0.18.3-beta
Commit: | a400246 | |
---|---|---|
Author: | Michael Wünsch |
Update Core Lightning protos to v24.11.1
Commit: | 59ccf7a | |
---|---|---|
Author: | Michael Wünsch |
Update lnd protos to v0.18.0-beta
Commit: | 6228f17 | |
---|---|---|
Author: | Michael Wünsch |
Update Core Lightning protos to v24.05
Commit: | 28def07 | |
---|---|---|
Author: | Michael Wünsch |
Update Core Lightning protos to 24.02.2
Commit: | 2c435c2 | |
---|---|---|
Author: | Michael Wünsch |
Add CoreLightning protos for v23.11.2
Commit: | a0401b5 | |
---|---|---|
Author: | Michael Wünsch |
Update lnd gRPC protos to lnd v0.17.0-beta.rc5
Commit: | 1295c51 | |
---|---|---|
Author: | Michael |
Update lnd gRPC protos to lnd v0.16.0-beta
Commit: | f565acf | |
---|---|---|
Author: | Michael |
Update lnd gRPC protos to lnd v0.15.0-beta
Commit: | c4cc88c | |
---|---|---|
Author: | Michael Wünsch | |
Committer: | GitHub |
Update lnd gRPC protos to lnd v0.14.1-beta (#388)
Commit: | fc7ec41 | |
---|---|---|
Author: | Michael Wünsch | |
Committer: | GitHub |
Update lnd gRPC protos to lnd v0.13.0-beta (#330)
Commit: | 01573ba | |
---|---|---|
Author: | Michael Wünsch | |
Committer: | GitHub |
Update lnd gRPC protos to lnd v0.12.0-beta (#301)
Commit: | af6d6b7 | |
---|---|---|
Author: | Michael Wünsch | |
Committer: | GitHub |
Update lnd gRPC protos to lnd v0.11.0-beta (#250)
Commit: | 645bb22 | |
---|---|---|
Author: | Michael Wünsch | |
Committer: | GitHub |
Update lnd gRPC protos to lnd v0.10.3-beta (#207)
Commit: | 3facf9f | |
---|---|---|
Author: | Michael Wünsch | |
Committer: | GitHub |
Update lnd proto to 0.8.0 (#130)
Commit: | 4c56778 | |
---|---|---|
Author: | Michael Wünsch | |
Committer: | GitHub |
Update Lnd Rpc to match lnd-0.7.1-beta (#68)
Commit: | 43384fb | |
---|---|---|
Author: | Michael Wünsch | |
Committer: | GitHub |
Feature/update lnd rpc proto to match lnd 0.7.0-beta (#49) * Update proto * Adapt RPC calls
Commit: | e345c63 | |
---|---|---|
Author: | Unknown |
update lnd proto to match lnd v0.6-beta-rc2
Commit: | 08c7eeb | |
---|---|---|
Author: | Unknown |
gRPC implementation - basic working gRPC connection - SSL Certificate management - Macaroon management - until now only placeholder connection to my lnd node. Configurable connection will follow later. - Wallet balance is retreived from remote node as first example.