v0.142.0 #12334
steven-sheehy
started this conversation in
Releases
v0.142.0
#12334
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.
-
Support for HIP-1299 node account ID updates was finalized in this release. When a node updates their account ID, it will now be reflected instantly in all APIs including the
getNodesgRPC API, the/network/statusRosetta API, and the/api/v1/network/nodesREST API.We now include support for HIP-1215 generalized scheduled contract calls. The importer was adapted to handle scheduled contract calls that can be triggered in isolation without another unrelated user transaction preceding it. The latest consensus node library v0.68 was integrated, bringing with it support for the new system contracts defined in HIP-1215. This includes the
scheduleCall,scheduleCallWithPayer,executeCallOnPayerSignature,deleteSchedule, andhasScheduleCapacityfunctions defined inIHederaScheduleService.HIP-1056 block streams continues to see progress with support for calculating the ethereum transaction hash and reconstructing the contract bytecode added. A large number of other bugs were addressed as a result of our differential testing.
The code base now integrates the JSpecify standard. JSpecify provides standard nullability annotations and static code analysis tools to help reduce the use of nulls in your code. Existing null annotations from javax, Jakarta, Spring, findbugs, etc. were converted to the equivalent JSpecify annotation. The Gradle build was updated to integrate NullAway which will fail the build if a potential
NullPointerExceptionis detected. Currently it's set to assume null by default as we work towards a non-null by default throughout the code base.Enhancements
Bug Fixes
Dependency Upgrades
@testcontainers/redis from 11.7.1 to 11.7.2 in /rest #12283@aws-sdk/client-s3 from 3.913.0 to 3.917.0 in /rest #12282@testcontainers/postgresql from 11.7.1 to 11.7.2 in /rest #12279@fetch-mock/jest from 0.2.17 to 0.2.18 in /tools/mirror-report #12277@hashgraph/proto from 2.22.0 to 2.24.0 in /rest #12231@hashgraph/proto from 2.23.0 to 2.24.0 in /rest/check-state-proof #12230@aws-sdk/client-s3 from 3.908.0 to 3.913.0 in /rest #12228Deployments
Contributors
Thank you to all the contributors who worked on this release:
@bilyana-gospodinova
@IvanKavaldzhiev
@jnels124
@martingeorgiev1
@nirbosl
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.142.0.
Beta Was this translation helpful? Give feedback.
All reactions