@subql/node-ethereum 3.1.0 → 3.1.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.1.1] - 2023-10-25
10
+ ### Fixed
11
+ - Fix crash when creating new dynamic datasources
12
+
9
13
  ## [3.1.0] - 2023-10-20
10
14
  ### Added
11
15
  - Inject in-memory cache to sandbox
@@ -19,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
23
 
20
24
  ## [3.0.5] - 2023-10-17
21
25
  ### Fixed
22
- - Update
26
+ - Update
23
27
  - Dictionary validation error causing application exit (#2101)
24
28
  - Auto queue flush getting the queue into a bad state (#2103)
25
29
  - Fix getCache could not been cleared after reindex, and could have been re-used and lead to error, such as syncPoi
@@ -293,7 +297,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
293
297
  ### Added
294
298
  - Init release
295
299
 
296
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...HEAD
300
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.1...HEAD
301
+ [3.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.1.0...node-ethereum/3.1.1
297
302
  [3.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...node-ethereum/3.1.0
298
303
  [3.0.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...node-ethereum/3.0.6
299
304
  [3.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.4...node-ethereum/3.0.5