Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update uninitialized_account constructor #863

Closed
enitrat opened this issue Aug 22, 2024 · 0 comments · Fixed by #862
Closed

feat: update uninitialized_account constructor #863

enitrat opened this issue Aug 22, 2024 · 0 comments · Fixed by #862
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@enitrat
Copy link
Collaborator

enitrat commented Aug 22, 2024

Feature Request

Describe the Feature Request

Following #862 the constructor arguments passed when deploying a contract no longer represent the expected ones.

Update the implementation of this contract to delegate the call to the initialize method of the account class.

reference:

https://github.com/kkrt-labs/kakarot/blob/65e333a0d3475e81b0a6367b0f00561c763da0a0/src/kakarot/accounts/uninitialized_account.cairo#L22-L45

@enitrat enitrat added enhancement New feature or request good first issue Good for newcomers labels Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant