-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Vyper decimal10 abi type support #700
Comments
This is on my to-do list but I'm not sure when I will get to it. |
cc @davesque can you get this issue duplicated in the I think this also suggests prioritizing ethereum/eth-abi#36 ahead of tuple types might also be beneficial so that it's easier for 3rd party encoders/decoders to be written without requiring a core change to the |
@pipermerriam Sure no problem. Sorry I missed this the other day. |
eth-abi issue: ethereum/eth-abi#39 |
So almost all of the work will happen in eth-abi#39, but I'll leave this one open until we upgrade eth-abi in web3. |
I suspect we'll be seeing Vyper switch to Continuing to leave this issue open until that's confirmed. |
Vyper included the switch from decimal10 to fixed168x10 in vyperlang/vyper#815 |
What was wrong?
There is currently no support for vyper abi type
decimal10
. Although vyper is in alpha, it is increasingly used by ethereum research team for casper and sharding.How can it be fixed?
Add support for
decimal10
abi type :)The text was updated successfully, but these errors were encountered: