v0.113.0 #9309
steven-sheehy
started this conversation in
Releases
v0.113.0
#9309
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Full ingest support for the new HIP-904 token airdrop transactions was implemented. In the future, two new airdrop REST APIs will be added to support querying for outstanding and pending airdrops.
A major focus of this release was to finalize our Citus database integration. Transaction state proof performance was optimized by reducing the set of partitions to scan for multiple tables. A similar optimization when querying the
record_file
table improved the performance of multiple contract results and logs APIs. The biggest change in terms of time and data was a reworking of the transaction table indexes for Citus that improved the performance of/api/v1/accounts/{id}
and/api/v1/transactions?account.id
when low volume accounts were searched. The entity list endpoints like/api/v1/accounts
,/api/v1/contracts
, etc. saw an increase to their max age to offload their response to CDNs at the cost of some staleness in data.As mentioned last release, the web3 tests continue to see a large refactoring effort. This release closes 14 tasks associated with the project and will should be fully complete in the near future.
Enhancements
/contracts/{id}/results/logs
performance in v2 (0.113) #9284web3j-cli
existence before installation #9224ContractCallServiceERCTokenTest
delegate transfer #9163ContractCallServiceERCTokenTest
negative scenarios #9137ContractCallEvmCodesHistoricalTests
to use web3j #9134ContractCallServiceTest
#9092ContractCallServiceTest
#9076ContractCallServiceTest
#9075ContractCallServiceERCTokenTest
modification functions #9040ContractCallServicePrecompileTest
#9022Bug Fixes
Dependency Upgrades
@testcontainers
/postgresql from 10.12.0 to 10.13.0 in /hedera-mirror-rest #9213@testcontainers
/redis from 10.12.0 to 10.13.0 in /hedera-mirror-rest #9212@aws-sdk
/client-s3 from 3.633.0 to 3.637.0 in /hedera-mirror-rest #9150@testcontainers
/redis from 10.11.0 to 10.12.0 in /hedera-mirror-rest #9148@testcontainers
/postgresql from 10.11.0 to 10.12.0 in /hedera-mirror-rest #9147Deployments
Contributors
Thank you to all the contributors who worked on this release:
@IvanKavaldzhiev
@bilyana-gospodinova
@edwin-greene
@jascks
@jnels124
@kselveliev
@mgoelswirlds
@nathanklick
@nickeynikolovv
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.113.0.
Beta Was this translation helpful? Give feedback.
All reactions