Skip to content

Commit

Permalink
Merge pull request #4461 from harmony-one/dev
Browse files Browse the repository at this point in the history
Release Candidate 2023.2.4 - HIP28 hardfork schedule
  • Loading branch information
ONECasey committed Jul 3, 2023
2 parents 7ad50af + 4a69714 commit c7a63ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ var (
AllowlistEpoch: EpochTBD,
LeaderRotationExternalNonBeaconLeaders: EpochTBD,
LeaderRotationExternalBeaconLeaders: EpochTBD,
FeeCollectEpoch: EpochTBD,
ValidatorCodeFixEpoch: EpochTBD,
FeeCollectEpoch: big.NewInt(1535), // 2023-07-20 05:51:07+00:00
ValidatorCodeFixEpoch: big.NewInt(1535), // 2023-07-20 05:51:07+00:00
}

// TestnetChainConfig contains the chain parameters to run a node on the harmony test network.
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG GOPATH_DEFAULT=/root/go
ARG SRC_PATH=src/github.com/harmony-one

FROM golang:1.18-bullseye as builder
FROM golang:1.19-bullseye as builder

ARG GOPATH_DEFAULT
ARG SRC_PATH
Expand Down

0 comments on commit c7a63ba

Please sign in to comment.