Skip to content

Commit

Permalink
Move to last call
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Mar 14, 2024
1 parent a83cd04 commit 27c695d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ERCS/erc-5564.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ title: Stealth Addresses
description: Private, non-interactive transfers and interactions
author: Toni Wahrstätter (@nerolation), Matt Solomon (@mds1), Ben DiFrancesco (@apbendi), Vitalik Buterin (@vbuterin)
discussions-to: https://ethereum-magicians.org/t/eip-5566-stealth-addresses-for-smart-contract-wallets/10614
status: Review
status: Last Call
last-call-deadline: 2024-03-06
type: Standards Track
category: ERC
created: 2022-08-13
Expand Down Expand Up @@ -156,7 +157,7 @@ The new address format for the stealth meta-address extends the chain specific a
Thus, a stealth meta-address on Ethereum has the following format:

```
st:eth:0x<spendingKey><viewingKey>
st:eth:0x<spendingPubKey><viewingPubKey>
```

Stealth meta-addresses may be managed by the user and/or registered within a publicly available `Registry` contract, as delineated in [ERC-6538](./eip-6538). This provides users with a centralized location for identifying stealth meta-addresses associated with other individuals while simultaneously enabling recipients to express their openness to engage via stealth addresses.
Expand Down

0 comments on commit 27c695d

Please sign in to comment.