input-output-hk / scrypto

Cryptographic primitives for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BatchAVLProverManifest changes its properties after serialization/deserialization

oskin1 opened this issue · comments

commented

Tests like this result to failure:

val manifestBytes = serializer.manifestToBytes(manifest)
val deserializedManifest = serializer.manifestFromBytes(manifestBytes).get
deserializedManifest shouldEqual manifest