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