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

Use CREATE2 in AttestationCallProxyV1 #7164

Closed
nambrot opened this issue Feb 18, 2021 · 1 comment · Fixed by #7363
Closed

Use CREATE2 in AttestationCallProxyV1 #7164

nambrot opened this issue Feb 18, 2021 · 1 comment · Fixed by #7363

Comments

@nambrot
Copy link
Contributor

nambrot commented Feb 18, 2021

Spec is here: #7057

@alecps
Copy link
Contributor

alecps commented Feb 24, 2021

@m-chrzan to split this up into smaller tickets and assign parts to someone else

@alecps alecps assigned yorhodes and unassigned yorhodes Feb 24, 2021
@alecps alecps changed the title Implement AttestationCallProxyV1 Finish AttestationCallProxyV1 Implementation Mar 9, 2021
@m-chrzan m-chrzan changed the title Finish AttestationCallProxyV1 Implementation Use CREATE2 in AttestationCallProxyV1 Mar 10, 2021
@alecps alecps added this to the Milestone 10 milestone Mar 17, 2021
@alecps alecps modified the milestones: Milestone 10, Milestone 11 Apr 28, 2021
@mergify mergify bot closed this as completed in #7363 May 6, 2021
mergify bot pushed a commit that referenced this issue May 6, 2021
### Description

This PR introduces the concept of identity proxies, which are smart contract addresses from which calls can be made only by "owners" of a related identity. "Owning" an identity is determined by an on-chain heuristic using the Attestations contract.

### Tested

Suite of unit tests

### Related issues

- Fixes #7164 

### Backwards compatibility

Only introduces new contracts.
@arthurgousset arthurgousset moved this to 🌳 Backlog in 🔖 Identity - Team Feb 16, 2022
@arthurgousset arthurgousset moved this from 🌳 Backlog to ✅ Done in 🔖 Identity - Team Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment