@subql/node-ethereum 6.0.4 → 6.0.6-0

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,6 +5,15 @@ 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
+ ### Changed
9
+ - Update `@subql/node-core` (#383)
10
+
11
+ ### Added
12
+ - Support for ERC-4844 fields and added transaction type filter (#383)
13
+
14
+ ## [6.0.5] - 2025-05-08
15
+ ### Changed
16
+ - Update `@subql/node-core` with fix for worker queues
8
17
 
9
18
  ## [6.0.4] - 2025-05-01
10
19
  ### Changed
@@ -628,7 +637,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
628
637
  ### Added
629
638
  - Init release
630
639
 
631
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.4...HEAD
640
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.5...HEAD
641
+ [6.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.4...node-ethereum/6.0.5
632
642
  [6.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.3...node-ethereum/6.0.4
633
643
  [6.0.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.2...node-ethereum/6.0.3
634
644
  [6.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/6.0.1...node-ethereum/6.0.2