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

Radix Encoder sometimes creates non-decodeable string #6

Closed
patrickfav opened this issue Jul 13, 2018 · 0 comments
Closed

Radix Encoder sometimes creates non-decodeable string #6

patrickfav opened this issue Jul 13, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@patrickfav
Copy link
Owner

patrickfav commented Jul 13, 2018

It seems that the base radix encoder new BigInteger().toString(radix) sometimes adds a leading zero which makes it hard to parse since the length of the byte array is different.

This is also the reason sometimes the CI job fails, see: https://travis-ci.org/patrickfav/bytes-java/builds/392779046

@patrickfav patrickfav added the bug label Jul 13, 2018
@patrickfav patrickfav added this to the v0.6.0 milestone Jul 13, 2018
@patrickfav patrickfav self-assigned this Jul 13, 2018
@patrickfav patrickfav modified the milestones: v0.6.0, v0.7.0 Aug 1, 2018
@patrickfav patrickfav modified the milestones: v0.7.0, v0.8.0 Aug 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant