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
This release brings greater stability to the relay with Schema updates and initial Ethereum dev tool support.
The schema response formats for Transaction receipt and Logs were updated to match the Ethereum Execution APIs.
The eth_call endpoint logic was expanded to gracefully manage calls where the data field is left empty.
The eth_sendRawTransaction endpoint precheck logic was expanded to ensure the minimum gas requirement is satisfied.
Initial Ethereum tool support was explored with base coverage for Hardhat.
With this smart contracts can be deployed and executed on the Hedera Network by configuring Hardhat to route through the relay.
Deployment metrics coverage was expanded to note the relay operator account_id.
Acceptance and integration test coverage was also increased to provide greater confidence across deployments.
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
-
This release brings greater stability to the relay with Schema updates and initial Ethereum dev tool support.
The schema response formats for Transaction receipt and Logs were updated to match the Ethereum Execution APIs.
The
eth_call
endpoint logic was expanded to gracefully manage calls where the data field is left empty.The
eth_sendRawTransaction
endpoint precheck logic was expanded to ensure the minimum gas requirement is satisfied.Initial Ethereum tool support was explored with base coverage for Hardhat.
With this smart contracts can be deployed and executed on the Hedera Network by configuring Hardhat to route through the relay.
Deployment metrics coverage was expanded to note the relay operator account_id.
Acceptance and integration test coverage was also increased to provide greater confidence across deployments.
Enhancements
Bug Fixes
hedera-local-node
#309eth_getTransactionReceipt
invalid response: hex string instead of uint #302Full Changelog: v0.3.0...v0.4.0
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions