Commit Graph

37 Commits

Author SHA1 Message Date
bumi 2e65af5fcf Add versioning note to readme 2019-05-15 11:49:35 +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 2b96c95c36
Merge pull request #8 from ryan-lingle/patch-3
Add subscription example
2019-03-10 18:08:39 +00:00
ryan-lingle a6a6a31f97
Add subscription example 2019-03-10 14:01:29 -04:00
bumi 37f240da7f fix: pass block through client helper methods 2019-03-10 16:23:30 +01:00
bumi 9e369ac6b1
Merge pull request #6 from ryan-lingle/patch-2
Update README.md
2019-03-08 08:47:44 +00:00
ryan-lingle 9223a3e0b0
Update README.md
- update README to detail BTC Pay Server Integration
- I don't know why the green bars are being added? (kind of new to this)
2019-03-07 18:45:29 -05:00
bumi cee1f7589c
Merge pull request #5 from bumi/support-for-system-certs
Add support for system/default certs/credentials
2019-03-04 20:42:22 +00:00
bumi ec399c4510 readme 2019-03-04 20:24:05 +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 3ce3a64346 typo 2019-03-04 20:22:34 +01:00
bumi 703c6929f0 Add note about default options 2019-03-04 20:21:42 +01:00
bumi 3f5dd0f3bb
Merge pull request #4 from ryan-lingle/patch-1
Edit Broken Link in README.md
2019-03-04 09:32:44 +00:00
ryan-lingle bf8978969d
Edit Broken Link in README.md 2019-03-03 17:56:52 -05: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 b80de92700 Update grpc and google-protobuf to support ruby 2.6 and such 2019-03-03 17:51:05 +01:00
bumi 9ec6414a2b Inject macaroon metadata on all grpc calls 2019-02-19 16:10:42 +01:00
bumi e34cd1de00
Update README.md 2019-02-12 17:48:39 +00: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 251a8c94da
Update README.md 2019-02-12 16:23:38 +00:00
bumi b5d900492f
Update README.md 2019-02-12 06:21:55 +00:00
bumi 80e3fae21d Add examples 2019-02-12 07:06:58 +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 950e233f73
Update README.md 2019-02-12 05:39:53 +00:00
bumi 8cbda248c8
Update README.md 2019-02-12 05:22:07 +00:00
bumi 342c286115 typo 2019-02-12 06:15:14 +01:00
bumi 87152846ad readme 2019-02-12 06:15:04 +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 cd6ef20b60 readme 2019-02-08 06:53:44 +01:00
bumi 669a0dff80 hello lnd world 2019-02-08 06:51:42 +01:00