Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict 0xff...ID addresses to actors without f410f #1900

Open
Stebalien opened this issue Sep 27, 2023 · 0 comments
Open

Restrict 0xff...ID addresses to actors without f410f #1900

Stebalien opened this issue Sep 27, 2023 · 0 comments
Labels
Kind: Discussion Kind: Improvement An improvement of something that exists.

Comments

@Stebalien
Copy link
Member

At the moment, 0xff...ID addresses can be used with any actor, even if that actor already has an "ethereum" address.

Proposal: Only allow one of these addresses to work.

  1. In the EVM, reject 0xff...ID addresses if the target actor has an f410f address.
  2. When converting Eth Account txns to native messages, don't support 0xff...ID addresses as the "from" address.
  3. Not sure how to handle the to address for Eth Accounts.

An alternative is to make the EAM explicitly assign f410f addresses to any actor that doesn't already have one on first send to a 0xff...ID address.

@Stebalien Stebalien added Kind: Improvement An improvement of something that exists. Kind: Discussion labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Discussion Kind: Improvement An improvement of something that exists.
Projects
None yet
Development

No branches or pull requests

1 participant