Kevin Mulcrone

Results 35 comments of Kevin Mulcrone

> I would assume that specific "hidden service not found" error is coming from some intermediary Tor/SOCKS library you may be using in Lily Wallet @KayBeSee? Or potentialy a native...

I'd like to +1 the `nohoist` option. I maintain a monorepo that has an electron app and web app that serves the same frontend and shares backend logic but when...

Dibs on this issue. I am going to focus on the functionality over styling until we get some more concrete designs.

I ended up using React state and an updateMap function to keep track of if a polygon existed and if I had coordinates drawn on the map. If that was...

Better documentation around the gRPC plugin would really help devs hit the ground running using c-lightning. For other people coming across this issue, `grpc-port=8001` must be present in the config...

I'd like to +1 on having ARM64 (or aarch64?) builds. Would be cool to be able to use hardware wallets on nodes like Umbrel.

Here is a PR showing how to do that: https://github.com/bitcoin-core/HWI/pull/561

Interesting use case. It would nice to be able to add a vault to Lily from a Caravan config (we support creating Caravan configs from Lily but not the other...

Just got off a zoom call with Karl from Unchained Capital. It looks like they use fingerprints in the Caravan export file now, so this issue is unblocked. I have...

What do you mean by testvectors? Do you mean tests for [`lilyConfigToCaravan`](https://github.com/Lily-Technologies/lily-wallet/blob/master/apps/frontend/src/utils/files.ts#L112) and [`caravanToLilyConfig`](https://github.com/Lily-Technologies/lily-wallet/blob/master/apps/frontend/src/utils/files.ts#L128) functions?