akash-network / console

Deploy docker containers on the Akash Network
https://console.akash.network
Apache License 2.0
43 stars 34 forks source link

Bugfixes/change predictredcloseheight type #215

Closed Redm4x closed 1 month ago

Redm4x commented 1 month ago

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.