-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[nv16] improve itest situation and preload manifests in cli #8521
Conversation
fix multisig for nv16
@@ -257,7 +257,6 @@ type FVM struct { | |||
} | |||
|
|||
func NewFVM(ctx context.Context, opts *VMOpts) (*FVM, error) { | |||
log.Info("using the FVM, this is experimental!") |
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.
Let's leave this log in there for now, if only for us to know which VM is being run (we will def take it out before the final release).
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.
Merging for now, can add it back later.
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.
it's spamming a lot!
This uses the correct testing bundles with policy fixes in filecoin-project/builtin-actors#253 and preloads the manifests in the cli so that we have the correct code CIDs in there.
Issues: deal itests appear broken because of deal label mismatches; this needs to be investigated as it might be a bug related to fip27.