Skip to content

Std. Bounties V2 Architecture #8

@villanuevawill

Description

@villanuevawill

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions