iotaledger / hive.go

A Go library containing data structures, various utils and abstractions which are used by both GoShimmer and Hornet.
Apache License 2.0
61 stars 24 forks source link

Check for UTF8 validity in serix binary and map serialization #610

Closed muXxer closed 1 year ago

muXxer commented 1 year ago

There was a difference in map serialization and binary serialization in serix. In the map serialization the UTF8 validity of strings was checked for a string field, but in binary serialization it was not.

This PR fixes that.