Skip to content

Commit afa1c86

Browse files
theekrystalleegitbook-bot
authored andcommitted
add v0.64 release notes #149
1 parent 05f0314 commit afa1c86

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

networks/release-notes/services.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@ 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.64
10+
11+
{% hint style="info" %}
12+
**MAINNET UPDATE SCHEDULED: AUGUST 13, 2025**
13+
{% endhint %}
14+
15+
{% hint style="info" %}
16+
**TESTNET UPDATE SCHEDULED: JULY 23, 2025**
17+
{% endhint %}
18+
19+
### [Build 0.64.0](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.64.0)
20+
21+
<details>
22+
23+
<summary><strong>What's Changed</strong></summary>
24+
25+
**Features**
26+
27+
* Make worker loop sleep duration configurable ([#20007](https://github.com/hiero-ledger/hiero-consensus-node/pull/20007))
28+
* Add transaction support for the container environment ([#19941](https://github.com/hiero-ledger/hiero-consensus-node/pull/19941))
29+
* end the stream if block node is too far behind ([#19434](https://github.com/hiero-ledger/hiero-consensus-node/pull/19434))
30+
* replace hashmap with an array to improve performace for ops duration lookups ([#19836](https://github.com/hiero-ledger/hiero-consensus-node/pull/19836))
31+
* Apply EIP-3529 refund limits ([#19769](https://github.com/hiero-ledger/hiero-consensus-node/pull/19769)) ([#19821](https://github.com/hiero-ledger/hiero-consensus-node/pull/19821))
32+
33+
#### Bug Fixes
34+
35+
* remove workflow dispatch inputs when calling integration workflow ([#20046](https://github.com/hiero-ledger/hiero-consensus-node/pull/20046))
36+
* **18458** Pces file writer rollback ([#20038](https://github.com/hiero-ledger/hiero-consensus-node/pull/20038))
37+
* false positive tests used 'numeric contract complex' from numeric validation test ([#19954](https://github.com/hiero-ledger/hiero-consensus-node/pull/19954)) ([#20037](https://github.com/hiero-ledger/hiero-consensus-node/pull/20037))
38+
* resolve issues with the integration trigger workflow ([#20026](https://github.com/hiero-ledger/hiero-consensus-node/pull/20026))
39+
* Restore missing deps, META-INF files ([#20031](https://github.com/hiero-ledger/hiero-consensus-node/pull/20031))
40+
41+
**Full changelog can be found in the** [**repo**](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.64.0)**.**
42+
43+
</details>
44+
945
## Release v0.63
1046

1147
{% hint style="info" %}

0 commit comments

Comments
 (0)