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

upgrade specs-actors #4293

Merged
merged 2 commits into from
Oct 10, 2020
Merged

upgrade specs-actors #4293

merged 2 commits into from
Oct 10, 2020

Conversation

Stebalien
Copy link
Member

No description provided.

} else if !msgs.IsEmpty() {
// This error is going to be really nasty.
return cid.Undef, xerrors.Errorf("network upgrade failed: %v", msgs.Messages())
}
Copy link
Member

Choose a reason for hiding this comment

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

Consider following up with a single-purpose traversal just to accumulate the total token supply and check it's 2bn, but otherwise agree we don't want to invoke these expensive, extensive tests here (which will report some known "errors").

These checks may be _too_ strict and could cause the upgrade to fail unnecessarily.
@magik6k magik6k merged commit 11e35cf into master Oct 10, 2020
@magik6k magik6k deleted the steb/actors-fixes branch October 10, 2020 06:53
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.

None yet

3 participants