Commit graph

629 commits

Author SHA1 Message Date
jamaljsr
b70f6b525c
docs: add MIT license 2021-07-16 18:27:27 -04:00
Jamal James
46f114cabe
Merge pull request #247 from lightninglabs/uint64-strings
refactor: use strings for GRPC uint64 fields
2021-07-16 22:20:30 +00:00
jamaljsr
1871f6b563
stories: update types in the Storybook stories 2021-07-16 17:47:56 -04:00
jamaljsr
ef447abdb1
test: update types in the unit tests 2021-07-16 17:47:56 -04:00
jamaljsr
58b273079c
ui: update types in the React components 2021-07-16 17:47:55 -04:00
jamaljsr
7780c949db
util: update types in the util functions 2021-07-16 17:47:55 -04:00
jamaljsr
680b749cd8
mobx: update types in the mobx views 2021-07-16 17:47:55 -04:00
jamaljsr
b8900c9fa2
mobx: update types in the mobx stores 2021-07-16 17:47:55 -04:00
jamaljsr
7b13915831
mobx: update types in the mobx models 2021-07-16 17:47:55 -04:00
jamaljsr
d0872b12ec
api: update types in the Loop and Pool API classes 2021-07-16 17:47:52 -04:00
jamaljsr
7092d1e157
proto: update build-proto script and regenerate the TS files 2021-07-16 17:46:37 -04:00
jamaljsr
dc80c67717
deps: update big.js to v6.1.1 2021-07-16 17:35:59 -04:00
Jamal James
b5d4e17b56
Merge pull request #249 from lightninglabs/docker-protos
proto: use Docker for compiling protos
2021-07-16 21:34:14 +00:00
Oliver Gugger
d845673019
Merge pull request #248 from lightninglabs/loop-in-fix
mod: bump lndclient version to fix loop in
2021-07-16 15:30:06 +02:00
Oliver Gugger
9da18727d6
app: update generated types after protoc upgrade 2021-07-16 13:24:35 +02:00
Oliver Gugger
a6a1127cf4
multi: use Docker for proto compilation
To remove the need for a dev to install a specific version of protoc we
now use a docker image for compiling the protos.
2021-07-16 13:23:27 +02:00
Oliver Gugger
51d0884b8d
mod: bump lndclient version to fix loop in
Loop in was failing with `Swap error: EOF` because we didn't pull in the
latest version of lndclient that properly handles the single invoice
subscription EOF that is being returned with lnd 0.13.x.
2021-07-16 13:04:51 +02:00
Jamal James
ccb78a758a
Merge pull request #244 from lightninglabs/update-deps
deps: update some npm dependencies
2021-07-02 17:51:54 +00:00
jamaljsr
788668829d
deps: update module imports for emotion styled 2021-07-02 01:15:56 -04:00
jamaljsr
54fa6afc25
deps: update emotion monorepo to v11.3.0 2021-07-02 01:11:33 -04:00
jamaljsr
690442b433
deps: update @improbable-eng/grpc-web tp v0.14.0 2021-07-02 00:22:53 -04:00
jamaljsr
816bb35788
deps: update typescript to v4.1.6 2021-07-02 00:04:55 -04:00
jamaljsr
ff8284f141
deps: update react-scripts to v4.0.2 2021-07-01 21:54:22 -04:00
jamaljsr
f6be0aa945
deps: update mobx to v6.3.2 2021-07-01 14:27:57 -04:00
jamaljsr
778810d82d
deps: update react to v17.0.2 2021-07-01 13:47:47 -04:00
Jamal James
756481153d
Merge pull request #224 from lightninglabs/dependabot/npm_and_yarn/app/lodash-4.17.21
build(deps): bump lodash from 4.17.19 to 4.17.21 in /app
2021-07-01 16:59:27 +00:00
Jamal James
2b1b039af5
Merge pull request #243 from lightninglabs/quote-order
pool+order: display fee estimates in the order form
2021-06-30 14:54:16 +00:00
jamaljsr
917a0e4f28
pool+order: display fee estimates in the order form 2021-06-30 09:50:32 -04:00
Jamal James
923f9417a1
Merge pull request #242 from lightninglabs/sidecar-ui
Register Sidecar Channel
2021-06-30 13:27:31 +00:00
jamaljsr
104591e4be
test+sidecar: add unit tests for sidecar wizard 2021-06-30 00:04:30 -04:00
jamaljsr
0ff874bb07
sidecar: add a wizard to register a Sidecar Channel ticket 2021-06-30 00:04:29 -04:00
jamaljsr
07421df388
pool+mobx: add RegisterSidecar RPC and mobx state 2021-06-30 00:04:29 -04:00
Olaoluwa Osuntokun
bcc52dcec5
Merge pull request #240 from lightninglabs/lnd-0.13-cleanup
Cleanup after upgrade to lnd v0.13.0-beta
2021-06-25 15:37:22 -07:00
Oliver Gugger
728a262ea4
config: fix default macaroon paths
We used the wrong constants for the default values of lnd's macaroon
paths. This commit sets the correct default values before the config is
parsed.
2021-06-25 21:17:01 +02:00
Oliver Gugger
e835163de7
config: set log level after setting up loggers
To make sure we set the log level for all registered loggers, we need to
move the call that sets the level. Since we only have one root logger,
we can only use one value for the global level. So we use the
--remote.lit-debuglevel in remote lnd mode and the --lnd.debuglevel in
integrated mode. Individual sub loggers can still be overwritten if the
following syntax is used: --lnd.debuglevel=debug,AUCT=trace for example.
2021-06-25 21:10:28 +02:00
Oliver Gugger
a5a4828518
app: revert temporary lnd version pinning 2021-06-25 16:03:39 +02:00
Oliver Gugger
3297fa7fee
README: update compat matrix to actual versions used 2021-06-25 16:02:40 +02:00
Oliver Gugger
d7af590142
mod: remove unused statik library 2021-06-25 15:56:54 +02:00
Olaoluwa Osuntokun
9a4d739815
litd: trigger container build for new version
We need a new commit that has a tag attached to it directly in order to
trigger the container build for the new major version.
2021-06-21 12:24:27 -07:00
Olaoluwa Osuntokun
f684b92a91
Merge pull request #236 from lightninglabs/o-13-multi-update
build: update to v0.13.0-beta
2021-06-17 18:04:25 -07:00
Olaoluwa Osuntokun
996f40bed2
build: update to v0.13.0-beta
A few deps needed to be pinned to the new master branch right after the
latest tag.
2021-06-17 17:29:23 -07:00
Olaoluwa Osuntokun
49308c3ed0
Merge pull request #226 from lightninglabs/lnd-0.13
multi: bump lnd to version v0.13.0-beta.rc2
2021-06-17 13:22:32 -07:00
jamaljsr
b389c83359
temp: fix TS compilation issue 2021-05-26 18:39:18 +02:00
Oliver Gugger
e6daf28b3d
temp: update proto files 2021-05-26 18:39:09 +02:00
Oliver Gugger
975ad9681b
terminal: fix display issues with startup info 2021-05-26 18:37:22 +02:00
Oliver Gugger
1d7b4c07ee
terminal: make startup infor compatible with lnd 0.13
If the wallet is locked, lnd 0.13 returns a new error now. To catch this
and not error out when trying to find out the wallet status on startup,
we use the new IsUnlockError of lndclient.
2021-05-26 18:37:21 +02:00
Oliver Gugger
fe0b446d38
config: fix nil pointer if listening fails 2021-05-26 18:37:21 +02:00
Oliver Gugger
39214e121d
multi: bump lnd to version v0.13.0-beta.rc3 2021-05-26 18:37:13 +02:00
dependabot[bot]
f1dfd5e5c2
build(deps): bump lodash from 4.17.19 to 4.17.21 in /app
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 21:53:51 +00:00
Oliver Gugger
5afe9848f5
Merge pull request #216 from lightninglabs/rest-support
Add full REST support
2021-05-10 15:48:00 +02:00