[3.2.0] - 2023-10-31
Fixed
- Sync with node-core, fixed modulo block ahead of finalized block issue (#2132)
- Missing dependencies for testing command
Changed
- Use WorkerInMemoryCacheService from node core (#2125)
- Update
@subql/node-core
with latest features and fixes
Added
- Logger now supports negative filters. To use this prefix the logger name with a
-
. E.g--debug="*,-SQL"
(#2133)