Daniel Kronovet

Results 95 comments of Daniel Kronovet

@area that was the only one that was consistently failing

>> This is better than hashing both the skill count and the `chainId` together, as `chainId`s remain monotonically increasing per-chain allowing checks for whether a skill exists and not requiring...

@area I've addressed all my own comments. There are a few failing tests but they were failing on your last commit so I'm assuming you haven't gotten to them yet....

@arrenv as I start to work through this, one idea I had would be to introduce a "cooldown window" after the applicant cancels their application and before their stake can...

@arrenv was talking to @area today and he was wondering how this functionality will look for a decentralized user of the dapp. Specifically, user A puts in a stake to...

Following up, perhaps the dapp would show any application data stored on IPFS, and reference the extension to decide which apps to render in the UI.

As an update, my thought in approaching this has been to develop a more generic `UxGate` extension which can be used to implement staking to allow access to various UI...

@arrenv when slashing a stake, would you like to be able to decide whether or not to remove reputation, as well as the stake? I'm thinking of a logic similar...

Currently the stake expenditure extension accepts a flag which optionally slashes reputation, as well as stake. We can copy that implementation over, and you can choose whether or not to...

@jakzilla @arrenv @area @rdig Elaborating on my point at the end of the call, the [current implementation](https://github.com/JoinColony/colonyNetwork/pull/1140/files#diff-ed860c78d6b32d0c8d4f8c141a5bb30ea6ba2631e4a3f194048fd9c540f548b7R340) of `setTokenReputationRate` is 29 lines. Of those, 28 lines are not part of...