revault-gui
revault-gui copied to clipboard
fix(revaultd/client): use crate jsonrpc instead
https://github.com/apoelstra/rust-jsonrpc/ or async-jsonrpc
The rust-jsonrpc crate can now be added support for UDS transport, which i believe would be welcome. Maybe post an issue there to ask them or ask on #rust-bitcoin on freenode.
Update on this issue: rust-jsonrpc is going to support UDS soon. See https://github.com/revault/revault-gui/pull/147 as a dirty PoC.