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 an increase in api response enhancement, testing and deployment.
A large push was made to replace partial implementations with complete logic. Fallback consensus node calls were replaced with Mirror Node calls where possible. Specifically the relay now calls the Mirror Node api/v1/network/fees for gas related information. Precheck capability was also added to help verify nonce correctness of calls.
Testing capability was substantially increased with the addition of many E2E acceptance tests for the relay. Additionally, testing support for a new DApp example was added to give greater confidence of contract interactions that utilize common developer tools. The DApp also serves as an example reference for core scenarios that ETH developers would code against such as wallet connection, HBAR/token transfer and contract state viewing and changing calls. Postman call tests using the newman CLI were also added for versatility.
Metrics were expanded to include more information around client (consensus node and mirror node) calls, as well as support for expense tracking of the relay account.
Deployment enhancement were added to support greater Helm and kubernetes support. Configurations are now picked up by 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 an increase in api response enhancement, testing and deployment.
A large push was made to replace partial implementations with complete logic. Fallback consensus node calls were replaced with Mirror Node calls where possible. Specifically the relay now calls the Mirror Node
api/v1/network/fees
for gas related information. Precheck capability was also added to help verify nonce correctness of calls.Testing capability was substantially increased with the addition of many E2E acceptance tests for the relay. Additionally, testing support for a new DApp example was added to give greater confidence of contract interactions that utilize common developer tools. The DApp also serves as an example reference for core scenarios that ETH developers would code against such as wallet connection, HBAR/token transfer and contract state viewing and changing calls. Postman call tests using the newman CLI were also added for versatility.
Metrics were expanded to include more information around client (consensus node and mirror node) calls, as well as support for expense tracking of the relay account.
Deployment enhancement were added to support greater Helm and kubernetes support. Configurations are now picked up by deployments.
Enhancements
Bug Fixes
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions