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

Improve actors serialization handling #297

Merged
merged 1 commit into from
Mar 23, 2020
Merged

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Handles serialization errors from message serialized bytes now that feat(vm): implement improved error handling #289 is in
  • Change serialized default to serializing empty array, as it is too easy to misuse the default that exists now (will just be empty bytes which will fail the empty serialize check)
    • Also removes the empty_return function as this is just the serialized default

Reference issue to close (if applicable)

Closes

Other information and links

…nic, use serialized default for empty params
@austinabell austinabell merged commit 1ae3ba4 into master Mar 23, 2020
@austinabell austinabell deleted the austin/actors/serhandling branch March 23, 2020 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants