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
Before HIP-583 was finalized there was an edit made to remove mention of "alias key"s (they ended up not being supported? Not sure, doesn't matter to me) the language used in this repo still mentions them.
message CryptoCreateTransactionBody {
...
/**
* The bytes to be used as the account's alias.
*
* The bytes must be formatted as the calcluated last 20 bytes of the
* keccak-256 of the ECDSA primitive key.</li>
*
* All other types of keys, including but not limited to ED25519, ThresholdKey, KeyList, ContractID, and
* delegatable_contract_id, are not supported.
*
* At most only one account can ever have a given alias on the network.
*/
bytes alias = 18;
}
The text was updated successfully, but these errors were encountered:
Before HIP-583 was finalized there was an edit made to remove mention of "alias key"s (they ended up not being supported? Not sure, doesn't matter to me) the language used in this repo still mentions them.
hedera-protobufs/services/crypto_create.proto
Lines 157 to 170 in c1de1a1
was changed to:
https://github.com/hashgraph/hedera-improvement-proposal/blob/main/HIP/hip-583.md#hapi-changes
(which I have written below).
The text was updated successfully, but these errors were encountered: