status-im / open-bounty

Enable communities to distribute funds to push their cause forward.
https://openbounty.status.im/
GNU Affero General Public License v3.0
118 stars 36 forks source link

Standardbounties contract use #326

Open arash009 opened 6 years ago

arash009 commented 6 years ago

This issue is to track the setup and use of the StandardBounties.sol contract into Open Bounty instead of the current multisig.

arash009 commented 6 years ago

https://github.com/status-im/StandardBounties

GitHub
status-im/StandardBounties
StandardBounties - Smart Contracts in Solidity to serve as a Standard for Bounties for EVM dApps
stellarmagnet commented 6 years ago

Hello there, I am wondering if there is a rough ETA for when this may occur? We are going to be working on an integration and want to plan around it

martinklepsch commented 6 years ago

@stellarmagnet I wouldn't want to give an ETA at this point but this definitely is a priority. Could you let us know what kind of integration you're intending to build?

stellarmagnet commented 6 years ago

hi @martinklepsch the details are in the paper linked here: https://github.com/aragon/nest/pull/24

arash009 commented 6 years ago

Hi @stellarmagnet for the moment its looking unlikely for the current version of the standardbounties contract to be used in Open Bounty. We are looking at a revised smart contract that would meet our user's current requirements.

Can you identify any particular needs that planning app will have to make sure we capture those (the whitepaper is definitely very interesting and something we are experimenting with as well - from a process perspective, so would be keen to learn together on this)

stellarmagnet commented 6 years ago

Hi @arash009 sorry for the late reply.

We plan on still utilizing Status Open Bounty for the initial planning app integration.

One thing that we would like (that I'm not even sure Standard Bounties is capable of) is for it to be possible to add bounties to an issue, where the token is a "yet-to-be-minted" non-transferrable token that a DAO owns and can mint on a continuous basis. These non-transferable tokens are merit-like tokens. It may be later used to calculate reputation and/or voting privileges.

It's likely we will also want to support multiple token bounties, where it can be a combination of transferable tokens and non-transferable ones.

Let me know what your thoughts are