1
0
mirror of https://github.com/bumi/lnrpc synced 2025-03-24 12:18:50 +00:00

47 Commits

Author SHA1 Message Date
395550248e v0.15.5 2023-03-10 11:02:59 +01:00
19fe190a7a File.exists? is deprecated 2023-03-10 11:02:39 +01:00
f23e408457 update GRPC files for v0.15.5-beta 2023-03-10 11:02:25 +01:00
449696fbb6 v0.14.3.1 - v0.14.3 was wrongly published to rubygems and yanked 2022-06-12 10:11:45 +02:00
5194b2b413 v0.14.3 2022-06-12 10:09:17 +02:00
dbba4fd09a Merge branch 'v0.14.3'
* v0.14.3:
  Update gRPC files for v.14.3
2022-06-12 10:07:31 +02:00
135bc614aa version bump (this is actually v0.14.1) 2022-06-12 10:06:50 +02:00
1fd764f55a Update gRPC files for v.14.3 2022-06-12 10:05:38 +02:00
a839d09e6e version bump 2022-06-12 09:56:12 +02:00
26e15192eb bundle update 2022-05-26 17:18:46 +02:00
ddeea4da42 Update grpc files for v0.14.1-beta 2022-05-26 17:18:32 +02:00
cc53130a16 v0.13.0 2021-07-09 21:26:19 +02:00
46020e5d0b grpc files for v0.13.0-beta 2021-07-09 21:25:49 +02:00
0bba8170b8 v0.12.1 2021-07-09 21:20:03 +02:00
641b8113f2 grpc files for v0.12.1-beta 2021-07-09 21:19:28 +02:00
a891ab0236 Bump version 2020-11-20 23:49:44 +01:00
2f7ae9202f Support credentials as hex value 2020-11-20 23:49:44 +01:00
f31a499e49 v0.11.0 2020-08-28 22:55:21 +02:00
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
c9e4f23cf4 v0.10.0 with support for routerrpc 2020-05-09 14:37:08 +02:00
9b098ef53e v0.10.0 2020-05-09 14:37:08 +02:00
c8a7a6e657 v0.9.0 2020-05-09 14:35:47 +02:00
e2bad78744 Update rpc files for v0.9.0-beta 2020-05-09 14:35:47 +02:00
0c45536158 Actually it should be v0.8.0 2019-10-27 15:59:23 +01:00
f219a4f254 v0.8.0-beta 2019-10-27 15:54:50 +01:00
3e622ebb54 Update rpc files for v0.8.0-beta 2019-10-27 15:52:31 +01:00
ac284d3e06 v0.8.0.beta.rc1 2019-09-30 00:20:02 +02:00
bdcc1d008d Update grpc files for v8.0.0.beta-rc1 2019-09-30 00:18:22 +02:00
1b0a8a7df2 v0.7.1 2019-09-30 00:05:11 +02:00
809f80a8ed Update grpc files for v0.7.1 2019-09-30 00:03:15 +02:00
26fc81e177 Update to lnd version 0.7 (beta) 2019-07-03 17:31:16 +02:00
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
73e48ba671 Only load macaroon if file exists 2019-05-15 11:38:52 +02:00
7b10b8566d Update lnd service definitions to 0.6.1-beta 2019-05-15 11:35:37 +02:00
37f240da7f fix: pass block through client helper methods 2019-03-10 16:23:30 +01:00
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
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
9ec6414a2b Inject macaroon metadata on all grpc calls 2019-02-19 16:10:42 +01:00
8dc675a366 Support string and symbol keys in metadata 2019-02-12 18:06:36 +01:00
9382b216ef Only add macroon if not already set 2019-02-12 17:24:38 +01:00
39f97e69ca Use proper grpc requres_response interceptor for macaroon metadata
...so much to learn :)
2019-02-12 17:24:38 +01:00
0320522431 Less noisy Client#inspect 2019-02-12 07:01:57 +01:00
85c50c4b9b Add shortcut support for non convention requests 2019-02-12 07:01:57 +01:00
0044f918f1 Align version number with lnd version number 2019-02-12 03:51:50 +01:00
8499885ebb Use grpc files from lnd v0.5.2-beta 2019-02-12 03:13:27 +01:00
ae08c564aa Refactor client helper 2019-02-12 03:12:48 +01:00
669a0dff80 hello lnd world 2019-02-08 06:51:42 +01:00