Skip to content

feat: optimize child programs common logic #216

@cusma

Description

@cusma

Currently, we have just one type of child contract (Proposals).

If the Registry has to manage different types of child programs that share most of the logic, we should push that logic into the Registry.

This has some trade-offs:

  • The more the shared logic, the more the Registry program is consumed;
  • The more the shared logic, the less maintenance/modification we have in each child contract.

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