You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.
6
6
7
7
## Changed
8
8
9
+
* Governance update command now accepts multiple old_governance_authority key hashes, multiple key hashes in the new_governance_authority list, and new_governance_threshold - the minimal number of keys required to sign a transaction.
*`<GENESIS_UTXO>`: The genesis UTXO of the Partner Chain. Same as the one used for `governance init`.
71
73
*`<OGMIOS_URL>`: The URL of the Ogmios service connected to the Cardano node, it is optional and defaults to `ws://localhost:1337`.
72
74
*`<PAYMENT_KEY_FILE>`: Cardano Shelley Payment Signing Key file (normal or extended) of the current governance authority (ie. hash of its public key should equal current governance authority hey hash).
73
-
*`<NEW_GOVERNANCE_AUTHORITY>`: Hex encoded blake2b-224 hash of public key related to private key that will be required to sign governance operations following this operation.
75
+
*`<NEW_GOVERNANCE_AUTHORITY>`: List of hex encoded blake2b-224 hashes of public keys related to private keys that will be required to sign governance operations following this operation. Multiple keys can be provided, separated by spaces.
76
+
*`<NEW_GOVERNANCE_THRESHOLD>`: Number of keys required to sign a transaction.
77
+
*`<OLD_GOVERNANCE_AUTHORITY>`: List of hex encoded blake2b-224 hashes of public keys related to private keys that will be required to sign governance operations before and includingthis operation. Multiple keys can be provided, separated by spaces.
74
78
75
79
In version v1.4 this functionality is available in the smart contracts CLI application `pc-contracts-cli update-governance`.
0 commit comments