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

Currently we just hard coded an empty string as the passphrase, we could allow the user to set this. This will need to be correctly set when creating the keys...

good first issue

We initialize a few of these across the code base and it'd be better if one shared one was used everywhere. Would make it so we open less connections and...

good first issue

I've started to try to enforce single device access at a websocket level here: https://github.com/MutinyWallet/websocket-proxy/pull/2 However, I think it's a hack because it relies on the WSS proxy which is...

``` recursive use of an object detected which would lead to unsafe aliasing in rust ``` I think this is because how I'm swapping in GlueDB after it inits a...

bug
fedimint

I don't think this feature (https://github.com/fedimint/fedimint/pull/3322) was back ported to 0.2, so unfortunately we cannot attempt a payment to an invoice once it failed. This combined with a canceled state...

fedimint

It goes all the way through to 30s timeout even if there's a cancelled state that comes back a lot quicker.

blocked
fedimint

I've started this with the GlueDB testing. Write the testing functions once and call it from both wasm32 and non-wasm32. Although additionally, since we want to move towards mutiny working...

tests

Would make problems less common where things are working locally but CI failing