Aaron Dewes
Aaron Dewes
This updates all dependencies, makes text selection better and introduces a new dark mode
Having some kind of bolt12 offer support for lightning addresses would probably make lightning addresses easier to set up and use. They would mean fewer requests (it's simple to create...
Linux only at the moment, but Windows is coming soon
This is not tested yet. This updates the included buildroot to version 2018.11, the last version with QT4. Differences to the default buildroot 2018.11: - Add kernel 4.19 support -...
After the old buildroot PR was I deleted, I wanted to continue it and create another PR, but it would use QT5. Because I'm no C/C++ developer, I can't port...
- Drop babel - Move some dependencies to development only Not tested in any way yet.
This builds Docker containers from one Dockerfile, on GitHub actions, to the GitHub container registry. It uses buildx and the built image will automatically run on arm64, amd64 and armv7...
I'm using this library with [lnd](https://githu.com/lightningnetwork/lnd)'s rpc.proto, stateservice.proto and walletunlocker.proto and the `esModuleInterop` flag. Because walletunlocker.proto uses `ChanBackupSnapshot` from rpc.proto, it adds the following line ``` import { ChanBackupSnapshot }...
Fixes #1684. This would require Node 14, which is a breaking change, but Node 14 is the oldest still supported LTS version, so I think it's not a problem
#### Type of change - New feature (non-breaking change which adds functionality) #### Describe the changes you have made in this PR - This adds a new connector for Core...