Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eosc tools names should support negative form of i64 #118

Open
fproulx-dfuse opened this issue Dec 30, 2018 · 0 comments
Open

eosc tools names should support negative form of i64 #118

fproulx-dfuse opened this issue Dec 30, 2018 · 0 comments

Comments

@fproulx-dfuse
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant