-
Notifications
You must be signed in to change notification settings - Fork 123
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
refactor(stdlib): send()
costs less gas
#1800
Conversation
Tests for new function will be added in next commit. For now I just want @novusnota @anton-trunov @Gusarich (And anyone who is interested) to look at this function, maybe this can be optimized even more. |
|
send()
costs less gas
I've reordered the fields of SendParameters in the docs, and since this isn't a breaking change I didn't add a note. The note will be added as per #1771 on the Assembly functions page |
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.
LGTM
conflicts with |
Needs |
@Shvandre you also need to update the improved escrow tests |
Issue
Closes #1770 .
Closes #1820 .
Checklist