v0.134.0 #11600
steven-sheehy
started this conversation in
Releases
v0.134.0
#11600
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.
-
The
/api/v1/contracts/results/{id}/opcodes
REST API now works with the modularized EVM library. Additionally, the debug operation tracer was fixed to support modularized as well.The
hiero.mirror.web3.evm.maxDataSize
property was removed as part of HIP-1086 Jumbo Transaction (see Breaking Changes). Additional k6 performance tests for fungible and non-fungible contract calls were added. A temporary feature flag was added to workaround users receivingINSUFFICIENT_PAYER_BALANCE
in modularized as noted in https://hedera.com/blog/hip-1217-important-updates-to-the-hedera-api-v1-contracts-call-endpoint.A new property
hiero.mirror.importer.endBlockNumber
was added to control when a mirror node should stop ingesting blocks. By default it is unset indicating it will keep processing indefinitely. When set, the mirror node will ingest blocks up to and including the configured end block number. This property is currently only applicable to block streams and block nodes and does not work with record files.Now when running tests, a table usage report will be generated in each module's build directory. This report includes a table grouped by table name and grouped by endpoint. The report will be used to analyze table usage across components and aid in future refactoring efforts.
Breaking Changes
The
hiero.mirror.web3.evm.maxDataSize
property was removed in favor of the consensus node'sjumboTransactions.ethereumMaxCallDataSize
property. As both properties were configured to the same value there should be no impact to users of the/api/v1/contracts/call
REST API. Mirror node operators who have customized the value ofmaxDataSize
should migrate to settinghiero.mirror.web3.evm.properties.jumboTransactions.ethereumMaxCallDataSize=131072
.Enhancements
INSUFFICIENT_PAYER_BALANCE
in modularized #11411Bug Fixes
Documentation
Dependency Upgrades
@testcontainers
/postgresql from 11.0.3 to 11.1.0 in /rest #11528@aws-sdk
/client-s3 from 3.839.0 to 3.842.0 in /rest #11527@testcontainers
/redis from 11.0.3 to 11.1.0 in /rest #11526@aws-sdk
/client-s3 from 3.832.0 to 3.839.0 in /rest #11503Deployments
Contributors
Thank you to all the contributors who worked on this release:
@IvanKavaldzhiev
@bilyana-gospodinova
@filev94
@jnels124
@jwagantall
@kselveliev
@nickeynikolovv
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.134.0.
Beta Was this translation helpful? Give feedback.
All reactions