Concordium / concordium-rosetta

A server implementing the Rosetta API for the Concordium blockchain.
Mozilla Public License 2.0
5 stars 1 forks source link

Example tools: Add support for providing memo as string #62

Closed bisgardo closed 5 months ago

bisgardo commented 5 months ago

The memo strings are CBOR encoded by the tool.

It was necessary to upgrade transfer-client-direct to using gRPC APIv2 for it to work with the Node. Also, the types used for amount to send and format of the key file was aligned between the two transfer tools. The new file format includes the account address, so we use that instead of passing it in the option --sender.

The changes have been fully verified by sending transfers on testnet (all combinations of the memo options).