Bug Fixes
- Blocking sleep in an async context by @Mirko-von-Leipzig in #177
- Spinning busy-loop by @kkovaacs in #174
- This will reduce cpu usage by quite a bit
- Deprecated database columns not dropped by @Mirko-von-Leipzig in #182
Features
- Support Alchemy endpoint by @Mirko-von-Leipzig in #180
- Automatic retry with exponential backoff on non-fatal gateway errors by @CHr15F0x in #178
- Improve installation instructions by @kaboosan in #175
- Add Rust version check and improve readme by @Mirko-von-Leipzig in #185
Internal
- Use dependency injection for sync status by @kkovaacs in #172
- tokio-console support (non-default feature) by @kkovaacs in #179
- remove get block from gateway loop by @Mirko-von-Leipzig in #184
New Contributors
Full Changelog: v0.1.2-alpha...v0.1.3-alpha