Andrew Poelstra
Andrew Poelstra
I think a better approach would be to just change `ConstructTransaction` in rpc/rawtransaction_util.cpp so that the duplicate check checks (destination, asset) pairs instead of just destination. This would be a...
Thanks! Could you PR this to https://github.com/ElementsProject/ELIPs/? You can have ELIP number 2 and say that this document supercedes the existing ELIP1 (which was just copied from the BIPs repo)...
I believe to do this you need to generate a P2SH address from an `OP_RETURN` ... so this is "provably unspendable" in the sense that you could provide a proof...
Probably we can close this. Should remove ImageMagick and librsvg2-bin from the build instructions and scripts and confirm they are not needed since a1bac6d8a668960f6b284944e6df98c5eeb93b4f
@JeremyRubin all I meant was that if something was going into Bitcoin, that would invert all of our concerns about diff-minimization, maintenance burden, design/code review, etc., and make it harder...
Yes, that unit test is specifically for rust-elements (which makes up its own canonical serialization, specifically so that we could write round-trip tests for our fuzzer).
There is no consensus reason that the fee output should be last (or that there be exactly one of them, for that matter).
I like this idea.
I am surprised that this gets as far as it does, given that 0.21 does not have taproot wallet support.
Thanks for filing this. What version of Elements are you using? I notice that you tagged this `GUI` but the issue is about CLI commands -- can you confirm this...