go-ethereum/internal
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
..
build .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
cmdtest swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
debug all: update light logs (and a few others) to the new model 2017-03-03 11:41:52 +02:00
ethapi core/types, core/vm: mark tx execution as failed if error return 2017-06-28 16:07:38 +08:00
guide all: update license information 2017-04-14 10:29:00 +02:00
jsre internal/jsre/deps: ensure that go generate produces no changes 2017-03-07 12:38:46 +01:00
web3ext whisperv5: integrate whisper and add whisper RPC simulator 2017-06-15 11:53:15 +02:00