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.
- Updated to use
coreTypesinstead of utility types forActorandActorType - Updated README.md
- Fixed message signing
- Reporting RPC StatusCode and body
- System commands working end-to-end
- Added Consensus State commands
- Commands documentation generator
- 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
- Account
- 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