Releases: harmony-one/harmony
Mainnet Release 2023.2.5
Mainnet Release v2023.2.5
The release contains a few new changes related to syncing (#4452)
Mainnet Release 2023.2.4
The released version: v2023.2.4-0-gc7a63bab
v2023.2.4 (for year 2023, hardfork number 2, release 4) is a mandatory update containing a hardfork expected to be activated at epoch 1535 (block 44630016) happening around 2023-07-20 05:51 UTC. All node runner (explorer and validator) are required to upgrade before that date.
The hardfork will activate two features :
- HIP28-v2b with 50% of fees to go into a community multisig wallet : https://snapshot.org/#/harmony-mainnet.eth/proposal/0x5aa26f3aed23ab3ce751cbc885bc8574f4f3e2d65784339401645803d56892b4
- #4381 Allow validator address interaction with smart contract
What's Changed
- scripts: restore install_build_tools.sh by @MaxMustermann2 in #4457
- Release Candidate 2023.2.3 by @ONECasey in #4458
- internal/params: schedule HIP28 and val code fix by @MaxMustermann2 in #4456
- [ops] Harmony Dockerfile go1.19 upgrade by @sophoah in #4460
- Release Candidate 2023.2.4 - HIP28 hardfork schedule by @sophoah in #4461
Full Changelog: v2023.2.2...v2023.2.4
Mainnet Release 2023.2.2
Mainnet Release v2023.2.2
Non mandatory upgrade.
Typed cache & Node cleanup. (#4409)
core, internal/configs: HIP28-v2 fee collection (#4410)
Minor: removed time.Sleep from tests. (#4412)
Mainnet Release Candidate 2023.1.2 (#4376) (#4414)
chore: merge main into dev (#4415)
internal/params: set validator code fix hard forks (#4413)
internal/params: schedule HIP28v2 + val code fix (#4416)
Dev fix conflicts. (#4417)
Remove dockerfile hardcoded version numbers (#4418)
Fix concurrent map access. (#4421)
add inspectdb to cli (#4426)
fix beacon-ness in legacy sync (#4428)
Use Header instead Block. (#4424)
Sync dev with main branch ( v2023.2.1 hotfix ) (#4435)
Feature: generating protoflles with docker. (#4427)
fix stream log issue, replace print log error with warning (#4433)
hmy: Gas Price Oracle improvements (#4436)
change cache folder in sync and move it under data folder (#4438)
Consensus: reduce consensus initialization steps. (#4387)
Fixed race errors in downloader & consensus (#4442)
Fix panic. (#4440)
Snapshot integration and add cache to statedb (#4419)
Consensus: removed double initialization. (#4404)
Rebase dev to current main (#4443)
Fix compile error. (#4444)
Fixed bug with storing already cancelled context. (#4445)
build: update base distribution in Travis (#4451)
[github action] build and push harmony proto docker image (#4453)
rpc: add net_listening function (#4446)
The released version: v2023.2.2-0-g3d8d4557
Mainnet Release 2023.2.1
Mainnet Release v2023.2.1
This is not a mandatory upgrade for existing validator. New validator or existing validator who downloaded the DB from a recent rclone will require this version.
The released version: v2023.2.1-0-g6577b0bd
What's Changed
- internal/params: un-schedule mainnet hard forks by @MaxMustermann2 in #4420
- [hotfix] fix code hash conflicts by @GheisMohammadi in #4431
Full Changelog: v2023.2.0...v2023.2.1
Mainnet Release 2023.2.0
Mainnet Release v2023.2.0
The released version: v2023.2.0-0-g01691fd3
Do not install that version
What's Changed
- consensus: replace type assert with test by @MaxMustermann2 in #4398
- Turn pprof default on with local saved files by @JackyWYX in #3894
- Revert "Turn pprof default on with local saved files" by @ONECasey in #4400
- Release Candidate 2023.2.0 ( dev -> main ) by @ONECasey in #4399
Full Changelog: v2013.1.3...v2023.2.0
Mainnet Release 2023.1.3
Mainnet release v2023.1.3
The released version: v2013.1.3-0-g941a92b7
What's Changed
- Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0 by @dependabot in #4364
- Bump github.com/ipld/go-ipld-prime from 0.9.0 to 0.19.0 by @dependabot in #4365
- Bump golang.org/x/net from 0.3.0 to 0.7.0 by @dependabot in #4367
- Mainnet Release Candidate 2023.1.2 by @ONECasey in #4376
- build: update pinned curl version by @MaxMustermann2 in #4394
Full Changelog: v2023.1.1...v2013.1.3
Mainnet Release 2023.1.1
Mainnet release v2023.1.1
Harmony binary is actually the same as v2023.1.0.
This release fix the build for the docker image : #4354
The released version: v2023.1.1-0-gb2e50e69
Mainnet Release 2023.1.0
Mainnet Release v2023.1.0
v2023.1.0 (for year 2023, harfork number 1, release 0) is the latest and mandatory update containing a hardfork expected to be activated at epoch 1323 (block 37683200) happening around Wed 8 Feb 11:30PM UTC. All node runner (explorer and validator) are required to upgrade before that date.
The hardfork mainly feature Native ONE Cross-Shard transfer precompile allowing the use of metamask to send ONE from one shard to another.
This version is the same as v4.3.14 and hence detail changes can be found in the previous release:
- https://github.com/harmony-one/harmony/releases/tag/v4.3.14.rc3
- https://github.com/harmony-one/harmony/releases/tag/v4.3.14-rc2
Note docker version is not available yet and will be updated as soon as possible.
The released version: v2023.1.0-0-g09dba416
Mainnet Release Candidate 4.3.14.rc3
Mainnet Release Candidate 4.3.14.rc2
What's Changed
- [feat] collect txns fees to a specific account by @peekpi in #4265
- Removed legacy syncing peer provider. by @Frozen in #4260
- Remove blockchain dependency from engine. by @Frozen in #4310
- Bump github.com/aws/aws-sdk-go from 1.30.1 to 1.33.0 by @dependabot in #4325
- Bump github.com/btcsuite/btcd from 0.21.0-beta to 0.23.2 by @dependabot in #4327
- Release Candidate: dev -> main by @ONECasey in #4319
- Release Candidate hotfix: dev -> main by @ONECasey in #4333
Pull Requests
#4318 - Rebase dev branch to current main branch
#4302 - Add openssl compatibility on m2 chips using darwin
#4311 - [dumpdb] ensure each cross link is dumped
#4315 - bump libp2p to version 0.24.0 and update its dependencies and relevant tests
#4307 - Fix for consensus stuck.
#4316 - staged dns sync v1.0
#4276 - add description for closing client and change randomize process
#4320 - Small fixes and code cleanup for network stack.
#4322 - Fix not disable cache in archival mode.
#4324 - Feature registry
#4284 - Slash fix
#4328 - Rebase dev with AWS SDK hotfixes
#4334 - [cmd] update year version
#4335 - chore(build): upgrade golang to 1.19
#4336 - [build] github action update
#4337 - chore(build): fix protoc-gen-go to v1.26.0
#4338 - fix config migration issue
New Contributors
- @dependabot made their first contribution in #4325
Full Changelog: v4.3.13...v4.3.14-rc