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.3.0 brings large transaction, improved in relay prechecks and expanded acceptance tests with ERC 20 support.
The release continues on the goal to provide strong foundational functionality for the relay and make initial steps towards optimal features.
The eth_sendRawTransaction endpoint now supports large transactions (usually seen with contract deplyment) that exceed the Hedera transaction size support.
The eth_feeHistory endpoint was updated to use the mirror node APIs more completely, this moves away from the static logic initially provided.
Multiple prechecks (chainId, balance, gas) were added to reduce the latency between a users submission of transactions that would not make it to consensus and their reported status, this also reduces the load on the network and thus operator expense.
Initial updates were made to increase response schema compliance with the eth execution apis schema.
Logging and metrics have seen continued improvements with an attempt to increase log readbility and capture operator balance changes over time across transactions and queries.
Multiple deployment related changes were added to increase Helm deployment and configuration support.
A large push was also made to increase test coverage by the additon of service node mocking integration tests and a suite of ERC20 acceptance tests.
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.3.0 brings large transaction, improved in relay prechecks and expanded acceptance tests with ERC 20 support.
The release continues on the goal to provide strong foundational functionality for the relay and make initial steps towards optimal features.
The
eth_sendRawTransaction
endpoint now supports large transactions (usually seen with contract deplyment) that exceed the Hedera transaction size support.The
eth_feeHistory
endpoint was updated to use the mirror node APIs more completely, this moves away from the static logic initially provided.Multiple prechecks (chainId, balance, gas) were added to reduce the latency between a users submission of transactions that would not make it to consensus and their reported status, this also reduces the load on the network and thus operator expense.
Initial updates were made to increase response schema compliance with the eth execution apis schema.
Logging and metrics have seen continued improvements with an attempt to increase log readbility and capture operator balance changes over time across transactions and queries.
Multiple deployment related changes were added to increase Helm deployment and configuration support.
A large push was also made to increase test coverage by the additon of service node mocking integration tests and a suite of ERC20 acceptance tests.
Enhancements
erc20.spec.ts
totokens.spec.ts
to includeHTS
tokens #280erc20.spec.test
#231blocks
andtransaction
#230Bug Fixes
ethers
tx submission does not work #227Full Changelog: v0.2.0...v0.3.0
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions