v0.11.0
🚀 Features
- Create API to get group API Config - by @saleel (c0ff4)
- Integrate iron session - by @cedoor (c7b53)
- Add api for updating reputation criteria - by @saleel (d06eb)
- Add API to add members manually - by @saleel (2ee51)
- Change updateGroups from PUT to PATCH - by @saleel (9c9a1)
- Create initial github oauth flow - by @cedoor (7f94f)
- Create new controller for reputation groups - by @cedoor (92ee8)
- Add fingerprint duration in the api, dashboard and libs - by @vplasencia (a4105)
- Create new api to generate new api key - by @cedoor (b347d)
- @privacy-scaling-explorations/api:
- Make api to get group data public - by @cedoor (83a3a)
- Remove the data folder every time the development server starts - by @vplasencia (9c077)
- Update fingerprint when tree depth is changed - by @vplasencia (a4a40)
- Integrate twitter reputation flow - by @cedoor (92379)
- Add new api to remove groups - by @cedoor (0fded)
- @privacy-scaling-explorations/api-sdk:
- Add new functions - by @vplasencia (6d4b2)
- @privacy-scaling-explorations/contracts:
- Add merkle tree history - by @vplasencia (84536)
- @privacy-scaling-explorations/dashboard:
- Add api-sdk library - by @vplasencia (fddec)
- @privacy-scaling-explorations/reputation:
- Init reputation lib - by @cedoor (f5906)
- Add new util function to check parameter types - by @cedoor (1fce9)
- Add twitter-followers validator - by @cedoor (49257)
- Add utility functions for testing - by @cedoor (5bf70)
- Add new validator - by @cedoor (c1878)
- Add new github validator - by @cedoor (76310)
- Add new twitter validator - by @cedoor (4b0a2)
🐞 Bug Fixes
- Make apiKy column nullable - by @saleel (c9dbd)
- Fix api validation when adding member - by @saleel (9f7b2)
- Lint fix - by @saleel (52b09)
- Use dashboardUrl for SIWE - by @saleel (f3299)
- Move siwe package to /api - by @saleel (c1e03)
- Update incompatible ethers version - by @saleel (af4ff)
- @privacy-scaling-explorations/api:
- @privacy-scaling-explorations/api-sdk:
- Update api base url - by @vplasencia (8f83b)
- Update remove member function - by @vplasencia (26c78)
- @privacy-scaling-explorations/client:
- @privacy-scaling-explorations/contracts:
- Remove onlyOwner in getFingerprintCreationDate - by @vplasencia (fb464)
- @privacy-scaling-explorations/dashboard:
- Fix NewGroup button disabled for off-chain - by @saleel (1780a)
- Make type as on optional parameter - by @cedoor (eb97a)
- Set correct types path - by @cedoor (9a7fd)
- Lint errors - by @cedoor (7428b)
- Update add member by reputation url - by @vplasencia (ea08c)
- Set unique group key - by @cedoor (dd31e)
- Avoid setting auth status twice - by @cedoor (0f994)
- Add provider url for localhost - by @vplasencia (9dbb2)
- @privacy-scaling-explorations/reputation: