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

refactor: Registry should only refer to the instance #7937

Closed
Tracked by #7935
LHerskind opened this issue Aug 13, 2024 · 0 comments · Fixed by #7939
Closed
Tracked by #7935

refactor: Registry should only refer to the instance #7937

LHerskind opened this issue Aug 13, 2024 · 0 comments · Fixed by #7939
Assignees

Comments

@LHerskind
Copy link
Contributor

LHerskind commented Aug 13, 2024

The registry should just keep track of the "instance" not all of its components as that could change over time. So this seems the best way. e.g.,

  struct RegistrySnapshot {
    address rollup;
    uint256 blockNumber;
  }
@github-project-automation github-project-automation bot moved this to Todo in A3 Aug 13, 2024
@LHerskind LHerskind self-assigned this Aug 13, 2024
LHerskind added a commit that referenced this issue Aug 14, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant