Aptos Proposal: #22
Enable ed25519_pubkey_validate_return_false_wrong_length
Status:
Executed
For100%
Turnout:48.80%
Quorum:38.69%
For: 100%
504,574,233 APT
Against: 0%
0 APT
Voting Period
-Proposer
0xdb009ab1a3259c4b27a0d8ff9d0e913e13e4c8b657fc73768f4e9bb811c7a1d8
Execution Hash
0x592d689bdc21ca9d57ff754e81285fb9202f3fb73ec1b8636e2d1c09b33e5f55
Discussion
Go to DiscussionSource Code
Go to Source CodeDescription
AIP-23: Changes the function native_public_key_validate used by the native Move function native fun pubkey_validate_internal to return false if the public key provided is the wrong length. Previously, this function would abort if the key length provided was incorrect.