You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the Bug:
There is an inconsistency in the averageBlockTime used for calculating uAKT/block between Akash Console and the Bid Engine Script. The Akash Console uses 6.174, while the Bid Engine Script uses 6.117. This discrepancy leads to different pricing outcomes on the Akash Console and Akash CLI.
# average block time: 6.117 seconds (based on the time diff between 8090658-8522658 heights [with 432000 blocks as a shift in between if considering block time is 6.0s "(60/6)*60*24*30"])# average number of days in a month: 30.437# (60/6.117)*24*60*30.437 = 429909 blocks per month
Expected Behavior:
Both Akash Console and the Bid Engine Script should use the same averageBlockTime value to ensure consistency in pricing calculations. The price displayed on the Akash Console should match the price on Akash CLI. The decision needs to be made which value will be used.
Impact:
While the discrepancy between 6.174 and 6.117 may appear minor, it significantly affects pricing consistency. As a result, users encounter different prices on the Akash Console and Akash CLI, leading to confusion and inaccurate cost estimations.
The text was updated successfully, but these errors were encountered:
Description of the Bug:
There is an inconsistency in the
averageBlockTime
used for calculatinguAKT/block
between Akash Console and the Bid Engine Script. The Akash Console uses6.174
, while the Bid Engine Script uses6.117
. This discrepancy leads to different pricing outcomes on the Akash Console and Akash CLI.Akash Console
apps/api/src/utils/constants.ts
Akash Helm Charts
helm-charts/charts/akash-provider/scripts/price_script_generic.sh
Expected Behavior:
Both Akash Console and the Bid Engine Script should use the same
averageBlockTime
value to ensure consistency in pricing calculations. The price displayed on the Akash Console should match the price on Akash CLI. The decision needs to be made which value will be used.Impact:
While the discrepancy between 6.174 and 6.117 may appear minor, it significantly affects pricing consistency. As a result, users encounter different prices on the Akash Console and Akash CLI, leading to confusion and inaccurate cost estimations.
The text was updated successfully, but these errors were encountered: