hip-584 evm module #586
Replies: 3 comments 6 replies
-
Would it make sense to specify a gas limit in this HIP or at least allow for projects that have the evm module as a dependency configure a gasLimit? Infura sets a gas limit of 120m so a minimum of that seems sensible for a hardcoded limit. |
Beta Was this translation helpful? Give feedback.
-
Soooooo.. returned data of a state via this mirror'd EVM node .. would that state data returned(at zero 'cost') be 'of value' ie how 'sure' would a caller be that that state value at time of pull, is accurate ie 'true truthed' to the consensus millisecond of the self same state data that is held in the contract on consensus nodes ? I would presume that the degree of confidence caveat at time of pull would be 'to the millisecond of consensus reach at time of pull and within a millisecond of consensus reach derived from a consensus node evm' |
Beta Was this translation helpful? Give feedback.
-
Suggestion: Split Rationale:
|
Beta Was this translation helpful? Give feedback.
-
Encapsulating Hedera smart contract EVM specific logic in a library.
It would expose interfaces that will allow different implementations.
Mirror node would build ethereum-related REST APIs on top of the library.
Mirror nodes could use the library to simulate a transaction and the output would be used to
populate the return value for the REST API that is invoked.
Consensus nodes would also use the library and keep their existing logic by providing specific interface implementations.
Beta Was this translation helpful? Give feedback.
All reactions