You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I marked some previously used enum ordinal values as reserved for type HederaFunctionality, the unit tests generated for JSON codecs of types using HederaFunctionality failed when comparing with the protoc-generated JSON.
In particular, the PBJ JSON codec uses the string "reserved" for the enum value while the expected output of protoc JSON uses the reserved integral value (see screenshot).
Steps to reproduce
As above.
Additional context
No response
Hedera network
No response
Version
v0.9.2
Operating system
None
The text was updated successfully, but these errors were encountered:
Description
When I marked some previously used
enum
ordinal values as reserved for typeHederaFunctionality
, the unit tests generated for JSON codecs of types usingHederaFunctionality
failed when comparing with theprotoc
-generated JSON.In particular, the PBJ JSON codec uses the string "reserved" for the
enum
value while the expected output ofprotoc
JSON uses the reserved integral value (see screenshot).Steps to reproduce
As above.
Additional context
No response
Hedera network
No response
Version
v0.9.2
Operating system
None
The text was updated successfully, but these errors were encountered: