Skip to content

[#702] Implement key revealing via RPC

Konstantin Ivanov requested to merge martoon/#702-reveal-key-rpc into master

Description

In Staker DAO we need key revealing made solely via RPC.

This MR implements it.

Along the way, I had to

  • Add a PreviouslyRevealedKey error to RPC
  • Refactor types with operation input. Previously we carried Either OriginationData TransferData, but now Either is not enough.

Related issue(s)

Resolves #702 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Konstantin Ivanov

Merge request reports