Skip to content

core/solidity: set UUPSUpgradeable as "transpile: false" in set-upgradeable. #660

@Amxx

Description

@Amxx

In packages/core/solidity/src/set-upgradeable.ts make UUPSUpgradeable parent transpile: false.

  • Simplify the produced bytecode, removing the call to __UUPSUpgradeable_init(); that does nothing
  • Change the dependency from UUPSUpgradeable from @openzeppelin/contracts-upgradeable to @openzeppelin/contracts, allowing us to stop transpilling it in the future (its stateless)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions