ethereum-org-website
ethereum-org-website copied to clipboard
Bug bounty main leaderboard doesn't sum EL + CL
Describe the bug
Points in the top leaderboard are not summed across EL + CL (e.g. Martin has bugs on both sides but just shows his EL total):

To Reproduce Steps to reproduce the behavior:
- Go to https://ethereum.org/en/bug-bounty/
- See error
Expected behavior
Top leaderboard should combine EL + CL scores.
Screenshots
See above
Desktop (please complete the following information):
All
Smartphone (please complete the following information):
All
Additional context
Stems from recent updates to merge bounty programs: #6021
We query this data from 2 separate data files using GraphQL: https://github.com/ethereum/ethereum-org-website/blob/dev/src/pages/bug-bounty.js#L825 So I imagine we'd have to write some logic to merge those data sources together in the component
Want to contribute?
We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
Would love to take this!
Thanks @andyGallagher, I've assigned you ❤️ Please feel free to ping here or on Discord if you need anything here.
This issue is stale because it has been open 45 days with no activity.
Closing this out - solved in https://github.com/ethereum/ethereum-org-website/pull/6739. Thanks @andyGallagher!