Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

implement LT opcode #221

Merged
merged 3 commits into from
Sep 6, 2023
Merged

implement LT opcode #221

merged 3 commits into from
Sep 6, 2023

Conversation

glihm
Copy link
Contributor

@glihm glihm commented Aug 28, 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: #5

What is the new behavior?

  • Implement LT opcode during workshop.
  • exec_lt returns 1 if a < b, returns 1. Otherwise, 0.

Does this introduce a breaking change?

  • Yes
  • No

@glihm glihm requested a review from ClementWalter as a code owner August 28, 2023 22:20
@enitrat
Copy link
Contributor

enitrat commented Sep 4, 2023

Hey @glihm I hope you had a good flight back home :) Let me know if you can finish this one soon

@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Snapshot Comparison Report:

No changes in gas consumption.

@glihm
Copy link
Contributor Author

glihm commented Sep 4, 2023

Hey @glihm I hope you had a good flight back home :) Let me know if you can finish this one soon

Hey @enitrat sorry for the delay mate.
I've actualized the commit with suggestion + taking what's in the main to have something consistent. Please let me know anything that is missing, I'll update it. 👍

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

@Eikix Eikix added this pull request to the merge queue Sep 6, 2023
Merged via the queue into kkrt-labs:main with commit 9910dd9 Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: implement 0x10 - LT opcode
5 participants