Skip to content

Commit ddf2921

Browse files
committed
update change log for automatic generate keys
1 parent a0a6e15 commit ddf2921

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.
2020

2121
## Changed
2222

23+
* automatic-generate-keys command**: New CLI command for automated session key generation
24+
- Connects to running Partner Chain nodes via RPC to generate and decode session keys
25+
- Eliminates manual key parsing by using node's built-in `sessionKeys_decodeSessionKeys` RPC
26+
- Outputs JSON file with accurate key types (e.g., "gran", "imon", "aura") and public keys
27+
- Configurable node URL via `--url` parameter (default: `http://localhost:9944`)
2328
* `partner-chains-db-sync-data-sources` and `partner-chains-mock-data-sources` crates now exports all its public members from the root
2429
* `partner-chains-db-sync-data-sources` crate now exports all its public members from the root
2530
* `smart-contracts` commands can accept parameter to configure Ogmios requests timeout

0 commit comments

Comments
 (0)