mutiny-node icon indicating copy to clipboard operation
mutiny-node copied to clipboard

SDK behind Mutiny Wallet

Results 70 mutiny-node issues
Sort by recently updated
recently updated
newest added

we could cache this as well _Originally posted by @benthecarman in https://github.com/MutinyWallet/mutiny-node/pull/638#discussion_r1257152788_

This could be a cool option for static channel backups https://github.com/lightning/bolts/pull/881

Could be similar to the lnurl stuff https://code.samourai.io/dojo/auth47/-/blob/master/spec.MD

enhancement

We could have a queue of events that a service can read from, this can serve for notifications or other services.

https://github.com/bitcoin/bips/blob/master/bip-0078.mediawiki

enhancement

For on-chain and lightning it would be nice to have a fee estimate, but especially rn for on-chain. @TonyGiorgio said it might require reworking send flow a bit to have...

This may need to wait until the wasm-split, but indexeddb will not load in brave nor private firefox windows by default. Need an option to just not save anything to...

bug

Right now we won't get labels for channel closures because we just generate an address without a label. Ideally it should get a label about the channel closure as well...

Now that we have address labels we could export for BIP-329 https://github.com/bitcoin/bips/blob/master/bip-0329.mediawiki

An idea for allowing users to communicate with the node via commando and make payments from browser extensions such as alby.

idea