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

chore: add 3.1 deployment details #403

Merged
merged 4 commits into from
Nov 7, 2023
Merged

Conversation

horsefacts
Copy link
Collaborator

@horsefacts horsefacts commented Nov 6, 2023

Motivation

Update README with 3.1 deployment details. Add Cyfrin audit doc.

Merge Checklist

Choose all relevant options below by adding an x now or at any time before submitting for review


PR-Codex overview

This PR updates the contract names and adds a new contract.

Detailed summary

  • Renamed Id Registry contract to track ownership of farcaster identities (fids)
  • Renamed Storage Registry contract to allocate storage to fids and collect rent
  • Renamed Key Registry contract to track associations between fids and key pairs
  • Added new Id Gateway contract to issue farcaster identities
  • Added new Key Gateway contract to add associations between fids and keys
  • Updated contract addresses for deployment on OP Mainnet and Ethereum Mainnet
  • Updated audit information for v3.1 contracts reviewed by Cyfrin

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@horsefacts horsefacts added the chore A task that is none of the other types label Nov 7, 2023
Copy link

github-actions bot commented Nov 7, 2023

Coverage after merging horsefacts/v3.1-deployment into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   Bundler.sol100%100%100%100%
   FnameResolver.sol100%100%100%100%
   IdGateway.sol100%100%100%100%
   IdRegistry.sol100%100%100%100%
   KeyGateway.sol100%100%100%100%
   KeyRegistry.sol98.56%94.44%100%100%153, 153
   RecoveryProxy.sol100%100%100%100%
   StorageRegistry.sol100%100%100%100%
src/abstract
   EIP712.sol100%100%100%100%
   Guardians.sol100%100%100%100%
   Migration.sol100%100%100%100%
   Nonces.sol100%100%100%100%
   Signatures.sol100%100%100%100%
src/validators
   SignedKeyRequestValidator.sol100%100%100%100%

@horsefacts horsefacts merged commit 1aceebe into main Nov 7, 2023
4 checks passed
@horsefacts horsefacts deleted the horsefacts/v3.1-deployment branch November 7, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A task that is none of the other types
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant