Joost Jager
0c9fcd790e
lndclient: move to github.com/lightninglabs/lndclient
2020-06-18 14:27:52 +02:00
Joost Jager
32d0cd90e3
lndclient: update to new routerrpc
2020-04-15 09:16:00 +02:00
Oliver Gugger
79c54b9334
lsat: add stream interceptor
2020-02-10 10:13:01 +01:00
Oliver Gugger
bcd92cead4
lsat: extract runtime info into interceptContext
...
To make the code easier to be reused for the upcoming stream
interceptor, all generic information about the interceptor's context
is extracted into a struct and the helper methods are adapted to
work with that struct.
2020-02-06 10:41:50 +01:00
Oliver Gugger
202edd05f2
lsat: test cost maximum in interceptor
2020-01-10 12:15:08 +01:00
Oliver Gugger
ccdbc3b21b
multi: thread new config values through client
2020-01-10 12:15:08 +01:00
Oliver Gugger
8aeeaefbaf
loopd+lsat: add LSAT cost configuration parameters
2020-01-10 12:15:02 +01:00
Oliver Gugger
bbc829585f
lsat: change WWW-Authenticate header format
...
To be compliant with RFC 7235 section 4.1 we change the format of the
WWW-Authenticate header field to double quoted and comma separated
fields.
2020-01-07 15:41:44 +01:00
Olaoluwa Osuntokun
53dc21f99a
Merge pull request #101 from guggero/lsat-integration
...
LSAT aware client interceptor
2019-12-06 19:06:20 -08:00
Oliver Gugger
1650f3a18d
client+lsat: specify global timeout
2019-12-06 09:23:53 +01:00
Oliver Gugger
a23dfe36ab
lsat: track pending payments, keep old tokens
2019-12-06 09:23:51 +01:00
Oliver Gugger
31bb18255e
lsat+loopd: add logger
2019-12-05 11:19:35 +01:00
Oliver Gugger
9d892440fe
lsat: add token ID type
2019-11-28 14:35:45 +01:00
Oliver Gugger
8cecae501c
lsat: add unary interceptor and simple store
2019-11-26 10:28:56 +01:00
Wilmer Paulino
1eb8ed3da5
lsat: introduce LSAT related utilities
...
We introduce a new package: `lsat`, which aims to provide utilities that
will serve useful in the context of LSAT creation and verification for
LSAT-enabled services.
2019-11-25 13:16:04 -08:00