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