v0.141.0 #12299
steven-sheehy
started this conversation in
Releases
v0.141.0
#12299
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.
-
This release includes progress on a number of HIPs. First up, we have HIP-1261 Simple Fees. A new experimental gRPC
getFeeEstimateAPI was added that returns a stubbed response. This alpha API is not intended to be used in production as it's not fully implemented and just returns dummy data. Developers can use this API to start integrating against with the expectation that it will be fully implemented in the near future.HIP-1299 Node Account ID Refinements for Dynamic Address Book saw initial work completed. The importer now detects node transactions with a changed node account ID and persists the updated value. The REST API will now reflect this updated node account ID immediately instead of waiting for the next consensus node upgrade. In the next release, a similar change will be made to the gRPC and Rosetta APIs.
HIP 1195 Hiero hooks saw initial database and domain work completed. The next release will add persistence and a new hook REST API.
HIP-1056 Block streams continues to make progress every release. We finalized the integration of the major protobuf changes in consensus node v0.65+ by integrating intermediate topic message trace data. A bug was addressed around linking scheduled transactions and its triggering transaction.
The
/api/v1/network/exchangerateAPI was rewritten from JavaScript to Java. Besides a cleaner, more maintainable implementation, it shows a major performance boost. Our testing shows it went from 850 requests per second to 18,000 requests per second as a result of this change. The JavaScript API will persist for another release as we finalize testing on the new API.Enhancements
Bug Fixes
NullPointerExceptiononresetThrottlesUnconditionally()#12145Dependency Upgrades
@aws-sdk/client-s3 from 3.901.0 to 3.908.0 in /rest #12181@aws-sdk/client-s3 from 3.896.0 to 3.901.0 in /rest #12144@testcontainers/postgresql from 11.6.0 to 11.7.1 in /rest #12138@testcontainers/redis from 11.5.1 to 11.7.1 in /rest #12136Deployments
Contributors
Thank you to all the contributors who worked on this release:
@ashumahajan
@bilyana-gospodinova
@IvanKavaldzhiev
@jnels124
@martingeorgiev1
@nickeynikolovv
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.141.0.
Beta Was this translation helpful? Give feedback.
All reactions