Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Std. Bounties V2 Architecture #8

Open
villanuevawill opened this issue Mar 26, 2018 · 0 comments
Open

Std. Bounties V2 Architecture #8

villanuevawill opened this issue Mar 26, 2018 · 0 comments
Labels
Compatibility Other contract integrations standard bounties v2

Comments

@villanuevawill
Copy link
Collaborator

Opening a thread to begin discussing, researching major changes we will need to implement for Std. Bounties V2.

The new proxy architecture - which is awesome 💯- https://github.com/Bounties-Network/StandardBounties/blob/develop/contracts/inherited/Proxy.sol is going to require some major changes. For example, each bounty will create a proxy contract with its own address.

  • We will need to build a way to listen to all proxy addresses for events as well as the factory https://github.com/Bounties-Network/StandardBounties/blob/develop/contracts/StandardBountiesFactory.sol.
  • We need to track the token inputs and payouts. This gets tricky as the new version supports multiple tokens and multiple recipients for fulfillments. Events cannot pass all this information, so we will most likely have to monitor the contract address for transactions. This brings a lot of questions/challenges to mind.
@villanuevawill villanuevawill added Compatibility Other contract integrations standard bounties v2 labels Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compatibility Other contract integrations standard bounties v2
Projects
None yet
Development

No branches or pull requests

1 participant