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.7.0 of the JSON RPC Relay brings improvements in the areas of troubleshooting, transaction precheck and scenario test coverage.
Troubleshooting of calls sees an improvement with the addition of the request-id to the call response. Developers can now take the request-id in an error response and use it to trace the logs through out the relay stack trace.
The Hedera Javascript SDK dependency was bumped to v2.18.0, with it bringing a fix regarding contract local queries. Relay accounts should now see more appropriate charges for local calls. Other minor dependency packages were also updated.
With upcoming token management precompile features the relay has added the 1st set of coverage support tests to help showcase HIP 514 function usage in local-node scenarios.
An improvement to the account balance precheck was added to handle scenarios where the account does not exist on the Hedera network. In this case the response highlights the issue to developers.
IERC20 approval allowance test coverage was added to showcase E2E usage of the redirect precompile flow.
Postman API tests saw a bug correction in which the eth_getBalance test was using the incorrect endpoint.
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.7.0 of the JSON RPC Relay brings improvements in the areas of troubleshooting, transaction precheck and scenario test coverage.
Troubleshooting of calls sees an improvement with the addition of the request-id to the call response. Developers can now take the request-id in an error response and use it to trace the logs through out the relay stack trace.
The Hedera Javascript SDK dependency was bumped to v2.18.0, with it bringing a fix regarding contract local queries. Relay accounts should now see more appropriate charges for local calls. Other minor dependency packages were also updated.
With upcoming token management precompile features the relay has added the 1st set of coverage support tests to help showcase HIP 514 function usage in
local-node
scenarios.An improvement to the account balance precheck was added to handle scenarios where the account does not exist on the Hedera network. In this case the response highlights the issue to developers.
IERC20 approval allowance test coverage was added to showcase E2E usage of the redirect precompile flow.
Postman API tests saw a bug correction in which the
eth_getBalance
test was using the incorrect endpoint.Enhancements
Bug Fixes
Dependency Upgrades
Full Changelog: v0.6.0...v0.7.0
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions