Be careful
This update splits EthereumEvent
table into ERC20Transfer
and ERC721Transfer
. Depending on how big is your table migration can take a while (it will be performed by the worker on the first run).
What's Changed
- Bump gnosis-py[django] from 3.5.2 to 3.5.3 by @dependabot in #440
- Bump django-environ from 0.8.0 to 0.8.1 by @dependabot in #441
- Bump faker from 9.5.0 to 9.5.2 by @dependabot in #442
- Use postgres 14 by @Uxio0 in #438
- Add task to index ERC events for Safes out of sync by @Uxio0 in #437
- Fix module transactions address by @Uxio0 in #446
- Change price oracle priority by @Uxio0 in #448
- Add Olympus deployments by @eabz in #450
- Refactor ethereum events by @Uxio0 in #451
- Bump docutils from 0.17.1 to 0.18 by @dependabot in #456
- Bump faker from 9.5.2 to 9.7.1 by @dependabot in #455
- Bump factory-boy from 3.2.0 to 3.2.1 by @dependabot in #454
- Do migrations on the worker by @Uxio0 in #458
- Fix coveralls by @Uxio0 in #457
- Set version 3.4.0 by @Uxio0 in #459
New Contributors
Full Changelog: v3.3.5...v3.4.0