OpenZeppelin / ethernaut

Web3/Solidity based wargame
MIT License
2k stars 684 forks source link

Leaderboard not fetching results properly (Sepolia) #710

Closed jdetychey closed 6 months ago

jdetychey commented 8 months ago

Hi folks, It seems like the leaderboard is failing to pick up some contributions. Please see the following addresses for example:

When looking for one of those addresses on the leaderboard page https://ethernaut.openzeppelin.com/leaderboard (while connected to Sepolia), the leaderboard doesn't show any record for those addresses.

renbou commented 8 months ago

Seems like the leaderboard update script simply doesn't work anymore: https://github.com/OpenZeppelin/ethernaut-leaderboard/actions

jdetychey commented 8 months ago

For the context, I gave a solidity course to ~50 students and got them to ethernaut. This is may have spammed the script.

renbou commented 8 months ago

Seems more like the problem is due to Goerli deprecation - I've created a PR with a fix, waiting for the maintainers: https://github.com/OpenZeppelin/ethernaut-leaderboard/pull/18

GianfrancoBazzani commented 6 months ago

This Issue should be solved