conduition
conduition
> I'm encountering an issue when broadcasting a PSBT transaction signed using FROST for aggregated Schnorr signatures. While individual Schnorr signatures work correctly, the aggregated signature fails with the following...
@zebra-lucky I have a few suggestions to clean up the code. Expect a PR to your repo sometime soon :sunglasses:
PR opened here: https://github.com/zebra-lucky/frost/pull/2 Its purpose is to improve the overall readability and 'correctness' of the naming conventions in this PR. It renames all of the methods to be more...
@zebra-lucky I'm noticing a footgun here. The `VerifyingKey` by default is un-tweaked, so a naive caller won't be able to verify signatures unless they manually tweak the verifying key themselves...
+1 for this issue. The typing experience is poor enough that I type my notes in a separate app and copy/paste them into Amethyst when I want to broadcast them....
FWIW, the OS stock keyboard also has this issue. I don't think the choice of keyboard is as relevant as the use of typing autocorrect/suggestions. For those who cannot replicate...
Tested both of those and they seem to be working. Must be specific to certain keyboards. FlorisBoard is also working fine on Amethyst.
> I doubt that sending a tx to random peers over clearnet helps @Kixunil I strongly agree, and that's why the `pushtx-tor` option is preferable for most people. But it's...
Added extra warnings for `pushtx-clear`: https://github.com/romanz/electrs/pull/1056/commits/36b7bc48b47b33ae6b68c17e91f9cf639cbc4a05
Thanks for the suggestions @Kixunil, added both :slightly_smiling_face: