Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLI] New CLI tool for node operators #268

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Sep 26, 2022

  1. Feature: support Micheline-style signatures for Tezos (aleph-im#330)

    Problem: web wallets do not allow signing raw messages. Instead,
    they require binary payloads in a specific format.
    
    Solution: support Micheline-style signatures, i.e. signatures
    supported by wallets like Beacon.
    
    Users can now use Micheline or raw signatures by specifying
    the `signature.signingType` field to "micheline" or "raw".
    By default, "raw" is assumed.
    
    Co-authored-by: Mike Hukiewitz <[email protected]>
    odesenfans and MHHukiewitz authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e8bc64e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. [CLI] New CLI tool for node operators

    We now provide a CLI tool that integrates all the operations
    commonly performed by node operators. Currently, this CLI
    allows to:
    
    * generate private keys for the node, replacing a functionality
      that was implemented in the CCN main app directly.
    * run migrations, replacing the config updater script.
    odesenfans committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    50798e3 View commit details
    Browse the repository at this point in the history