fishi0x01/vsh

cp from v1 to v1 with data field in payload is considered as v2

Opened this issue · 2 comments

When I use cp, the fields I'm copying have a data field, meaning the method isValidKV2Data (client/util.go:82) returns true, while it's still KV1 data, so it converts the data

I'll try to do an example test case

Thank you for reporting this 🙇
I will create a test case in the near future

@LaSylv I opened #117 with an example test case. However, it succeeds - can you elaborate please on how I can properly reproduce the issue?