Skip to content

[Proxy colonies M3] feat: update expenditure balances and payouts to have a chainId property #4233

@bassgeta

Description

@bassgeta

Specification

Story

As a user working with a colony across multiple chains, I want to be able to discernt between expenditure payouts and balances per chain.

Description

Keeping it simple, we need to start separating expenditure balances per chain, and not assume they are all on just 1 chain.
On the block ingestor, look at the getUpdatedExpenditureBalances function. We need to modify it and the schema for ExpenditurePayout and ExpenditureBalance need to include chainId.

Implementation

This issue is complete when...

  • All ExpenditurePayout items now have a chainId
  • All ExpenditureBalance items now have a chainId
  • When updating balances on the block-ingestor, we need to update them on that specific chain

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions