JSON decoder for KupoValue is invalid. It expect assets keys to be always in form <cs>.<tn> but when token name is empty kupo omits the dot as well. KupoValue uses GYValue parser under the hood.
Atlas version 09ab04bb6c6eb393ec4cae3fa078c38b59ab2b0f
Kupo version 2.8.0
I've patched GYValue parser to be more flexible here but the actual (non-breaking) fix would be probably to implement a proper parser for kupo values that does not change GYValue as others depend on JSON instances already.
JSON decoder for
KupoValue
is invalid. It expectassets
keys to be always in form<cs>.<tn>
but when token name is empty kupo omits the dot as well.KupoValue
usesGYValue
parser under the hood.Atlas version 09ab04bb6c6eb393ec4cae3fa078c38b59ab2b0f Kupo version 2.8.0
Error:
I've patched GYValue parser to be more flexible here but the actual (non-breaking) fix would be probably to implement a proper parser for kupo values that does not change GYValue as others depend on JSON instances already.