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

Switch param deserialization to the runtime to interop #853

Merged
merged 5 commits into from
Nov 17, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Lotus incorrectly threw wrong exit code before network version 7, and this is necessary to match
  • Groups syscalls in with runtime (no need to have separate)

gets past diff at 12_962

Reference issue to close (if applicable)

Closes

Other information and links

@@ -60,6 +60,10 @@ pub enum NetworkVersion {
V4,
/// tape (increases max prove commit size by 10x)
V5,
/// kumquat (specs-actors v2.2.0)
Copy link
Member

Choose a reason for hiding this comment

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

lmao what a gr8 name... how in the world do they come up with these

@austinabell austinabell merged commit 60d1206 into main Nov 17, 2020
@austinabell austinabell deleted the austin/interopparamec branch November 17, 2020 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interop Interop with Lotus/specs-actors and testing Status: Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants