proximax-storage / java-xpx-chain-sdk

ProximaX Sirius-Chain Java SDK
Apache License 2.0
7 stars 1 forks source link

Version field got changed to unsigned integer #141

Closed tonowie closed 4 years ago

tonowie commented 4 years ago

rest api got breaking change of version field which is now unsigned integer and can not be parsed as integer

need to hack the openapi definition to use format int64 and implementation will use long which can accommodate the values