Roman Zeyde
Roman Zeyde
Currently, those features are not supported in electrs - since the original design was serving a local Electrum client, implementing the minimum amount of features required to do so. PRs...
Should be reproducible using `regtest`.
PRs are always welcome :) ~If possible, please add a new binary target here: https://github.com/romanz/electrs/tree/master/src/bin/~
> Why not add in the same binary the gRPC interface exposed on a different port, where maybe the user could opt-in via a command? Sounds good.
> For those addresses we know that `status` is empty so our proposal is to change the API andadd an extra flag (default true for backward compatibility) to not perform...
Oops, I misunderstood the issue... The suggestion sounds good to me, please open a PR :)
Glady, let me know if there is anything I can help you with.
Hi :) > But the SSH agent protocol, and Trezor, allows signing arbitrary messages. I agree, but we should make sure that we don't make the user vulnerable to cross-protocol...
Sounds good, I will be happy to accept the PR :)
> @romanz I have implemented support for OnlyKey, including: > * SSH (ed25519 and nist256p1) > * GPG Sign (ed25519 and nist256p1) > * GPG Decrypt (curve25519 and nist256p1) Cool,...