We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MessagePack.MessagePackSerializationException
ExceptionTest.Exception_Serializable
There is a unit test to testing serialization all exception types. But tests for a some exceptions failed with exception message below:
MessagePack.MessagePackSerializationException: Failed to serialize System.Exception value.
Lib9c.Tests.Action.ExceptionTest.Exception_Serializable
Libplanet.Types.Blocks.InvalidBlockProtocolVersionException
Libplanet.Types.Blocks.InvalidBlockStateRootHashException
Libplanet.Types.Evidence.DuplicateVoteException
#2962
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a unit test to testing serialization all exception types. But tests for a some exceptions failed with exception message below:
Target
Unit Test
Lib9c.Tests.Action.ExceptionTest.Exception_Serializable
Exceptions
Libplanet.Types.Blocks.InvalidBlockProtocolVersionException
Libplanet.Types.Blocks.InvalidBlockStateRootHashException
Libplanet.Types.Evidence.DuplicateVoteException
Relates
#2962
The text was updated successfully, but these errors were encountered: