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

Optimize: Reduce ERC721 Transfer Gas #123

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thorseldon
Copy link
Contributor

  • For Borrow: Transfer ERC721 directly to LendPoolLoan;
  • For Repay: Transfer ERC721 directly to Borrower;

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (636b8f6) 90.86% compared to head (8985f34) 90.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
- Coverage   90.86%   90.64%   -0.23%     
==========================================
  Files          35       35              
  Lines        2694     2694              
  Branches      417      420       +3     
==========================================
- Hits         2448     2442       -6     
- Misses        246      252       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thorseldon thorseldon changed the title [WIP]Optimize: Reduce ERC721 Transfer Gas Optimize: Reduce ERC721 Transfer Gas Feb 19, 2024
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.

1 participant