@subql/node-ethereum 2.2.3-2 → 2.5.1-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,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.0] - 2023-06-01
10
+ ### Added
11
+ - add timestamp to ethTransaction (#93)
12
+
13
+ ### Fixed
14
+ - Running projects from IPFS with workers. Update node-core, apply fixes from main sdk (#94)
9
15
 
10
16
  ## [2.2.2] - 2023-05-22
11
17
  ### Changed
@@ -109,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109
115
  - Retry request when encouraging timeout/rate limit behaviours (#9)
110
116
 
111
117
  ## [0.1.0] - 2022-10-31
112
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node/v2.2.2...HEAD
118
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node/2.5.0...HEAD
119
+ [2.5.0]: https://github.com/subquery/subql-ethereum/compare/node/2.2.2...node/2.5.0
113
120
  [2.2.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.2.0.../node/v2.2.2
114
121
  [2.2.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.1.2.../node/v2.2.0
115
122
  [2.1.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.1.0.../node/v2.1.2