CLI Improvements
The latest release has some improvements which are mentioned below.
The
key
command has been renamed to profile, incorporating additional commands for profile management.The previous generate-profile and import-profile commands have been merged into a single interactive command:
profile new -i
Additionally, two new commands have been introduced:
modify
- Allows profile modifications.sign
- Enables profile signing.
RPC API Enhancements
Clients are required to migrate to Version 2 RPC APIs as soon as possible.
Version 1 APIs will be deprecated in a future release.
Last updated