Skip to content

Commit bd888b4

Browse files
theekrystalleegitbook-bot
authored andcommitted
add v0.63 release notes #107
1 parent f1684ca commit bd888b4

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

networks/release-notes/services.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,88 @@ description: Consensus Node release information
66

77
Visit the [Hedera status page](https://status.hedera.com/) for the latest versions supported on each network.
88

9+
## Release v0.63
10+
11+
{% hint style="info" %}
12+
**MAINNET UPDATE SCHEDULED: JULY 19, 2025**
13+
{% endhint %}
14+
15+
{% hint style="info" %}
16+
**TESTNET UPDATE SCHEDULED: JUNE 17, 2025**
17+
{% endhint %}
18+
19+
### [Build 0.63.0](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.63.0)
20+
21+
<details>
22+
23+
<summary><strong>What's Changed</strong></summary>
24+
25+
#### Features
26+
27+
* remove shard/realm negative check in asTokenId ([#19355](https://github.com/hiero-ledger/hiero-consensus-node/pull/19355))
28+
* 8841: Need a way to change the number of object key buckets in MerkleDb ([#18910](https://github.com/hiero-ledger/hiero-consensus-node/pull/18910))
29+
* Support nonzero shard/realm in yahcli sys commands ([#19297](https://github.com/hiero-ledger/hiero-consensus-node/pull/19297))
30+
* remove genesis freeze time ([#19298](https://github.com/hiero-ledger/hiero-consensus-node/pull/19298))
31+
* Bump PBJ version and use Block Stream Publish Service ([#19290](https://github.com/hiero-ledger/hiero-consensus-node/pull/19290))
32+
* overwrite default config converters ([#18617](https://github.com/hiero-ledger/hiero-consensus-node/pull/18617))
33+
* Support nonzero shard/realm in fee and schedule commands ([#19279](https://github.com/hiero-ledger/hiero-consensus-node/pull/19279))
34+
* add throttle for ops duration ([#19053](https://github.com/hiero-ledger/hiero-consensus-node/pull/19053))
35+
* UnitTest of BirthRound Ancient Mode ([#11560](https://github.com/hiero-ledger/hiero-consensus-node/issues/11560)) ([#19252](https://github.com/hiero-ledger/hiero-consensus-node/pull/19252))
36+
* Support accepting/declining rewards in yahcli DAB transactions ([#19255](https://github.com/hiero-ledger/hiero-consensus-node/pull/19255))
37+
* Add ops duration ([#18921](https://github.com/hiero-ledger/hiero-consensus-node/pull/18921))
38+
* limit birth round when freezing ([#19193](https://github.com/hiero-ledger/hiero-consensus-node/pull/19193))
39+
* Enable Birth Rounds as Ancient Threshold ([#19208](https://github.com/hiero-ledger/hiero-consensus-node/pull/19208))
40+
* Implement nonzero shard/realm for yahcli DAB transactions ([#19166](https://github.com/hiero-ledger/hiero-consensus-node/pull/19166))
41+
* Migrate logging validation to `assertThat` for OtterTests ([#19159](https://github.com/hiero-ledger/hiero-consensus-node/pull/19159))
42+
* **18458** Guarantee events are written on pces before handling that round ([#18811](https://github.com/hiero-ledger/hiero-consensus-node/pull/18811))
43+
* stop consensus on freeze ([#18937](https://github.com/hiero-ledger/hiero-consensus-node/pull/18937))
44+
* Yahcli nonzero shard/realm implementations for crypto transfers and sys file updates ([#19063](https://github.com/hiero-ledger/hiero-consensus-node/pull/19063))
45+
* Implement feature flag for gRPC web proxy endpoint ([#19051](https://github.com/hiero-ledger/hiero-consensus-node/pull/19051))
46+
* Implement staking activation with nonzero shard/realm ([#19010](https://github.com/hiero-ledger/hiero-consensus-node/pull/19010))
47+
* Implement fee changes for HIP-991 ([#18991](https://github.com/hiero-ledger/hiero-consensus-node/pull/18991))
48+
* add proper handling for unknown function calls in system contracts ([#18733](https://github.com/hiero-ledger/hiero-consensus-node/pull/18733))
49+
* Capture GRPC/SDK usage metrics ([#18469](https://github.com/hiero-ledger/hiero-consensus-node/pull/18469))
50+
* enable the jumbo transaction feature flag ([#18969](https://github.com/hiero-ledger/hiero-consensus-node/pull/18969))
51+
* enhance logging validation for otter tests ([#18897](https://github.com/hiero-ledger/hiero-consensus-node/pull/18897))
52+
* local deterministic generation ([#18930](https://github.com/hiero-ledger/hiero-consensus-node/pull/18930))
53+
* add debug logs on key places ([#18890](https://github.com/hiero-ledger/hiero-consensus-node/pull/18890))
54+
* Limit the callData field instead of ethereumData ([#18647](https://github.com/hiero-ledger/hiero-consensus-node/pull/18647))
55+
56+
#### Bug Fixes
57+
58+
* Keep node weights in `HintsConstruction` ([#19344](https://github.com/hiero-ledger/hiero-consensus-node/pull/19344))
59+
* Improve error handling when setting auto renew period ([#19303](https://github.com/hiero-ledger/hiero-consensus-node/pull/19303))
60+
* 19319: Improve MerkleDb reconnect / compaction synchronization ([#19321](https://github.com/hiero-ledger/hiero-consensus-node/pull/19321))
61+
* 19301 Updated `StateIdentifier` enum ([#19302](https://github.com/hiero-ledger/hiero-consensus-node/pull/19302))
62+
* **19259** Fix race condition when setting freeze round value ([#19299](https://github.com/hiero-ledger/hiero-consensus-node/pull/19299))
63+
* Fix batch transaction fees ([#19101](https://github.com/hiero-ledger/hiero-consensus-node/pull/19101))
64+
* Correct HapiCryptoCreate staked account ID parsing ([#19283](https://github.com/hiero-ledger/hiero-consensus-node/pull/19283))
65+
* ConcurrentModificationException in InMemoryAppender ([#19266](https://github.com/hiero-ledger/hiero-consensus-node/pull/19266))
66+
* Fix the transactionFee in the record for ConsensusSubmitMessage with custom fees ([#19201](https://github.com/hiero-ledger/hiero-consensus-node/pull/19201))
67+
* Move jumbo transaction size check only at ingest ([#19118](https://github.com/hiero-ledger/hiero-consensus-node/pull/19118))
68+
* Remove default shard and realm constants ([#19123](https://github.com/hiero-ledger/hiero-consensus-node/pull/19123))
69+
* Only use inner results for `BATCH_INNER` dispatches ([#19157](https://github.com/hiero-ledger/hiero-consensus-node/pull/19157))
70+
* Use `CompositeFilter` for console logging ([#19171](https://github.com/hiero-ledger/hiero-consensus-node/pull/19171))
71+
* **19162** Open clause for JMS runtime for junit-extensions ([#19163](https://github.com/hiero-ledger/hiero-consensus-node/pull/19163))
72+
* Decouple shard/realm from hapiTestMisc ([#19083](https://github.com/hiero-ledger/hiero-consensus-node/pull/19083))
73+
* Inner transaction node setting in test-clients ([#19150](https://github.com/hiero-ledger/hiero-consensus-node/pull/19150))
74+
* asTokenId can generate TokenId with negative shard and realm ([#18997](https://github.com/hiero-ledger/hiero-consensus-node/pull/18997))
75+
* Fix error in `TipsetEventCreatorTests` ([#19120](https://github.com/hiero-ledger/hiero-consensus-node/pull/19120))
76+
* Decouple hapiTestSmartContracts shard and realm ([#19077](https://github.com/hiero-ledger/hiero-consensus-node/pull/19077))
77+
* Update to respect 0.2.3-SNAPSHOT max CRS parties ([#19106](https://github.com/hiero-ledger/hiero-consensus-node/pull/19106))
78+
* 19054: Need a way to check if a MerkleDb compaction tasks are running ([#19069](https://github.com/hiero-ledger/hiero-consensus-node/pull/19069))
79+
* Change default `decline_reward` to true for nodes created during genesis ([#19086](https://github.com/hiero-ledger/hiero-consensus-node/pull/19086))
80+
* NoArgsConstructor has duplicated get() method ([#19089](https://github.com/hiero-ledger/hiero-consensus-node/pull/19089))
81+
* Decouple hapiTestToken ([#18985](https://github.com/hiero-ledger/hiero-consensus-node/pull/18985))
82+
* Update Roster Schema isUpgrade check ([#19006](https://github.com/hiero-ledger/hiero-consensus-node/pull/19006))
83+
* add required module to Otter tests test fixtures module info ([#19024](https://github.com/hiero-ledger/hiero-consensus-node/pull/19024))
84+
* Flaky Jumbo transactions tests ([#19015](https://github.com/hiero-ledger/hiero-consensus-node/pull/19015))
85+
* Improve exception handling when payer account is not meeting the specifications ([#18995](https://github.com/hiero-ledger/hiero-consensus-node/pull/18995))
86+
* migrate judge hashes on birth rounds ([#19000](https://github.com/hiero-ledger/hiero-consensus-node/pull/19000))
87+
* Assign nGen for GUI generated events ([#18986](https://github.com/hiero-ledger/hiero-consensus-node/pull/18986))
88+
89+
</details>
90+
991
## Release v0.62
1092

1193
{% hint style="info" %}

0 commit comments

Comments
 (0)