@subql/node-ethereum 2.6.1-1 → 2.6.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
@@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
  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
- ### Unreleased -2023-06-16
7
+ ## [2.6.1] - 2023-06-19
8
8
  ### Added
9
9
  - Support for transaction filter `to: null` (#108)
10
10
 
11
+ ### Fixed
12
+ - Fixed an issue where Node was not working with workers turned on (#106)
13
+
11
14
  ## [2.6.0] - 2023-06-15
12
15
  ### Added
13
16
  - Implement multiple-endpoint improvements from node-core (#102)
@@ -139,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
142
  - Retry request when encouraging timeout/rate limit behaviours (#9)
140
143
 
141
144
  ## [0.1.0] - 2022-10-31
142
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/v2.6.0...HEAD
145
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/v2.6.1...HEAD
146
+ [2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/v2.6.0...node/v2.6.1
143
147
  [2.6.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.3...node/v2.6.0
144
148
  [2.5.3]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.2...node/v2.5.3
145
149
  [2.5.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.1...node/v2.5.2