openethereum/ethcore
Tomasz Drwięga 1ac1224cd3 Fix : trace_filter does not return failed contract creation ()
currently trace_filter can't return failed contract creation transaction
but trace_block can query the failed contract creation transaction.it
because the logic of parity-ethereum/ethcore/src/trace/types/filter.rs
Line 109 in 9982eba
```
 _ => false
```

this patch correct the logic:
```
 _ => self.to_address.matches_all()
```

Signed-off-by: Deshi Xiao <xiaods@gmail.com>
2019-01-11 18:08:58 +01:00
..
benches misc: bump license header to 2019 () 2019-01-07 11:33:07 +01:00
blockchain misc: bump license header to 2019 () 2019-01-07 11:33:07 +01:00
db misc: bump license header to 2019 () 2019-01-07 11:33:07 +01:00
evm misc: bump license header to 2019 () 2019-01-07 11:33:07 +01:00
light misc: bump license header to 2019 () 2019-01-07 11:33:07 +01:00
node-filter Remove caching for node connections () 2019-01-08 11:31:26 +11:00
private-tx Replace ethcore-logger with env-logger. () 2019-01-08 15:07:20 +01:00
res HF in POA Core (2019-01-18) - Constantinople () 2019-01-09 12:42:44 +01:00
service misc: bump license header to 2019 () 2019-01-07 11:33:07 +01:00
src Fix : trace_filter does not return failed contract creation () 2019-01-11 18:08:58 +01:00
sync Replace ethcore-logger with env-logger. () 2019-01-08 15:07:20 +01:00
types misc: bump license header to 2019 () 2019-01-07 11:33:07 +01:00
vm misc: bump license header to 2019 () 2019-01-07 11:33:07 +01:00
wasm Replace ethcore-logger with env-logger. () 2019-01-08 15:07:20 +01:00
Cargo.toml fix(android): remove dependency to libusb () 2019-01-10 13:13:15 +01:00