lightning-integration icon indicating copy to clipboard operation
lightning-integration copied to clipboard

Lightning Integration Testing Framework

Results 6 lightning-integration issues
Sort by recently updated
recently updated
newest added

This is far from ready, but feedback always welcomed. Replaces: - WIP: Install rust-lightning-bitcoinrpc #63 - WIP: Add support for rust-lightning-bitcoinrpc https://github.com/jtimon/lightning-integration/pull/1 Dependencies: - [x] Docker: Eclair: Upgrade openjdk from...

state::wip

I cloned this repo, downloaded [Eclair v0.3](https://github.com/ACINQ/eclair/releases/tag/v0.3) jar into the `/bin` directory, renamed it to `eclair.jar`, and ran `py.test -v test.py`. `eclair.py` fails on line 62 with: ``` FileNotFoundError: [Errno...

Try to build all clients at once in a job. Perhaps building the clients doesn't timeout travis and it was the tests, or the java upgrade fixed it. Dependencies: -...

As per readme, I put the `lightningd` binary (from release [v0.7.0](https://github.com/ElementsProject/lightning/releases/tag/v0.7.0)) into `/bin` and ran `py.test -v test.py`, but the tests fail with ``` FileNotFoundError: [Errno 2] No such file...

c-lightning

Hi, cdecker! The past days, I tried to initial lightning-integration and wanted to reproduce the "sync error" but failed. I just now attached IRC for my first time and saw...

Hello, This repository is listed on the [Awesome Lightning-Network](https://raw.githubusercontent.com/bcongdon/awesome-lightning-network/master/readme.md) list, which is a collection of useful lightning-network projects. However, it seems that the 'lightning-network' topic is missing from this repository's...