Commit graph

17 commits

Author SHA1 Message Date
Oliver Gugger
0015ca29af
Merge pull request #1047 from ViktorTigerstrom/2025-04-migrate-accounts
[sql-32] accounts: add migration code from kvdb to SQL
2025-05-19 17:14:50 +02:00
Viktor Tigerström
1e0e88b32f
accounts: add randomized accounts migration tests 2025-05-19 14:29:15 +02:00
Oliver Gugger
03c80cfeab
multi: add backward compatibility test 2025-05-16 18:52:03 +02:00
Oliver Gugger
4485eae364
.gitignore: add GoLand+VSCode files 2024-10-23 14:32:18 +02:00
Oliver Gugger
82556f5775
itest+make: add remote mode integration test 2022-02-08 15:33:19 +01:00
Oliver Gugger
3fc65556c5
itest: copy integration test framework from lnd 2022-02-08 15:33:16 +01:00
Elle Mouton
9b84dbc7c9
cmd/litcli: add litcli for session functions 2021-11-24 13:44:26 -05:00
Oliver Gugger
90f08a6467
multi: replace statik with go1.16 embed directive
We can now simply use the //go:embed directive to compile everything in
the app/build directory into our root package.
2021-03-03 10:02:55 +01:00
Oliver Gugger
47a435944d
types: add generated code from proto compilation to git
To remove the need for installing protoc for building the source from
scratch, we check in the generated JavaScript and TypeScript code that
is compiled from the *.proto files.
We will make sure the protos and generated files are in sync with the
help of a GitHub Action.
By adding a .gitattributes file we also make sure the committed
generated JS code does not count towards GitHub's language statistics of
the repo.
2020-12-10 10:56:10 +01:00
jamaljsr
243308f277 doc: add walkthrough document 2020-07-28 23:10:16 -04:00
jamaljsr
ee408217df chore: remove JS code generated from protos 2020-07-24 16:49:48 -04:00
Oliver Gugger
881ab4093a
cmd: rename binary to litd 2020-07-21 22:10:33 +02:00
Oliver Gugger
33df4a1698
multi: rename golang and make files to lightning-terminal 2020-07-21 22:06:15 +02:00
Oliver Gugger
5f98f96ea4
make: add build and release commands 2020-06-02 14:29:39 +02:00
jamaljsr
75916b4c6e chore: add .env.local for environment local vars 2020-04-14 11:32:21 -04:00
jamaljsr
6a8958068d rewrite backend and add loop proxy 2020-04-07 18:39:55 -04:00
jamaljsr
f6334154a6 setup initial backend grpc proxy server 2020-04-07 18:37:12 -04:00