-
Notifications
You must be signed in to change notification settings - Fork 33
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
[move] Remove framework bloat #205
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes to this file prevent single step upgrades to complete both vanilla and with --danger-force-upgrade
#[test_only] | ||
friend diem_framework::diem_account; | ||
#[test_only] | ||
friend diem_framework::resource_account; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changing this to use the test_only pragma prevented multiple step upgrades to complete both vanilla and with --danger-force-upgrade
closing this and reintroducing in #209 which addresses the comments and allows the framework to be upgraded |
Removing certain modules from mainnet compile. Some modules are useful to reproduce tests, so they will be left with #[test_only] pragma.