spark-wallet icon indicating copy to clipboard operation
spark-wallet copied to clipboard

⚡️ A minimalistic wallet GUI for c-lightning, accessible over the web or through mobile and desktop apps.

Results 95 spark-wallet issues
Sort by recently updated
recently updated
newest added

When installing spark-wallet using letsencrypt features cause a crash as greenlock is missing, guess it's not specified as dependency?

If possible, please lower the required Cordova version to 6.x.x to extend supported Android versions to include the [~3% of us who still use old versions.](https://developer.android.com/about/dashboards/) If there is a...

enhancement

Some candidates for removal that could easily be re-implemented inside Spark: - `superagent` (only used for a simple HTTP GET request, can be replaced with the built-in http module) -...

good first issue
security

I feel like a startup option to configure/disable exchange rate polling would be useful.

enhancement

The breaking change in Core Lightning is [here](https://github.com/ElementsProject/lightning/commit/3afa507). The variable `bolt12_unsigned` was removed while spark-wallet still expects it. So we have to change `bolt12_unsigned` into `bolt12`. Because of this generating...

Upgraded today to CLN v23.05rc1 and spark-wallet stops working with: ``` decoded.amount_msat.slice is not a function ``` Apparently due to "the Great Msat Migration started in v0.12.0, so "msat" fields...

this should fix issue #209

Bumps [electron](https://github.com/electron/electron) from 8.5.5 to 22.3.25. Release notes Sourced from electron's releases. electron v22.3.25 Release Notes for v22.3.25 Other Changes Security: backported fix for CVE-2023-5217. #40026 electron v22.3.24 Release Notes...

dependencies