@subql/node-ethereum 2.5.1 → 2.5.3-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
@@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.5.2] - 2023-06-07
10
+ ### Fixed
11
+ - Sync with node-core 2.4.4, fixed various issue for mmr
12
+
9
13
  ## [2.5.1] - 2023-06-02
10
14
  ### Fixed
11
15
  - Sync with node-core 2.4.3, fixed mmr missing node due to cache lock
16
+
12
17
  ### Added
13
18
  - Added parsed tx logs and decode (#97)
14
19
 
@@ -39,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
44
 
40
45
  ## [2.1.2] - 2023-05-12
41
46
  ### Changed
42
- - Sync fix with
47
+ - Sync fix with
43
48
  - Fix app could fail to start, due to flush before metadata repo been set (#73)
44
49
 
45
50
  ## [2.1.0] - 2023-05-11
@@ -121,8 +126,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
126
  - Retry request when encouraging timeout/rate limit behaviours (#9)
122
127
 
123
128
  ## [0.1.0] - 2022-10-31
124
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.1...HEAD
125
- [2.5.1]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.0...v2.5.1
129
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.2...HEAD
130
+ [2.5.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.1...node/v2.5.2
131
+ [2.5.1]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.0...node/v2.5.1
126
132
  [2.5.0]: https://github.com/subquery/subql-ethereum/compare/node/2.2.2...node/2.5.0
127
133
  [2.2.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.2.0.../node/v2.2.2
128
134
  [2.2.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.1.2.../node/v2.2.0