NodeGuard
NodeGuard copied to clipboard
NodeGuard is a treasury management solution for Lightning nodes
When you drop the DB and then try to start the Nodeguard, it crashes for the first time, and then after the second one it works well. ``` "Error while...
CPFP shall be added to bump fees of channel openings.
BIP39 support has been added, but it would add more use cases to support importing directly xprivs. For example, if the user has a hardware wallet they woud not want...
This is to add a fixed dummy token for development called ElenPay
`GetUtxos` should absorve `GetAvailableUtxos`. The way it could be done is: - make the `wallet_id` field optional - add a flag to include locked utxos as well
@markettes @Jossec101 at some point we should remove the utxos from the table once they are spent. Otherwise the table will grow forever. should we make a ticket? _Originally posted...
Add 40swap profile to Tiltfile and Docker Compose configuration with PostgreSQL databases, daemon, and backend services for local development and testing.
.editorconfig taken from https://github.com/AzureAD/microsoft-identity-web/ I had to change some rules from error to warn, otherwise it wouldn't compile Also, `dotnet format` doesn't format `.razor` files, so that is out of...