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

Support for Real Types Solidity / ABI for encoding / decoding contracts using Big Integer or another BigNumber implementation #17

Closed
juanfranblanco opened this issue Mar 10, 2016 · 2 comments
Assignees

Comments

@juanfranblanco
Copy link
Member

Add support for encoding / decoding of Real Types using BigInteger or BigNumber Library (Need to find one).
Create encoding / decoding to match (or similar, will never be the same) web3.js implementation, and unit tests.

@juanfranblanco juanfranblanco self-assigned this Mar 10, 2016
@ByronAP
Copy link

ByronAP commented Apr 3, 2016

.net now has BigInteger built in since 4.0 https://msdn.microsoft.com/en-us/library/system.numerics.biginteger%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396 using fixed point precision it can be used to work with big fractional types

@juanfranblanco
Copy link
Member Author

Thanks 👍 , BigInteger is used everywhere already, was thinking of matching web3.js implementation (BigNumber) or as you said if BigInteger is already providing us this, will use this. Ill edit the OP to clarifiy this.

@juanfranblanco juanfranblanco changed the title Support for Real Types Solidity / ABI - BigNumber, plus changes in encoding / decoding Support for Real Types Solidity / ABI for encoding / decoding contracts using Big Integer or another BigNumber implementation Apr 4, 2016
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

2 participants