@subql/node-ethereum 3.1.2-0 → 3.1.2

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,9 +5,14 @@ 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
+
9
+ ## [3.1.2] - 2023-11-01
8
10
  ### Fixed
9
11
  - Unfinalized blocks not working with Cronos (#193)
10
12
 
13
+ ### Changed
14
+ - Update `@subql/node-core` with fixes and support for endBlock feature (#195)
15
+
11
16
  ## [3.1.1] - 2023-10-25
12
17
  ### Fixed
13
18
  - Fix crash when creating new dynamic datasources
@@ -299,7 +304,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299
304
  ### Added
300
305
  - Init release
301
306
 
302
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...HEAD
307
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.2...HEAD
308
+ [3.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...node-ethereum/3.1.2
303
309
  [3.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...node-ethereum/3.1.1
304
310
  [3.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...node-ethereum/3.1.0
305
311
  [3.0.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...node-ethereum/3.0.6