Skip to content

Displaying API numbers originating from mongodb as unsigned #642

@rg911

Description

@rg911
Contributor

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)

symbol/catapult-rest#323
symbol/catapult-rest#144

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rg911

        Issue actions

          Displaying API numbers originating from mongodb as unsigned · Issue #642 · symbol/symbol-sdk-typescript-javascript