Commit graph

7 commits

Author SHA1 Message Date
Elle Mouton
fe85443b6c
doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
Elle Mouton
3f4b4f378e
scripts+.github: add release notes updated check 2024-06-11 11:24:59 -04:00
positiveblue
c267ef64eb
multi: update lnd dependency to v0.16.0-beta.rc3
- Bump lnd and other module dependencies.
- Bump Go build version & RPCs
- Refactor itests to use the new lnd itest framework.
2023-03-15 08:36:23 -07:00
Elle Mouton
d2b843f491
github+scripts: check commits compile 2022-11-02 11:56:26 +02:00
Oliver Gugger
3fc65556c5
itest: copy integration test framework from lnd 2022-02-08 15:33:16 +01: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
35d5d6b462
multi: check compiled protos in GH actions
To make sure the compiled protos in the git repository are always up to
date, we add a GitHub action that checks them by compiling and diffing
the files.
2020-12-10 11:04:20 +01:00