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

Optimize contracts checking migration #6122

Merged
merged 4 commits into from
Jun 19, 2024

Conversation

turbolent
Copy link
Member

Avoid iterating over all registers just to find the contract code registers, by getting all contract names from the contract names register, and directly looking up contract code registers.

This required exposing the contract names register encoding and decoding.

@turbolent turbolent requested review from a team June 18, 2024 19:35
@turbolent turbolent self-assigned this Jun 18, 2024
@turbolent turbolent requested a review from a team June 18, 2024 20:32
@turbolent turbolent added this pull request to the merge queue Jun 19, 2024
Merged via the queue into master with commit d820f91 Jun 19, 2024
55 checks passed
@turbolent turbolent deleted the bastian/optimize-contracts-checking-migration branch June 19, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants