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

Taurus storage migration for "Private EVM" #3360

Draft
wants to merge 12 commits into
base: evm-obj-minor-cleanups
Choose a base branch
from

Conversation

teor2345
Copy link
Member

@teor2345 teor2345 commented Jan 28, 2025

TODO

How to review this PR

This PR is part of a series of PRs which add "private EVM" functionality to subspace. It upgrades the existing Taurus storage format for this feature. (Mainnet doesn't need an upgrade, because it doesn't have any EVMs deployed.)

This PR also reverts the migration in #3342 (except for some changes which have already been overwritten).

The PR diff includes these changes, which can be ignored (they will disappear when this PR is rebased):

The previous PR in this series is #3350, which adds this feature to Mainnet.

What it does

This PR upgrades the domain registry storage into a new format which stores the initial contract creation allow list.

It also merges all the changes in #3350 into the taurus-runtime-upgrades branch.

Code contributor checklist:

@teor2345 teor2345 added execution Subspace execution breaking-runtime This PR introduces breaking changes to the runtime labels Jan 28, 2025
@teor2345 teor2345 self-assigned this Jan 28, 2025
@teor2345 teor2345 changed the title Taurus migration for "Private EVM" Taurus storage migration for "Private EVM" Jan 28, 2025
@teor2345 teor2345 force-pushed the private-evm-taurus-migration branch from 29655a9 to a425f09 Compare January 28, 2025 21:57
@teor2345 teor2345 force-pushed the private-evm branch 2 times, most recently from ee8c646 to eb4e295 Compare February 4, 2025 02:37
@teor2345 teor2345 force-pushed the private-evm-taurus-migration branch from a425f09 to 8fa2e15 Compare February 4, 2025 02:52
Copy link
Member Author

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is up to date, but the diff will be a bit confusing until #3350 merges, and we merge those changes into the taurus-runtime-upgrades

Base automatically changed from private-evm to main February 4, 2025 21:53
@teor2345 teor2345 force-pushed the private-evm-taurus-migration branch from a1a70ee to eb2daee Compare February 5, 2025 05:25
@teor2345 teor2345 changed the base branch from main to evm-obj-minor-cleanups February 5, 2025 05:26
@teor2345 teor2345 force-pushed the evm-obj-minor-cleanups branch from f70a549 to c0aa066 Compare February 6, 2025 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-runtime This PR introduces breaking changes to the runtime execution Subspace execution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants