[go: up one dir, main page]

Tezlink/Kernel: Add Reveal operation and introducing manager operation

Previous MR

!17417 (merged)

Next MR

!17631 (merged)

What

This MR introduces manager operation with the reveal operation.

Why

In tezlink, for Tezos compatibility, we'll need a reveal for users to reveal their public keys.

How

The operation.rs file is inspired from the operation_repr.ml file in tezos protocol. We have a global operation and a content that can be a certain type of operation (manager, failing noop).

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 Arnaud Bihan

Merge request reports

Loading