@subql/node-ethereum 4.7.2 → 4.7.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.7.3] - 2024-07-16
10
+ ### Fixed
11
+ - Fix dockerfile missing set timezone to UTC (#329)
12
+
9
13
  ## [4.7.2] - 2024-07-11
10
14
  ### Fixed
11
- - Update with `node-core`, change `getFinalizedHeight` to `getFinalizedHeader`. Fix indexer could stall due to rpc finalized height could be smaller than previous result. (#2487)
15
+ - Update with `node-core`, change `getFinalizedHeight` to `getFinalizedHeader`. Fix indexer could stall due to rpc finalized height could be smaller than previous result. (#328)
12
16
 
13
17
  ## [4.7.1] - 2024-07-10
14
18
  ### Fixed
@@ -514,7 +518,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
514
518
  ### Added
515
519
  - Init release
516
520
 
517
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.2...HEAD
521
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.3...HEAD
522
+ [4.7.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.2...node-ethereum/4.7.3
518
523
  [4.7.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.1...node-ethereum/4.7.2
519
524
  [4.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.0...node-ethereum/4.7.1
520
525
  [4.7.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.6.0...node-ethereum/4.7.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",