Commit Graph

15 Commits (v0.6.5-beta)

Author SHA1 Message Date
Joost Jager 0c9fcd790e
lndclient: move to github.com/lightninglabs/lndclient 4 years ago
Joost Jager 32d0cd90e3
lndclient: update to new routerrpc 4 years ago
Oliver Gugger 79c54b9334
lsat: add stream interceptor 4 years ago
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.
4 years ago
Oliver Gugger 202edd05f2
lsat: test cost maximum in interceptor 4 years ago
Oliver Gugger ccdbc3b21b
multi: thread new config values through client 4 years ago
Oliver Gugger 8aeeaefbaf
loopd+lsat: add LSAT cost configuration parameters 4 years ago
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.
4 years ago
Olaoluwa Osuntokun 53dc21f99a
Merge pull request #101 from guggero/lsat-integration
LSAT aware client interceptor
4 years ago
Oliver Gugger 1650f3a18d
client+lsat: specify global timeout 4 years ago
Oliver Gugger a23dfe36ab
lsat: track pending payments, keep old tokens 4 years ago
Oliver Gugger 31bb18255e
lsat+loopd: add logger 4 years ago
Oliver Gugger 9d892440fe
lsat: add token ID type 4 years ago
Oliver Gugger 8cecae501c
lsat: add unary interceptor and simple store 4 years ago
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.
4 years ago