Skip to content

Proto: SCORU: Parse messages in CLI as strings

Ole Krüger requested to merge scoru@cli-ux-send into master

Context

The "send message" CLI command for SCORU currently expects messages to be hex-encoded when passed directly via the command-line.

Given the utility status of that CLI command and the overhead involved when trying to send example messages, it would be useful to allow users to submit messages in plain string format without the need to encode them.

https://tezos-dev.slack.com/archives/C02HSTL4D7H/p1649151635493899

Manually testing the MR

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Ole Krüger

Merge request reports