v0.55.0 #3630
steven-sheehy
started this conversation in
Releases
v0.55.0
#3630
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release is mainly focused on finishing out our support for HIP-336 Approval and Allowance API for Tokens. We added support for the new
CryptoDeleteAllowance
transaction and removed support for theCryptoAdjustAllowance
transaction that didn't make it into the final design. NFT allowances are tracked at the NFT transfer granularity allowing for up to date allowance information on the mirror node. Current spender information will show up in both/api/v1/accounts/{id}/nfts
and/api/v1/tokens/{id}/nfts
REST APIs. We also added theis_approval
flag to APIs that show transfers.With more developers using computers using Apple's M-series CPUs, it became clear the mirror node needed to support ARM-based architectures to accommodate them. In this release we added multi-architecture Docker images using docker buildx. We now push
linux/amd64
andlinux/arm64
variants to our Google Container Registry. If there's a need for additional operating systems or architectures in the future it can easily be expanded upon.We also updated our GCP Marketplace application to the latest version.
Enhancements
Bug Fixes
Dependency Upgrades
@hashgraph
/proto from 2.2.0 to 2.3.0 in /hedera-mirror-rest/check-state-proof #3559@hashgraph
/proto from 2.2.0 to 2.3.0 in /hedera-mirror-rest #3549Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.55.0.
Beta Was this translation helpful? Give feedback.
All reactions