Balaji Shetty Pachai

Results 16 comments of Balaji Shetty Pachai

@frangio **A few more redundant address zero checks in ERC20 are as follows:** ``` function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) { address owner = _msgSender(); =====> owner...

Perfect, I would love to be part of the development process of `next-v5.0`, could you help me with those tasks, s.t. I can target their completion?

@Amxx Any updates on this?

> How about introducing type-safe bytecode encoding introduced in `0.8.11`? > > `SafeERC20.sol` builds bytecode via `abi.encodeWithSelector` > > ``` > function safeTransfer(IERC20 token, address to, uint256 value) internal {...

@frangio Any guidelines on how to proceed on this or is it been taken care internally?

> A PR is welcome. Our only concern is that for a review we need to know how to check that the change was done exhaustively. Should we also consider...