v0.85.0 #6554
steven-sheehy
started this conversation in
Releases
v0.85.0
#6554
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the recent testnet reset that occurred on 2023-07-27, a new cloud storage bucket was created to store the stream files generated by the consensus nodes. This release will now use that updated bucket name by default when the network is set to testnet.
There were a few optimizations done specifically for the JSON-RPC Relay in this release that other users might also find useful. The
/api/v1/accounts/idOrAddress
REST API now supports an optionaltransactions
query parameter that when set tofalse
will omit the list of nested transactions. It defaults totrue
to match the previous behavior. If you're not using the transactions from this API please consider setting it tofalse
to reduce the amount of data returned and provide an improved response time for your queries. Additionally, the/api/v1/contracts/results
REST API was updated to include more fields to match the detailed results returned from/api/v1/contracts/results/{id}
.HIP-584 EVM Archive Nodeis adding functionality at a steady pace. This release adds support for the Ethereum Shanghai EVM version that adds a new
PUSH0
opcode. Estimate gas calls that were failing for contract creates over 6 KB were fixed. Much of the focus was on implementing various precompiles including: approve allowance, burn, create, delete allowance, dissociate, grant KYC, revoke KYC, and wipe.Making progress on capturing all state changes, we now keep a history of an account's daily entity stake. In the future, this information will be used to provide an accurate staked amount when looking up an account's historical information using
/api/v1/accounts/{id}?timestamp=
.There were a lot of other bug fixes and small improvements. Please see the release notes below for the full list.
Enhancements
AbstractGrantRevokeKycPrecompile
#6378PrecompilePricingUtils
to work with fee subtypes #6366WipeLogic
#6299DissociatePrecompile
#6291Bug Fixes
Dependency Upgrades
@aws-sdk
/client-s3 from 3.367.0 to 3.370.0 in /hedera-mirror-rest #6399@aws-sdk
/client-s3 from 3.363.0 to 3.367.0 in /hedera-mirror-rest #6358Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.85.0.
Beta Was this translation helpful? Give feedback.
All reactions