1
0
mirror of https://github.com/bumi/lnrpc synced 2026-07-21 10:07:04 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
bumi 404ed3b99e Add support for v0.11 GRPC services
This also refactors the client GRPC wrapper to dynamically load the
request objects.
All GRPC generated client files now live under lib/grpc_services
2020-08-28 14:14:50 +02:00
bumi c9e4f23cf4 v0.10.0 with support for routerrpc 2020-05-09 14:37:08 +02:00
bumi 9b098ef53e v0.10.0 2020-05-09 14:37:08 +02:00
bumi c8a7a6e657 v0.9.0 2020-05-09 14:35:47 +02:00
bumi e2bad78744 Update rpc files for v0.9.0-beta 2020-05-09 14:35:47 +02:00
bumi 0c45536158 Actually it should be v0.8.0 2019-10-27 15:59:23 +01:00
bumi f219a4f254 v0.8.0-beta 2019-10-27 15:54:50 +01:00
bumi 3e622ebb54 Update rpc files for v0.8.0-beta 2019-10-27 15:52:31 +01:00
bumi ac284d3e06 v0.8.0.beta.rc1 2019-09-30 00:20:02 +02:00
bumi bdcc1d008d Update grpc files for v8.0.0.beta-rc1 2019-09-30 00:18:22 +02:00
bumi 1b0a8a7df2 v0.7.1 2019-09-30 00:05:11 +02:00
bumi 809f80a8ed Update grpc files for v0.7.1 2019-09-30 00:03:15 +02:00
bumi 26fc81e177 Update to lnd version 0.7 (beta) 2019-07-03 17:31:16 +02:00
bumi 990f0f5987 Version 0.6.1
Eventhough lnd is using a beta version we release a full version to make
it usable by default in ruby apps.
2019-05-15 11:43:03 +02:00
bumi 73e48ba671 Only load macaroon if file exists 2019-05-15 11:38:52 +02:00
bumi 7b10b8566d Update lnd service definitions to 0.6.1-beta 2019-05-15 11:35:37 +02:00
bumi 37f240da7f fix: pass block through client helper methods 2019-03-10 16:23:30 +01:00
bumi 59c2f71fa7 Add support for system/default certs/credentials
When nil is passed as credentials or the default credentials can not be
found grpc falls back to the system certs.
This option can be used if a "trusted" certs (e.g. from lets encrypt) is
installed.
2019-03-04 20:23:08 +01:00
bumi 35a7d0a7b9 release v0.5.2 -though lnd is still in v0.5.2.beta
the currently released version is broken and only the pre-released
version should be used.
versioning will be followed from the 0.5.2 release onwards
2019-03-03 17:54:15 +01:00
bumi 9ec6414a2b Inject macaroon metadata on all grpc calls 2019-02-19 16:10:42 +01:00
bumi 8dc675a366 Support string and symbol keys in metadata 2019-02-12 18:06:36 +01:00
bumi 9382b216ef Only add macroon if not already set 2019-02-12 17:24:38 +01:00
bumi 39f97e69ca Use proper grpc requres_response interceptor for macaroon metadata
...so much to learn :)
2019-02-12 17:24:38 +01:00
bumi 0320522431 Less noisy Client#inspect 2019-02-12 07:01:57 +01:00
bumi 85c50c4b9b Add shortcut support for non convention requests 2019-02-12 07:01:57 +01:00
bumi 0044f918f1 Align version number with lnd version number 2019-02-12 03:51:50 +01:00
bumi 8499885ebb Use grpc files from lnd v0.5.2-beta 2019-02-12 03:13:27 +01:00
bumi ae08c564aa Refactor client helper 2019-02-12 03:12:48 +01:00
bumi 669a0dff80 hello lnd world 2019-02-08 06:51:42 +01:00