decentraland / decentraland/rentals-contract
Evaluate and implement _rent optimization were verify unsafe transfer can be removed
Open
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
The optimization can be found in this branch https://github.com/decentraland/rentals-contract/tree/feat/audit-xc-remove-verify-unsafe-transfer
acceptListing and acceptOffer save ~5k with this change. However, accepting an offer through safeTransfer costs ~4k more.
Keeping track of it in this issue it case we need to implement it
Contributor guide
Assessment
This issue has not been assessed yet.