-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to decode int #25
Comments
@hswick We don't currently support signed integers. I'm sure it'd be easy to add, let me know how important this is for you. Also note: we're slowly deprecating this library in favor of https://github.com/exthereum/ethereum, which contains the ABI library in it. |
Hi @hayesgm thanks for the reply! My goal with ExW3 is to make it feature parity with web3.js, so thats my main desire for integers. Was working on a side project and noticed this feature was missing. Happy to move to the ethereum repo. Should I be raising issues there from now on? Also, is the abi package going to be available from hex separately from the ethereum package? |
@hayesgm I would be nice if you add this feature, I also depend on it. |
I guess you're right that ABI didn't get included in the Exthereum/Mana merge. Sure thing, I'll get these PRs reviewed and mainlined. Sorry for the delay! |
It is alright, just trying to understand the state of things |
Thank you for maintaining this library |
Receiving this error when I try to output an int from a contract method:
Here is a contract method that I'm failing on:
The text was updated successfully, but these errors were encountered: