Daniel Kronovet

Results 95 comments of Daniel Kronovet

I'm having a similar question when reading about authentication -- seems like authentication doesn't occur when a user updates their local version of the db, but rather occurs redundantly whenever...

Hi @sidgrao I had a similar issue. My mistake was adding `/slack/install` to the redirect URI list on the app management website. Only the redirect URL should go there.

Leaving this here for future reference: https://forum.openzeppelin.com/t/advanced-gsn-gsnbouncersignature-sol/1414

@area I don't follow your comment about Hybrid Voting -- the vote passes if every sub-vote passes (see [here](https://github.com/JoinColony/colonyNetwork/pull/915/files#diff-e15a0dda45e1020927e5bb043189b30679b55c32c7b539cbe99e20d0192caf5aR282)).

Following on the [discussion](https://discord.com/channels/562263648173555742/826083486187520010/879428827300900894) in #product-private, we will proceed by disabling the fast-forward functionality for token & hybrid votes, on the grounds that these votes are intended to be infrequent...

This PR has been updated with the feature changes we've discussed and is ready for review. I would suggest not doing anything about external escalation until later on, once we've...

If we're going to have many simultaneous installations, we can likely provide an "is managed" lookup via a `extensionAddress => isOfficial` mapping, but probably not a "give me extension" lookup,...

@arrenv to clarify, is this feature meant to give both tokens and reputation, or reputation only?

@arrenv I'm not sure I understand this distinction. I had imagined an implementation where tokens are sent to the bootstrapping extension, which then sends tokens & reputation to the user....

@arrenv if there are insufficient tokens available, should the user receive the amount available, or should the function return an error? I ask because the implementation I'm considering involves transferring...