Skip to content

Draft: Refactor package smart-signer

Wojciech Barcik requested to merge smart-signer-next-work into main

Goals:

  1. Smart-signer should not create nor broadcast any transactions. It should only sign given transactions and return signatures.
  2. Smart-signer should only use cryptography functions delivered by Wax, Beekeeper, and Hive blockchain.
  3. Smart-signer should authorize Hive user using account authorities, allowing authorizing as user also third party accounts listed in account authorities. A special option "strict" should authorize only with key authorities.
Edited by Wojciech Barcik

Merge request reports