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

MIP-27 Contract Pipeline #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

MIP-27 Contract Pipeline #27

wants to merge 3 commits into from

Conversation

0xPrimata
Copy link

MIP/mip-27/README.md Outdated Show resolved Hide resolved
- Engineers release a new implementation contract on the network. The old contract is versioned and a new iterable contract is created. E.g. MOVEToken is deployed. It currently contains MOVETokenV1 (current implementation) and MOVEToken. ALL work is to be done on MOVEToken. Once a new upgrade occurs, the deployed MOVEToken version is renamed MOVETokenV2 and a new iterable contract is created and named MOVEToken.

2. **Deployment JSON Files**:
- The release includes deployment JSON files following the standard proposed in MIP-23. These files include:
Copy link
Contributor

Choose a reason for hiding this comment

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

Include type-level pseudocode spec.


### 5. **MCR Domain**

- **Role**: This domain is composed of network stakers who can execute timelocked transactions.
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you using "Domain" in the same sense as its usage in MCR?

Copy link
Author

Choose a reason for hiding this comment

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

Yes

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.

2 participants