Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.13 KB

File metadata and controls

48 lines (34 loc) · 1.13 KB

Changelog

All notable changes to this module will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.0.0.3] - 2023-01-03

  • Updated to use coreTypes instead of utility types for Actor and ActorType
  • Updated README.md

[0.0.0.2] - 2022-11-02

Added

  • Fixed message signing
  • Reporting RPC StatusCode and body
  • System commands working end-to-end
  • Added Consensus State commands

[0.0.0.1] - 2022-09-09

Added

  • Commands documentation generator

[0.0.0.0] - 2022-09-07

Added

  • Basic implementation with Utility commands
    • Account
      • Send
    • Actor (Application, Node, Fisherman, Validator)
      • Stake (Custodial)
      • EditStake
      • Unstake
      • Unpause
    • Governance
      • ChangeParameter
    • Debug
      • Refactored previous CLI into a subcommand
  • Functionally mocked a keybase in the form of a json file (default: pk.json) that will contain the privatekey
  • CLI calling RPC via generated client
  • Default configuration handling/overrides