@subql/node-ethereum 3.8.1 → 3.9.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,11 @@ 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
+ ## [3.9.0] - 2024-03-06
9
+ ### Fixed
10
+ - Add assertion on mismatched blockHash for getLogs and getBlocks (#252)
11
+ - ### Changed
12
+ - Update `@subql/node-core` to 7.4.0
8
13
 
9
14
  ## [3.8.1] - 2024-03-01
10
15
  ### Fixed
@@ -409,7 +414,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
409
414
  ### Added
410
415
  - Init release
411
416
 
412
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.1...HEAD
417
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.0...HEAD
418
+ [3.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.1...node-ethereum/3.9.0
413
419
  [3.8.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.0...node-ethereum/3.8.1
414
420
  [3.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.1...node-ethereum/3.8.0
415
421
  [3.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.0...node-ethereum/3.7.1