-
Notifications
You must be signed in to change notification settings - Fork 161
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
Updating Chaos Actor and Test Vectors #696
Conversation
…orest into rupan/test_and_chaos
Remove print statement
…o transition. 70/80 tests passing
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.
Seems there have been other changes and features/vectors added since, but can fix those later I guess
…orest into rupan/test_and_chaos
vm/actor/src/util/chaos/types.rs
Outdated
|
||
/// CreateActorArgs are the arguments to CreateActor. | ||
#[derive(Serialize_tuple, Deserialize_tuple)] | ||
#[serde(rename_all = "PascalCase")] |
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.
Can you remove all of these? They don't get used when serializing a tuple
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
#689
Other information and links