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
With the addition of hollow accounts by HIP-583, we want relayers to be able to specify the allowance they are willing to give for the costs of hollow account creation. Due to security reasons, the currently existing max_gas_allowance field cannot be used for this purpose.
Solution
Add a new field for additional non-gas costs allowance in EthereumTransactionBody definition.
The text was updated successfully, but these errors were encountered:
Description
With the addition of hollow accounts by HIP-583, we want relayers to be able to specify the allowance they are willing to give for the costs of hollow account creation. Due to security reasons, the currently existing
max_gas_allowance
field cannot be used for this purpose.Solution
Add a new field for additional non-gas costs allowance in
EthereumTransactionBody
definition.The text was updated successfully, but these errors were encountered: