-
Notifications
You must be signed in to change notification settings - Fork 2
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
Introducing transferFrom
function summary on dAIMock
#58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I requested some changes, pertaining to adding side conditions to the rule. Please let me know if I have misunderstood anything.
0cca72e
to
3f78a0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Thanks for addressing the comments.
This PR adds the summarized rules regarding the program execution. The rule presented in this PR summarizes the function of
transferFrom
function ondAIMock
.By summarizing this function, we save 1265 steps.
(Without it, the program took 19055 steps, and after implementing it, the program took 17790 steps)
Wall Time to execute 1000
testSwapSingleHopExactAmountIn
summarized:main
branch:0.176s
0.170s
Wall Time to execute 1000
testSwapSingleHopExactAmountIn
without any summarization:0.269s