v0.111.0 #9036
steven-sheehy
started this conversation in
Releases
v0.111.0
#9036
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release updates the accounts REST API for HIP-540. Immutable keys will now return
null
instead of0x3200
to match the behavior of theCryptoGetInfoQuery
HAPI query.Initial support for HIP-869 dynamic address book was added. The importer can now ingest the new
NodeCreate
,NodeUpdate
, andNodeDelete
HAPI transactions. In this phase, these transactions do not update the address book information the mirror node uses to verify stream files or the data returned via its APIs. The one exception is the newadmin_key
that is used to update the internal mirror node state of the address book, but is not yet exposed via any API.A number of important test improvements were completed. The web3 module continues to see its tests refactored to use a new object oriented wrapper classes to invoke its test contracts. This avoids boilerplate solidity function parameter encoding and makes it easier to debug tests that fail. With the recent swing in hbar price, it became more difficult to choose an appropriate starting balance in hbars for the acceptance test operator account. To solve this, acceptance tests now specify the starting balance in USD and use the exchange rate information to convert it to hbars so it is not impacted by market fluctuations. Finally, the
RecordFileParserPerformanceTest
was updated to support the 10,000 TPS canonical tests we conduct in the performance environment. This lays the groundwork to shift left in our testing and move performance testing into GitHub Actions.Enhancements
RecordFileParserPerformanceTest
#8855Bug Fixes
Dependency Upgrades
@testcontainers
/redis from 10.10.4 to 10.11.0 in /hedera-mirror-rest #8933@testcontainers
/postgresql from 10.10.4 to 10.11.0 in /hedera-mirror-rest #8931@aws-sdk
/client-s3 from 3.620.0 to 3.623.0 in /hedera-mirror-rest #8929@aws-sdk
/client-s3 from 3.614.0 to 3.620.0 in /hedera-mirror-rest #8892Deployments
Contributors
Thank you to all the contributors who worked on this release:
@bilyana-gospodinova
@edwin-greene
@jnels124
@kselveliev
@mgoelswirlds
@nickeynikolovv
@nirbosl
@steven-sheehy
@xin-hedera
@zhpetkov
This discussion was created from the release v0.111.0.
Beta Was this translation helpful? Give feedback.
All reactions