Skip to content

feat!: refactor Core subcontract & macro to allow for static methods#194

Open
willemneal wants to merge 3 commits intomainfrom
feat!/refactor_admin
Open

feat!: refactor Core subcontract & macro to allow for static methods#194
willemneal wants to merge 3 commits intomainfrom
feat!/refactor_admin

Conversation

@willemneal
Copy link
Collaborator

  • Admin not stored as Address and not custom type
  • redeploy renamed to upgrade to make upgradability SEP
  • Allow static methods in subcontracts. This way the constructor doesn't require the reference self. This will useful for any methods which don't require an instance.

- Admin not stored as Address and not custom type
- `redeploy` renamed to `upgrade` to make upgradability SEP
- Allow static methods in subcontracts. This way the constructor doesn't require the reference self. This will useful for any methods which don't require an instance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant