v0.157.0 #13769
steven-sheehy
started this conversation in
Releases
v0.157.0
#13769
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 configuration for HIP-1137 has improved to allow separate endpoints for different block node APIs. The wrapped record block (WRB) root hash validation has been relaxed to allow for multiple jump start files as long as they are not TSS signed. We now support initial state changes in a genesis WRB. This can be used by new mirror nodes running against mainnet to get a complete state of pre-genesis accounts, contracts, and files.
This release improves how some null fields are handled on contract result REST APIs. Fields like
chain_id,gas_price, andtypeare only present inEthereumTransactionand not available inContractCallorContractCreatetransactions so historically we would returnnullfor these. Thetypefield will now fallback to type zero transactions if null. The chain ID will now be set to the value of the configuration propertyhiero.mirror.rest.chainIdif null. Operators should ensure this value is set to either0x127(mainnet),0x128(testnet),0x129(previewnet), or0x12a(other). Finally,gas_pricewill display the historical gas rate from the fee schedule at the given timestamp if null.Enhancements
Bug Fixes
RecordFileConsensusTimestampsRecalculateMigration#13656Dependency Upgrades
@grpc/grpc-js from 1.14.3 to 1.14.4 in /tools/log-downloader #13699@google-cloud/logging from 11.2.1 to 11.2.2 in /tools/log-downloader in the dependencies group #13679Deployments
Contributors
Thank you to all the contributors who worked on this release:
@bilyana-gospodinova
@IvanKavaldzhiev
@jnels124
@karthik120710
@martingeorgiev1
@nirbosl
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.157.0.
Beta Was this translation helpful? Give feedback.
All reactions