-
Notifications
You must be signed in to change notification settings - Fork 160
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
Tipset vector runner #682
Tipset vector runner #682
Conversation
currently blocked by #559. All transactions pass and return the correct exit code, but the reward transaction fails because the miner state has changed (and too breaking to just update for this) and burns the funds instead. |
@@ -94,6 +94,22 @@ impl Actor { | |||
|
|||
rt.create_actor(actor_cid, &actor_address) | |||
} | |||
|
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.
Nit: Add comment please
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.
just used for testing, but done
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes #680
Other information and links