codex-storage / codex-contracts-eth

Ethereum smart contracts for Codex
Other
5 stars 8 forks source link

use SafeERC20 #74

Open 0xb337r007 opened 8 months ago

0xb337r007 commented 8 months ago

requires #73 to be merged before this one.

This PR add the use of safeTransferFrom from SafeERC20 to avoid checking the return values on transfer.

markspanbroek commented 8 months ago

Converted to draft PR, to ensure that it doesn't get merged before #73 is.

markspanbroek commented 8 months ago

Looks like #73 isn't going to be merged for a while. Perhaps you can rebase this PR onto master, so that this PR doesn't get held up?