-
Notifications
You must be signed in to change notification settings - Fork 325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congrats, this is great work 👏
A few things to revise before merging
cairo/kakarot-ssj/crates/contracts/src/kakarot_core/kakarot.cairo
Outdated
Show resolved
Hide resolved
cairo/kakarot-ssj/crates/contracts/src/test_contracts/test_upgradeable.cairo
Outdated
Show resolved
Hide resolved
- refac: transition to snake_case
- bump OZ's version to 0.18.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, will check why CI fails later but I think we can ignore (unrelated)
Sorry for the late reply. We've been pausing the development of kakarot for now. I'm cognizant that you spent some time doing this PR, so thank you. I will have to close it since I am cleaning a bit the repo and preparing for archival. Archiving the repo will solve issue of people working on stuff while we are not accepting new PRs. |
Time spent on this PR:
2days
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Resolves #1521
What is the new behavior?
Removed custom implementation of ownable, upgradeable and refactor ERC20 contract that were copy from OZ and added OZ contract dependencies.
This change is