BlockSize === 0 when creating an empty object #2271
Labels
kind/bug
A bug in existing code (including security flaws)
kind/support
A question or request for support
When a new empty object is created, it's data size makes sense to be 0, however, its block size should be > 0, since the block size is the size of the serialized version of the object, which packs some protobuf encoding.
Could someone confirm this? I'm getting some inconsistency between go and js interop, in the JS impl, we get block size equals 2 bytes for an empty obj
The text was updated successfully, but these errors were encountered: