Pavol Rusnak
Pavol Rusnak
Let's say you have configured the TPoS extension. Your TPoS is now available from `https:///tpos/` BtcPayServer allows you to map a domain to a certain app, so you can make...
PR https://github.com/lnbits/lnbits/pull/2136 addresses some of `{% raw %}` usage, but there is still more ... We should use replace ``` jinja {% raw %} {{ foo.bar }} {% endraw %}...
Once these 3 PRs are merged: * https://github.com/lnbits/lnbits/pull/2063 * https://github.com/lnbits/lnbits/pull/1897 * https://github.com/lnbits/lnbits/pull/2086 We should review whether all wallets / funding sources: * are documented in `.env.example` * are documented in...
Create a CI pipeline that installs all extensions from [extensions.json](https://github.com/lnbits/lnbits-extensions/blob/main/extensions.json) and tries that they all load without issues. Quick hack to get a list of extensions for `.env`: ``` shell...
Currently there is a killswitch that allows an opt-in feature of remote killing the instance. Currently the flag is bool (0/1), but if we changed it to version we could...
In the left menu: When I select a wallet, a bold font is used and a chevron is shown to indicate which wallet is selected: When I select an extension,...
It seems most of the watchdog code is there (including configuration), but the watchdog tasks is not yet registered (and started): https://github.com/lnbits/lnbits/blob/24b02cc656226b478fd0cb557b91df3326e2494a/lnbits/core/tasks.py#L65-L87
I just noticed inconsistency between BIPs dealing with the account structures: - BIP-00{43,49,84} were Informational, while BIP-00{44,86} are Standards Track => this PR changes the former to the Standards Track...
See https://github.com/bitcoin-core/HWI/issues/652#issuecomment-1340149342 for motivation. And https://github.com/bitcoin-core/HWI/issues/628. I think there are other issues reported here which are caused by stalled enumerations where there is something else than an emulator running on...
[Contribution](README.md#contributing) checklist (recommended but not always applicable/required): - [ ] There's an _[automated test](tests/default.nix)_ for this change - [ ] Commit messages or code include _references to related issues or...