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

dev: code address type model address #1225

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

obatirou
Copy link
Collaborator

@obatirou obatirou commented Jun 26, 2024

Time spent on this PR:

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?

code_address is of type felt

Resolves #1176

What is the new behavior?

code_address is of type model.Address*

Example for unit test test_erc20_transfer
110391 vs 106371
Before:
non-opti

After:
opti


This change is Reviewable

@ClementWalter ClementWalter merged commit 147a996 into kkrt-labs:main Jun 26, 2024
6 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.

dev: is_valid_jumpdest re-computes Starknet Address
2 participants