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

Bugfixes/change predictredcloseheight type #215

Merged
merged 2 commits into from
May 28, 2024

Conversation

Redm4x
Copy link
Contributor

@Redm4x Redm4x commented May 28, 2024

Change the type of predictedClosedHeight from bigint to numeric(30,0).

This is to fix the indexer being blocked on this tx because the price of the selected bid is 0.000000000000000069 uakt and that represent a predicted closed height of 7.24637681159422e+21 which is larger than the bigint max value.

@Redm4x Redm4x requested a review from baktun14 May 28, 2024 03:25
@Redm4x Redm4x merged commit 36c0142 into main May 28, 2024
6 checks passed
@Redm4x Redm4x deleted the bugfixes/change-predictredcloseheight-type branch May 28, 2024 04: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.

2 participants