[Framework][Key rotation] Add OriginatingAddress
followup reconciliation function for key rotations without a proof challenge
#13517
Labels
enhancement
New feature or request
stale-exempt
Prevents issues from being automatically marked and closed as stale
Per discussion with @davidiw cc @gedigi @hariria @xbtmatt, addressed in #14309 and documented in aptos-foundation/AIPs#487
Currently,
rotate_authentication_key_call
does not update theOriginatingAddress
table after a successful key rotation without aRotationProofChallenge
.account::ensure_originating_address_for_account
, which can be called after a successful key rotation viarotate_authentication_key_call
.The text was updated successfully, but these errors were encountered: