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

fix(gas): lookup row 1 #344

Merged
merged 1 commit into from
Sep 13, 2024
Merged

fix(gas): lookup row 1 #344

merged 1 commit into from
Sep 13, 2024

Conversation

lorenzogentile404
Copy link
Contributor

No description provided.

Signed-off-by: Lorenzo Gentile <lorenzogentile404@gmail.com>
@@ -103,7 +103,7 @@
;; though: it still asserts "smallness" so that it
;; should filter out MXPX induced out of gas exceptions.
(defconstraint asserting-the-gas-cost-is-nonnegative (:guard FIRST)
(call-to-LT 1 ;; row shift parameter
(call-to-LEQ 1 ;; row shift parameter
Copy link
Collaborator

Choose a reason for hiding this comment

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

😁 Was that the root cause of all the tests blowing up ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They are still running, but it seems so.

Copy link
Collaborator

@OlivierBBB OlivierBBB left a comment

Choose a reason for hiding this comment

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

LGTM

@OlivierBBB OlivierBBB merged commit 749b130 into master Sep 13, 2024
3 checks passed
@OlivierBBB OlivierBBB deleted the fix/gas-lookup branch September 13, 2024 14:32
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.

2 participants