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/compute sn address #418

Merged
merged 20 commits into from
Oct 16, 2023
Merged

Conversation

Eikix
Copy link
Member

@Eikix Eikix commented Oct 11, 2023

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?

Resolves: #397

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

@Eikix Eikix requested a review from ClementWalter as a code owner October 11, 2023 10:03
Copy link
Member Author

@Eikix Eikix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how to test this, I'd need to be able to deploy EOAs first with Kakarot

Copy link
Contributor

@enitrat enitrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

crates/evm/src/kakarot_core.cairo Outdated Show resolved Hide resolved
crates/evm/src/kakarot_core.cairo Outdated Show resolved Hide resolved
crates/utils/src/traits.cairo Outdated Show resolved Hide resolved
crates/utils/src/traits.cairo Outdated Show resolved Hide resolved
crates/utils/src/traits.cairo Outdated Show resolved Hide resolved
Eikix and others added 5 commits October 12, 2023 16:19
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
@Eikix
Copy link
Member Author

Eikix commented Oct 12, 2023

Thanks for the review siirrrr 🥛🥛🍼🧋

I need a bit more time to write tests for it!

@enitrat
Copy link
Contributor

enitrat commented Oct 12, 2023

bigger tests 🏋️

enitrat
enitrat previously approved these changes Oct 13, 2023
Copy link
Contributor

@enitrat enitrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove prints

Eikix and others added 2 commits October 13, 2023 19:55
Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
@Eikix Eikix requested a review from enitrat October 16, 2023 02:22
Copy link
Contributor

@enitrat enitrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

crates/core_contracts/src/kakarot_core.cairo Show resolved Hide resolved
@enitrat enitrat added this pull request to the merge queue Oct 16, 2023
Merged via the queue into kkrt-labs:main with commit e72a8fd Oct 16, 2023
3 checks passed
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: implement EVM Addresses <=> Starknet address mapping for EOAs
2 participants