Skip to content

Commit

Permalink
[release] 20240716 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 16, 2024
1 parent 99b1d59 commit 4f5331a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.7.3] - 2024-07-16
### Fixed
- Fix dockerfile missing set timezone to UTC (#329)

## [4.7.2] - 2024-07-11
### Fixed
- Update with `node-core`, change `getFinalizedHeight` to `getFinalizedHeader`. Fix indexer could stall due to rpc finalized height could be smaller than previous result. (#2487)
- Update with `node-core`, change `getFinalizedHeight` to `getFinalizedHeader`. Fix indexer could stall due to rpc finalized height could be smaller than previous result. (#328)

## [4.7.1] - 2024-07-10
### Fixed
Expand Down Expand Up @@ -514,7 +518,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.2...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.3...HEAD
[4.7.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.2...node-ethereum/4.7.3
[4.7.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.1...node-ethereum/4.7.2
[4.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.0...node-ethereum/4.7.1
[4.7.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.6.0...node-ethereum/4.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build stage
FROM node:18-alpine as builder

ENV TZ utc
# Set working directory
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "4.7.2",
"version": "4.7.3",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down

0 comments on commit 4f5331a

Please sign in to comment.