symbol-sdk-typescript-javascript icon indicating copy to clipboard operation
symbol-sdk-typescript-javascript copied to clipboard

Displaying API numbers originating from mongodb as unsigned

Open rg911 opened this issue 5 years ago • 0 comments

currently, unsigned data fetched from mongodb is displayed as signed since mongodb does not support unsigned data

consider treating every number in the project as unsigned unless specified since the vast majority are unsigned, or add and parse every number in the schemas even if basic type (which wouldn't be a bad idea anyway from a documentation/explicitness point of view)

https://github.com/nemtech/catapult-rest/issues/323 https://github.com/nemtech/catapult-rest/issues/144

rg911 avatar Aug 04 '20 19:08 rg911