@subql/node-ethereum 3.8.0 → 3.8.2-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,12 @@ 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
+ ### Fixed
9
+ - Add assertion on mismatched blockHash for getLogs and getBlocks (#252)
10
+
11
+ ## [3.8.1] - 2024-03-01
12
+ ### Fixed
13
+ - Update `@subql/node-core` to fix Poi generation issue with negative integer, also drop subscription triggers and notifiy_functions
8
14
 
9
15
  ## [3.8.0] - 2024-02-23
10
16
  ### Fixed
@@ -405,7 +411,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
405
411
  ### Added
406
412
  - Init release
407
413
 
408
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.0...HEAD
414
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.1...HEAD
415
+ [3.8.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.8.0...node-ethereum/3.8.1
409
416
  [3.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.1...node-ethereum/3.8.0
410
417
  [3.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.0...node-ethereum/3.7.1
411
418
  [3.7.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.6.0...node-ethereum/3.7.0