v0.114.0 #9426
steven-sheehy
started this conversation in
Releases
v0.114.0
#9426
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release contains the two new REST APIs for HIP-904 token airdrops. The new
/api/v1/accounts/{sender}/airdrops/outstanding
REST API lists the outstanding airdrops sent by the sender which have not been claimed by recipients. The new/api/v1/accounts/{receiver}/airdrops/pending
REST API lists the pending airdrops that the receiver has not yet claimed. Both of these APIs are still under development and only return fungible token airdrops at this time. In a subsequent release, non-fungible token airdrop support will be added.Our new Citus database saw a lot of performance optimizations enabling us to finally switch our production instances over. The stateproof REST API saw an optimization to reduce the number of partitions it scans. Likewise, the contract APIs
/contracts/{id}/results/logs
,/contracts/results
, and/contracts/logs
were heavily optimized. Finally, the change to populate the next link when the implicit timestamp range was hit also made it in.The long-running effort to refactor the web3 tests to be more maintainable and reduce execution time was completed. In all 10 pull requests were merged to close out this project. This lays the foundation for the next web3 project we're going to tackle: integration of the new modularized consensus node library.
The monitor component now supports TLS connections to consensus nodes. A new
hedera.mirror.monitor.nodeValidation.tls
property was added with a default ofPLAINTEXT
to control this behavior. Set it toBOTH
orTLS
to connect to the consensus node's secure port. Note that this is currently less secure than it should be since we don't verify certificate hash information in the address book due to a limitation in the SDK.Enhancements
/contracts/results
and/contracts/results/logs
in v2 #9342web3j-cli
#9303/contracts/{id}/results/logs
performance in v2 #9282ContractCallServiceERCTokenTest
historical tests #9272OpcodeServiceTest
to use web3j #9221Bug Fixes
Dependency Upgrades
@aws-sdk
/client-s3 from 3.651.0 to 3.651.1 in /hedera-mirror-rest #9371@aws-sdk
/client-s3 from 3.637.0 to 3.645.0 in /hedera-mirror-rest #9296Deployments
Contributors
Thank you to all the contributors who worked on this release:
@IvanKavaldzhiev
@bilyana-gospodinova
@edwin-greene
@jnels124
@kselveliev
@nickeynikolovv
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.114.0.
Beta Was this translation helpful? Give feedback.
All reactions