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

[ECO-1423] fix order id rounding #719

Merged
merged 1 commit into from
Mar 15, 2024
Merged

[ECO-1423] fix order id rounding #719

merged 1 commit into from
Mar 15, 2024

Conversation

CRBl69
Copy link
Collaborator

@CRBl69 CRBl69 commented Mar 15, 2024

Order IDs (and all big numerical values) were getting truncated due to the implementation of deserialize and serialize of the bigdecimal Rust crate (see akubera/bigdecimal-rs#117). We now just use u128s to avoid that, since none of the values are bigger than u128::MAX anyways.

@alnoki alnoki self-requested a review March 15, 2024 20:00
@alnoki alnoki merged commit 63630d6 into main Mar 15, 2024
@alnoki alnoki deleted the ECO-1423 branch March 15, 2024 20:09
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

Successfully merging this pull request may close these issues.

None yet

2 participants