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: add transfer_ownership #1193

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

greged93
Copy link
Contributor

@greged93 greged93 commented Jun 8, 2024

Time spent on this PR: 0.1 day

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Ownership of the Kakarot contract can't be transfered.

Resolves #1192

What is the new behavior?

  • Add transfer of ownership of the contract.
  • Add tests.

This change is Reviewable

@ClementWalter ClementWalter merged commit 50e6e2e into kkrt-labs:main Jun 8, 2024
6 checks passed
greged93 added a commit that referenced this pull request Jun 10, 2024
<!--- Please provide a general summary of your changes in the title
above -->

<!-- Give an estimate of the time you spent on this PR in terms of work
days.
Did you spend 0.5 days on this PR or rather 2 days?  -->

Time spent on this PR: 0.1 day

## Pull request type

<!-- Please try to limit your pull request to one type,
submit multiple pull requests if needed. -->

Please check the type of change your PR introduces:

- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?
Ownership of the Kakarot contract can't be transfered.
<!-- Please describe the current behavior that you are modifying,
or link to a relevant issue. -->

Resolves #1192 

## What is the new behavior?
- Add transfer of ownership of the contract.
- Add tests.

<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1193)
<!-- Reviewable:end -->
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.

feat: add transfer of ownership to Kakarot contract
2 participants