Blockrazor / blockrazor

Absolutely ALL information about EVERY blockchain project in a comparison tool that ANYONE can understand. Administered by @gazhayes
Mozilla Public License 2.0
48 stars 55 forks source link

problem: new curency bounty does not reset until new currency approved #718

Closed gsovereignty closed 6 years ago

gsovereignty commented 6 years ago

Problem: at present, the add currency bounty is reset upon approval of a new currency.

This is going to lead to a situation where the bounty keeps climbing while people add heaps of currencies, then it's going to reset a bunch of times as a maintainer (moderator) merges (approves) these new currencies.

Possible solution: it's probably better to reset the bounty whenever someone submits a new currency instead of when that new currency is actually approved.

I don't know though. Doing it this way would perhaps require some extra action or warnings on the addcoin page to reduce the ratio of correct vs incorrect currency additions. Maybe someone has some other ideas.

anbud commented 6 years ago

Changing when the bounty is reset is an easy fix (requires just changing a few lines), but I'm not sure about what's the smartest solution to this one. I agree, currently, bounty values can go quite high, but, if we reset the bounty when the currency is added (not approved) it could lead to constant small bounty values and users could spam incorrect new currencies just to lower the bounty.

When I implemented this one, my idea was that moderators would act quickly enough (as we would have many moderators), quicker than users adding new currencies, so that this shouldn't cause issues. Then again, I'm not sure if that would be feasible in early stages.

gsovereignty commented 6 years ago

OK. I think we should just reset it upon submission.

We can work out some extra steps later to make sure the submissions are generally correct and can't be fooled.

anbud commented 6 years ago

I'll take it.

anbud commented 6 years ago

Done in #728.