Skip to content

Commit d21fec0

Browse files
committed
update change log for automatic generate keys
1 parent 03dbdbc commit d21fec0

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
@@ -16,6 +16,11 @@ This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.
1616

1717
## Changed
1818

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

0 commit comments

Comments
 (0)