Skip to content

eosc tools names should support negative form of i64 #118

@fproulx-dfuse

Description

@fproulx-dfuse

WASM does not natively care about integer signage, so uint64 end up being represented as int64 and the bytecode will do thee arithmetic to compensate... which means that often an EOS name like propose will show up as a negative constant in the bytecode.

It would be helpful if the name encoding helper would support this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions