colonyNetwork icon indicating copy to clipboard operation
colonyNetwork copied to clipboard

Investigate colony creation bundling

Open kronosapiens opened this issue 2 years ago • 3 comments

- Stage 1
    - Bundle 1:
        - Create Colony
        - Create Token
        - Assign Token
        - Mint Token
        - Claim Tokens
        - OneTxPayment Extension
        - Expenditures Extension
    - Bundle 2:
        - Create Colony
        - Assign Token
        - OneTxPayment Extension
        - Expenditures Extension
- Stage 2
    - Bundle 3:
        - Multisig only
    - Bundle 4:
        - Governance only
    - Bundle 5:
        - Multisig + Governance
- Stage 3
    - Bundle 6:
        - Airdropping tokens or just reputation

kronosapiens avatar Jun 23 '22 02:06 kronosapiens

Assuming it works with Etherrouters (which I believe it should), a Multicall-esque implementation should be our preference here.

area avatar Jul 01 '22 10:07 area

The feat/multicall branch now exists with the first tentative steps for this.

area avatar Aug 01 '22 13:08 area