LeoComandini

Results 6 issues of LeoComandini

There are a few issues/open points with Elements/Liquid `signmessage` and `verifymessage` * Elements Core uses the [same prefix as Bitcoin](https://github.com/ElementsProject/elements/blob/master/src/util/message.cpp#L22) * During verification the blinding key is ignored * Verification...

No GDK based app allowed for 2of3 subaccount creation with GDK

To be consistent with [python-opentimestamps](https://github.com/opentimestamps/python-opentimestamps/blob/master/opentimestamps/core/timestamp.py#L75), when checking [if two timestamps are equal](https://github.com/opentimestamps/java-opentimestamps/blob/master/src/main/java/com/eternitywall/ots/Timestamp.java#L512), attestations should not be checked.

In some protocols where blinding is done by different parties, the asset surjection proof for some output might be created by: * someone who does not own an input with...

Use "liquidex" field for the asset blinding factor. Related ELIP: https://github.com/ElementsProject/ELIPs/pull/18

This passes (elements 21) ``` rust-elements/elementsd-tests$ ELEMENTSD_EXE=bin/elementsd cargo test -- tx_issuance ``` This fails ``` ELEMENTSD_EXE=~/dev/bin/elements-23.2.1/bin/elementsd cargo test -- tx_issuance ``` with ``` error JSON-RPC error: RPC error response: RpcError...