[5.0.1] - 2023-09-28
Fixed
- Update apollo-links to 1.0.2, fix dictionary resolver failed to get token issue
- Use test runs as unit for tests instead of entity checks (#1957)
- Handle APIs in connection pool whose initialization failed (#1970)
- Fix generated operation hash with single entity, buffer did not get hashed issue.
- Infinite recursion in setValueModel with arrays (#1993)
- Fix health checks for Networks that produce batched blocks (#2005)
- Update
@willsoto/nestjs-prometheus
version to5.4.0
(#2012) scaleBatchSize
referring to itself instead of config (#2018)- Set default startBlock of datasources to 1 (#2019)
- Use round-robin worker load balancing with memory constraint consideration (#2029)
Changed
- Move more code from node to node-core. Including configure module, workers (#1797)
- Update api service generics to support multiple block types (#1968)
- UnfinalizedBlocksService: make private methods protected to allow custom fork detection (#2009)
- Update fetching blocks to use moving window rather than batches (#2000)