merit
merit copied to clipboard
Leaderboard does not show all wallets
Describe the issue
Leaderboard shows only one wallet on each place. If more wallets have same score, only one of them can be found in leaderboard.
Can you reliably reproduce the issue?
On block 436122 like this:
- find zero balance wallet e.g.
MRBNdavWcoRsE6DP9VzSA4qrtfNs25sEP8
- check rank of the wallet with
getaddressrank '{"addresses": ["MRBNdavWcoRsE6DP9VzSA4qrtfNs25sEP8"]}'
(13184 now on this block) - run
getaddressleaderboard 20000
to show whole leaderboard - check 13184th place, there is another wallet (
MNPd1JPUdEeykEWaygboKjiyRg1fJ58Zr8
now)
Expected behaviour
I would expect to find my wallet in leaderboard.
Actual behaviour
My wallet is eventually not found in leaderboard if it's on the same place as some other wallet.
What version of merit-core are you using?
0.7.0
@disifi Thanks for reporting this. I'm sorry for the delay in addressing the issue. We have plans to improve the leaderboard functionality, but it's not part of our near-term roadmap.
I'll keep you posted here.