go-ethereum/accounts
rjl493456442 65a6cc2f1e core/types, core/vm: mark tx execution as failed if error return
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.
2017-06-28 16:07:38 +08:00
..
abi core/types, core/vm: mark tx execution as failed if error return 2017-06-28 16:07:38 +08:00
keystore accounts/keystore, crypto: don't enforce key checks on existing keyfiles 2017-06-01 11:11:06 +03:00
usbwallet accounts/usbwallet: if a confirmation is pending, skip refresh 2017-03-23 17:04:39 +02:00
accounts.go accounts, cmd, internal, node: implement HD wallet self-derivation 2017-02-13 14:00:09 +02:00
errors.go accounts: fix spelling error (#14567) 2017-06-06 09:28:47 +02:00
hd.go accounts, cmd, internal, node: implement HD wallet self-derivation 2017-02-13 14:00:09 +02:00
hd_test.go accounts, cmd, internal, node: implement HD wallet self-derivation 2017-02-13 14:00:09 +02:00
manager.go accounts, cmd, internal, mobile, node: canonical account URLs 2017-02-13 14:00:08 +02:00
url.go Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00