Gershon Bialer

Results 8 comments of Gershon Bialer

I see it says you can sell your vote. That is a big deal, but I don't see it in the paper. Essentially, you have an oligarchy with basic income....

I can see you're going for equality of opportunity but not necessarily equality of outcomes. Further, if the votes can be transferred, what prevents inheritance or charismatic leaders convincing people...

The quadratic voting only works if the votes are delegated explicitly through the contract. If the votes are delegated implicitly through an external bot, I don't think you can enforce...

@paulamlb It seems reasonable organizational would have elastic permissions. I think it would be helpful to further specify what rights votes tokens would give. Would you create an organization to...

Is there a good way to test if a signal has been sent with pytest? I tried: ``` class TaskMonitor: def __init__(self): self.tasks_received = 0 self.tasks_started = 0 self.tasks_suceeded =...

@clokep I think I fixed the lint issues.

@clokep I fixed all the lint issues.

Did you merge it? Any issues?