MyHush / hush3

Hush: Speak And Transact Freely
https://myhush.org
Other
15 stars 13 forks source link

Fix coinsupply RPC issues #81

Closed leto closed 4 years ago

leto commented 4 years ago

Pirate has some nice new data in their coinsupply:

https://explorer.pirate.black/api/coinsupply

DenioD commented 4 years ago

These stats are allready in our Code. The problem is atm, that our Blockheight confuse the rpc. Mostly because our supply and blockheight doesnt match, because of the 500.000 Blocks before we hardfork to KMD codebase.

leto commented 4 years ago

@DenioD thanks for this clue, that helps. Marking this as a bug now

leto commented 4 years ago

The issue is that coinsupply looks for at least 1 year worth of blocks if it will return additional data, and we don't have that on our new mainnet yet. Problem will fix itself in April :smiley_cat: