#### Type <!-- - Select a type of issue --> - [X] Enhancement - [ ] Maintenance - [ ] Refactor #### Description <!-- - Describe the problem and why this task is needed. --> To make slow sybil attacks of the DAO more expensive, do not allow purchasing less than `maxLambdaPurchase` #### Definition of Done <!-- - How do you know when this issue is completed? - List acceptance criteria, bullet points are always preferred. --> - [x] ElasticDAO.join no longer accepts a `_deltaLambda` value - [x] ElasticDAO.join is updated to use `maxLambdaPurchase` as the value of `_deltaLambda` - [x] Tests are updated accordingly