Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Create a new instance from older package version #1283

@orenyodfat

Description

@orenyodfat

app.sol enable creating a contract instance according to package name .
this will give always the latest implementation version of the specific package.

what will be the recommended approach to enable creating a contract instance from an older package versions ?

options:

  • versioning via the package name - each package has its own version- not nice.
  • bypass app.sol create function. get the package contract to get the specific provider for the require version.
  • add version field to app.sol create function.

latest option seems to be cleaner.

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