Reverts commits from PR #251 that added the feature to support Pools with more than 128 reserves.
Reason
During development of Solidity UI Helpers, @pol and @katojal noticed this change breaks the current ILendingPool interface for all the deployed Aave Pools, due all those pools where deployed before this breaking change at the DataTypes logic library.
The impact of the breaking change only affected new 3rd party integrations after commits 2b883e4f4318dea02d83e8730e04098e95aab9af and 68d5980f74a7c70eab302077d022e685bdd156fa.
Revert changes
Reason
During development of Solidity UI Helpers, @pol and @katojal noticed this change breaks the current ILendingPool interface for all the deployed Aave Pools, due all those pools where deployed before this breaking change at the DataTypes logic library.
The impact of the breaking change only affected new 3rd party integrations after commits 2b883e4f4318dea02d83e8730e04098e95aab9af and 68d5980f74a7c70eab302077d022e685bdd156fa.