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 gestResOperandRelocatable method #131

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

zmalatrax
Copy link
Collaborator

@zmalatrax zmalatrax commented Aug 7, 2024

Closes #129

  • Refactored the initial getResOperandValue() to getResOperandSegmentValue(); a common logic method returning a SegmentValue
  • Created getResOperandValue() (resp. getResOperandRelocatable()) which calls getResOperandSegmentValue() and enforce the returned value to be a Felt (resp. a Relocatable).

@zmalatrax zmalatrax merged commit e133561 into main Aug 7, 2024
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: extract Relocatable from ResOperand
2 participants