Concordium / concordium-reference-wallet-android

Reference Android wallet for the Concordium blockchain
Apache License 2.0
12 stars 2 forks source link

New transaction types with memos #22

Closed concordium-cl closed 3 years ago

concordium-cl commented 3 years ago

Task description The sender should be able to attach text to transfers that will enable him to convey additional information to the receiver. The current use-case mandating this is ease of integration with exchanges.

Sub-Tasks

New Transfer Types

Backwards Compatibility The change must be backwards compatible. Existing transactions must continue to be accepted by the new protocol, and they must have the same semantics to the extent possible.

EDIT: The flow specifying how this should work, can be found in Figma in "Flow 19"

jens-concordium commented 3 years ago

@concordium-cl @jensvesti

This seems to work as intended in 1.0.12 (release) (prod_testnet). There are some UI quirks in the transaction log, but I guess they might be related to those mentioned in the comment in #34.