Skip to content

Commit

Permalink
Merge branch 'main' into add-lightning-address-support
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker authored Sep 22, 2023
2 parents 34b972d + 1b00acb commit 68b40ee
Show file tree
Hide file tree
Showing 15 changed files with 266 additions and 265 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ jobs:
- name: Run python image
run : |
make docker-check-py
- name: Run javascript tests
run : |
make docker-check-js
11 changes: 2 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ include libs/gl-client-py/Makefile
include libs/gl-client-js/Makefile
include libs/gl-testing/Makefile

check: check-rs check-py check-js
check: check-rs check-py

clean: clean-rs
rm -rf ${ARTIFACTS}
Expand All @@ -58,7 +58,7 @@ build-self: ensure-docker
(cd libs; cargo build --all)
(cd libs/gl-client-py && python3 -m maturin develop)

check-all: check-self check-self-gl-client check-py check-js
check-all: check-self check-self-gl-client check-py

check-self: ensure-docker
PYTHONPATH=/repo/libs/gl-testing \
Expand Down Expand Up @@ -127,13 +127,6 @@ docker-check-py:
-v ${REPO_ROOT}:/repo \
gltesting make build-self check-py

docker-check-js:
docker run \
-t \
--rm \
-v ${REPO_ROOT}:/repoo \
gltesting make build-self check-py

cln-versions/%/usr/local/bin/lightningd: cln-versions/lightningd-%.tar.bz2
@echo "Extracting $* from tarball $< into cln-versions/$*/"
mkdir -p "cln-versions/$*"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Blockstream Greenlight

[![Read the Documentation](https://img.shields.io/badge/Read-Documentation-blue)](https://blockstream.github.io/greenlight/)
[![Crates.io](https://img.shields.io/crates/d/gl-client)](https://crates.io/crates/gl-client)

This repository contains everything to get you started with
Blockstream Greenlight, your self-sovereign Lightning node in the
cloud.
Expand Down
Loading

0 comments on commit 68b40ee

Please sign in to comment.