steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 99 forks source link

Fix reputation calculation #99

Closed emre closed 6 years ago

emre commented 6 years ago

Aligned with condenser's implementation. https://github.com/steemit/condenser/blob/master/src/app/utils/ParsersAndFormatters.js#L46

To reproduce, pass reputation value as 69739938 (which is an actual reputation value on the network).

It gives 14.5 as rep with the current implementation, after the patch it's 25 as it should be.