@subql/node-ethereum 2.5.0 → 2.5.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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.5.1] - 2023-06-02
10
+ ### Fixed
11
+ - Sync with node-core 2.4.3, fixed mmr missing node due to cache lock
12
+ ### Added
13
+ - Added parsed tx logs and decode (#97)
14
+
9
15
  ## [2.5.0] - 2023-06-01
10
16
  ### Added
11
17
  - add timestamp to ethTransaction (#93)
@@ -33,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
39
 
34
40
  ## [2.1.2] - 2023-05-12
35
41
  ### Changed
36
- - Sync fix with `node-core@2.1.3`
42
+ - Sync fix with
37
43
  - Fix app could fail to start, due to flush before metadata repo been set (#73)
38
44
 
39
45
  ## [2.1.0] - 2023-05-11
@@ -115,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115
121
  - Retry request when encouraging timeout/rate limit behaviours (#9)
116
122
 
117
123
  ## [0.1.0] - 2022-10-31
118
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node/2.5.0...HEAD
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
119
126
  [2.5.0]: https://github.com/subquery/subql-ethereum/compare/node/2.2.2...node/2.5.0
120
127
  [2.2.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.2.0.../node/v2.2.2
121
128
  [2.2.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.1.2.../node/v2.2.0