mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Motivation:
Current problem with gas estimation is not all cases is correct
using gas metrics, e.g. in the frontier contract deploys can fail without
consuming all gas due to have not enough gas to store contract code.
So a `failed` flag is useful which can detect the vm execution
status.
In Addition:
the `Reverted` flag has been removed, since it is too sensitive to
insert addtional field to it.
|
||
|---|---|---|
| .. | ||
| build | ||
| cmdtest | ||
| debug | ||
| ethapi | ||
| guide | ||
| jsre | ||
| web3ext | ||