@subql/node-ethereum 5.1.1-0 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [5.1.1] - 2024-08-16
8
10
  ### Fixed
9
11
  - Empty dictionary v2 response resulting in all blocks within that range being indexed (#336)
10
12
 
13
+ ### Changed
14
+ - Update `@subql/node-core` (#337)
15
+
11
16
  ## [5.1.0] - 2024-08-02
12
17
  ### Added
13
18
  - Suport for network endpoint config providing the ability to set headers and rpc batch sizes (#334)
@@ -538,7 +543,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
538
543
  ### Added
539
544
  - Init release
540
545
 
541
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...HEAD
546
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...HEAD
547
+ [5.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...node-ethereum/5.1.1
542
548
  [5.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.1...node-ethereum/5.1.0
543
549
  [5.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.0...node-ethereum/5.0.1
544
550
  [5.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.3...node-ethereum/5.0.0