v0.121.0 #10122
steven-sheehy
started this conversation in
Releases
v0.121.0
#10122
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Support for HIP-423 long term scheduled transactions was added to the mirror node awhile ago, but with its recent resurrection on consensus nodes we needed to certify our support. This release adds new acceptance tests for validating long term scheduled transactions.
HIP-1056 block stream design was completed for integrating block streams into the mirror node. Next release will see the initial support for block file reading, transformation, and verification.
A new command line tool was written to generate a CSV report of a given account's transfers and resulting balance. While mainly for internal use, it's available on NPM for use by anyone. Let us know of any feedback.
A community member updated the
/api/v1/transactions/{hash}
REST API to add support for thenonce
andscheduled
query parameters. This makes this endpoint consistent with/api/v1/transactions/{transactionId}
which previously supported those parameters.A new
hedera.mirror.web3.throttle.gasUnit
property was added to the web3 module. This property allows operators to set a multiplier to opt-in to throttles higher than one billion gas per second. Another change adjusts the minimum request per second throttle for contract call to allow values as low as 1 request per second, down from the previous minimum of 100 rps. Finally, the error message for gas and request rate limits were changed to make them distinct from each other.A new
hedera.mirror.web3.evm.modularizedServices=false
property was added to the web3 module. This property controls whether the/api/v1/contracts/call
should use the old EVM library or the newly rewritten modularized library. This marks the first time that the modularized code has been integrated enough to execute end to end. The new code flow is still under heavy development and most calls will not work.Enhancements
gasUnit
property to allow greater gas per second throttle #9994ContractCallServicePrecompileReadonlyTest
tests #9929ContractCallContext
#9799MirrorNodeState
init with subcomponents #9793Bug Fixes
Documentation
Dependency Upgrades
@aws-sdk
/client-s3 from 3.721.0 to 3.722.0 in /hedera-mirror-rest #10049@aws-sdk
/client-s3 from 3.717.0 to 3.721.0 in /hedera-mirror-rest #10042@aws-sdk
/client-s3 from 3.712.0 to 3.717.0 in /hedera-mirror-rest #10014@aws-sdk
/client-s3 from 3.705.0 to 3.712.0 in /hedera-mirror-rest #9950Deployments
Contributors
Thank you to all the contributors who worked on this release:
@HarshSawarkar
@Neurone
@bilyana-gospodinova
@edwin-greene
@jnels124
@kselveliev
@nickeynikolovv
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.121.0.
Beta Was this translation helpful? Give feedback.
All reactions