8.0.0 (2021-08-17)
Bug Fixes
- transfers: validate and pad memo length (edb1e49)
- 🐛 remove ValidatorPrefsWithBlocked def from schema (297f74a)
- remove deprecated PIA and CAA roles (0fe7291)
- temporal fix to ss58 format due const and rpc inconsistency (ddd95a2)
Features
- createGroup method (64c2e14)
- expose the apollo client from root (b4e1507)
- fix test (1c9dc3f)
- getAgents Permissions (13e1f06)
- getGroups method (0a9d003)
- getPermissionGroup method implementation (bbe8451)
- inviteAgent implementation in Permission entity (751fa0a)
- inviteExternalAgent method (daf7073)
- permissionGroup details (7e532aa)
- refactor PermissionGroup to Custom and Known PG entities (f393796)
BREAKING CHANGES
- transfers:
api.transferPolyx
andportfolio.moveFunds
now throw an error if the memo string
is longer than 32 characters