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

EtherChaintrade.amount is too big to handle in a standard way #5

Open
MiguelPeralvo opened this issue Aug 20, 2016 · 0 comments
Open

Comments

@MiguelPeralvo
Copy link
Owner

The amout field in the EtherChaintrade class needs special handling: It doesn't fit in a long (it produces an overflow in some instances) and BigDecimal losses precision. BigInt conversion fails in some instances. We're using a String at the moment, to preserve the original information, but we'll have to refactor it once we complete the scope/initial analysis stage.

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