v0.110.0 #8919
steven-sheehy
started this conversation in
Releases
v0.110.0
#8919
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HIP-968 adds the ability to query for tokens by name. The
/api/v1/tokens
endpoint gains a newname
query parameter that returns one or more tokens that match a subset of the token name. Searches are case insensitive and can match any part of the name. Note that it cannot be combined with theaccount.id
ortoken.id
parameters and pagination is not supported.HIP-1008 adds a
transaction.hash
query parameter to/api/v1/contracts/results/logs
. This makes it easier for Ethereum tools like Hardhat and Metamask to retrieve transaction receipts for HTS operations.HIP-869 dynamic address book continues in this release. The design was updated for the new
admin_key
field and support was added for the newNodeCreate
,NodeUpdate
andNodeDelete
transactions.Upgrading
This release requires the pg_trgm PostgreSQL extension be installed to support querying for tokens by name. Failure to install the extension before upgrading the mirror node will cause the importer to fail on startup. First, verify with your SQL provider that it supports the
pg_trgm
extension. Then run the following SQL should be ran on themirror_node
database by its owner:Enhancements
Deployments
section to the release notes #8803/api/v1/tokens
#8789OpcodeTracer
#8650/api/v1/contracts/results/logs
to support querying by transaction hash #8649Bug Fixes
ip_address_v4
#8851Dependency Upgrades
@testcontainers
/redis from 10.10.3 to 10.10.4 in /hedera-mirror-rest #8818@testcontainers
/postgresql from 10.10.3 to 10.10.4 in /hedera-mirror-rest #8811@aws-sdk
/client-s3 from 3.609.0 to 3.614.0 in /hedera-mirror-rest #8768@testcontainers
/redis from 10.10.1 to 10.10.3 in /hedera-mirror-rest #8767@testcontainers
/postgresql from 10.10.1 to 10.10.3 in /hedera-mirror-rest #8766Deployments
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.110.0.
Beta Was this translation helpful? Give feedback.
All reactions