v0.14.0 of the Hedera JSON RPC Relay enhances support for subgraph by adding examples, documentation, tests and CI/CD workflow improvements. A new configuration parameter for using TLS at the network transport layer has been added. The getLogs
call has been enhanced to allow for multiple addresses. Lastly, we've reduced the number of calls by returning results from available data vs making an extra call for eth_getTransactionReceipt
and removed an unnecessary call in getLogEvmAddress
as an issue in mirror node was addressed.
There were also several bug fixes involving the format of the results of the getStorageAt
call and the retrieval of past event/ordering in the getLog
call.
Enhancements
- Add subgraph GitHub workflow and update the Readme #780
- Configmap fix env from change #767
- Issue490/postman testing addition #759
- Add a test values yaml for chart #745
- Add a test values yaml for chart #743
- Add config support for SDK transport security #741
- Update the subgraph example #737
- Add config support for SDK transport security #727
- Edit acceptance tests to work with >= 0.32.0 network node image #720
- eth_getLogs - add support for multiple addresses #719
- Bump Test Images version #718
- Add a github workflow for subgraph tests #709
- Add smoke tests for subgraph examples #708
- Add extended ERC20/ERC721 and Gravatar subgraph examples #706
- Use
evm\_address
of recently deployed contracts to populate the transaction receipt result #683 - Remove eth.getLogEvmAddress() #672
Bug Fixes
- Pad slot value on comparison #770
- Pad slot value on comparison #769
- Events not returned on getPastEvents call #750
- Return 32 byte 0 on empty state_changes array #738
- Handle empty state_changes array in contract details #733
- Failed to send/recv
storage
err=GetStorage() when testing with Foundry #732 - Events not returned on getPastEvents call #711
- eth_getLogs returns block in descending order instead of ascending #699
Dependency Upgrades
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /dapp-example #760
- Bump minimatch, recursive-readdir and
@synthetixio
/synpress in /dapp-example #725
Contributors
Thank you to all the contributors who worked on this release:
@Ivo-Yankov, @dependabot[bot], @dimitrovmaksim, @georgi-l95, @lukelee-sl, @natanasow, and @rustyShacklefurd
Full Changelog: https://github.com/hashgraph/hedera-json-rpc-relay/compare/v0.13.0...v0.14.0