merkleplant

Results 3 issues of merkleplant

The function `decreaseLiquidity` in the `INonfungiblePositionManager` has a faulty `@param` field. The documentation states: `[...] amount The amount by which liquidity will be decreased, [..]` (see [here](https://github.com/Uniswap/v3-periphery/blob/main/contracts/interfaces/INonfungiblePositionManager.sol#L149)). However, the field...

good first issue

The average computation in the `Select.sol` library can overflow because the average is computed with `(a + b) / 2` (see [here](https://github.com/ampleforth/ampleforth-contracts/blob/master/contracts/lib/Select.sol#L29)). An overflow would be caught by Open Zeppelin's...

# Hidden unbounded loop in function call due to storage to memory copy ## Severity Which severity would you assign to this Issue? - [X] Gas Optimization - [ ]...