You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.6.0 brings eth_getStorageAt and eth_getCode endpoint updates, with additional focus on ETH dev tool documentation and performance testing.
The eth_getStorageAt was implemented with logic to retrieve the storage value at a given slot from the Mirror Node. This effort was done in advance to support inquiries of state once traceability information flows through the Mirror Node.
The eth_getCode endpoint was also updated to retrieve info from the Mirror Node first with the consensus node serving as a back up.
A trace id in the format of a UUID was added to help the tracing of requests through the relay. In this way relay runners can map a call through all components of the relay to help debugging efforts.
Documentation across all the ETH dev tools (truffle, web3js etc) were updated to provide clear instructions on how ETH devs may hook their tools to the Hedera network through the relay.
Support for the k6 performance testing tool was added. With this relay operators can now simulate a range of virtual users and calls against their endpoints to perform load testing and verify performance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
v0.6.0
bringseth_getStorageAt
andeth_getCode
endpoint updates, with additional focus on ETH dev tool documentation and performance testing.The
eth_getStorageAt
was implemented with logic to retrieve the storage value at a given slot from the Mirror Node. This effort was done in advance to support inquiries of state once traceability information flows through the Mirror Node.The
eth_getCode
endpoint was also updated to retrieve info from the Mirror Node first with the consensus node serving as a back up.A trace id in the format of a UUID was added to help the tracing of requests through the relay. In this way relay runners can map a call through all components of the relay to help debugging efforts.
Documentation across all the ETH dev tools (truffle, web3js etc) were updated to provide clear instructions on how ETH devs may hook their tools to the Hedera network through the relay.
Support for the k6 performance testing tool was added. With this relay operators can now simulate a range of virtual users and calls against their endpoints to perform load testing and verify performance.
Enhancements
Bug Fixes
eth_getBlockByNumber
response sometimes has transactions with missing required values #417Full ChangeLog: v0.5.0...v0.6.0
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions