What's Changed
- Add
isTestnet
flag from config service by @iamacook in #1093 - Clear transaction from cache immediately upon deletion by @iamacook in #1092
- Catch and log cache clearing failures after deletion by @iamacook in #1094
- Remove floating promises by @iamacook in #1095
- Return 204 for deletion of non-existent accounts by @fmrsabino in #1098
- Add
owners/:ownerAddress/safes
endpoint for all Safes on all chains by @iamacook in #1097 - Remove edit email code TTL constraint by @fmrsabino in #1100
- Add Zerion Balances provider by @hectorgomezv in #1096
- Adjust supported currencies by @hectorgomezv in #1099
- Unify network requests parameters on BalanceApi implementations by @hectorgomezv in #1103
- Extract Verification Code table by @fmrsabino in #1101
- Clear notification_types contents on tests execution by @hectorgomezv in #1104
- Rename account-repository.service.ts to account.repository.ts by @fmrsabino in #1105
- Move AccountDoesNotExistError to domain by @fmrsabino in #1106
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.21.0 by @dependabot in #1107
- build(deps): bump @nestjs/cli from 10.3.0 to 10.3.1 by @dependabot in #1108
- build(deps-dev): bump husky from 9.0.7 to 9.0.10 by @dependabot in #1109
- build(deps): bump redis from 4.6.12 to 4.6.13 by @dependabot in #1110
- build(deps-dev): bump @types/node from 20.11.5 to 20.11.16 by @dependabot in #1111
- Add
chainLogoUri
field from config service by @iamacook in #1102 - Add route to retrieve email address by @fmrsabino in #1116
Full Changelog: v1.25.0...v1.26.0