v0.162.0 #14177
steven-sheehy
started this conversation in
Releases
v0.162.0
#14177
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Security and bug fixes are the main focus of this release. There's too many to list, but we'll note some highlights. The opcode REST API now limits the amount of memory, stack, storage, and opcodes that it will return in the response. Users will get a special
TRUNCATEDmarker opcode instead of receiving an error. Contract storage look-ups in web3 were also optimized, removing an unbounded per-contract cache that could grow queries quadratically under load. The importer now resolves aliases on HCS transactions.There was some feature work completed as well, including support for HIP-1261 simple fees when calculating gas price in contract REST APIs. HIP-1080 Block Nodes saw streaming improvements and a refactor of block root hashing to use a fixed 16-slot sub Merkle tree.
Support for Kubernetes 1.35 was verified and all Hedera clusters have been upgraded.
Enhancements
maxGasAllowanceconfigurable in debug transactions #14109Bug Fixes
transaction_index=nullfrom contract results endpoints (0.161) #14115transaction_index=nullfrom contract results endpoints #14113Dependency Upgrades
@google-cloud/logging from 12.0.0 to 12.0.1 in /tools/log-downloader in the dependencies group #14091@google-cloud/logging from 11.3.0 to 12.0.0 in /tools/log-downloader in the dependencies group #14054Deployments
Contributors
Thank you to all the contributors who worked on this release:
@bilyana-gospodinova
@IvanKavaldzhiev
@martingeorgiev1
@nirbosl
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.162.0.
All reactions