openethereum/ethcore
David 26d1303034 Don't panic if extra_data is longer than VANITY_LENGTH (#10682)
* Don't panic if extra_data is longer than VANITY_LENGTH

Seems like `extra_data().len()` can be longer than 32 (was 39 here) so this fixes that panic.

* Update ethcore/src/engines/clique/mod.rs
2019-05-22 12:35:17 +02:00
..
benches misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
blockchain Reset blockchain properly (#10669) 2019-05-21 13:52:48 +02:00
call-contract Extract CallContract and RegistryInfo traits into their own crate (#10178) 2019-01-16 19:52:21 +01:00
db misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
evm evm: add some mulmod benches (#10600) 2019-04-29 12:09:23 +02:00
light [ethcore] remove error_chain (#10616) 2019-05-06 15:06:20 +02:00
node-filter Remove annoying compiler warnings (#10679) 2019-05-21 16:12:49 +01:00
private-tx Trivial journal for private transactions (#10056) 2019-05-14 11:21:21 +02:00
res Fix rinkeby petersburg fork (#10632) 2019-05-09 15:28:30 +02:00
service private-tx: replace error_chain (#10510) 2019-03-27 14:46:05 +01:00
src Don't panic if extra_data is longer than VANITY_LENGTH (#10682) 2019-05-22 12:35:17 +02:00
sync Remove annoying compiler warnings (#10679) 2019-05-21 16:12:49 +01:00
types Remove annoying compiler warnings (#10679) 2019-05-21 16:12:49 +01:00
vm Update to latest mem-db, hash-db and trie-db. (#10314) 2019-02-20 21:09:34 +03:00
wasm Replace ethcore-logger with env-logger. (#10102) 2019-01-08 15:07:20 +01:00
Cargo.toml [ethcore] remove error_chain (#10616) 2019-05-06 15:06:20 +02:00