openethereum/ethcore/src
David b8e4f142d1
Fix Goerli syncing (#11604)
The Clique engine changes the header during the call to `check_and_lock_block()` and so when the block is committed we need to use the original header from the `PreverifiedBlock`, so we're back to cloning the `Header`.

Fixes https://github.com/openethereum/openethereum/issues/11603
2020-04-10 20:43:17 +02:00
..
client Fix Goerli syncing (#11604) 2020-04-10 20:43:17 +02:00
json_tests Replace deprecated tempdir dependency with tempfile (#11588) 2020-03-29 22:31:17 +02:00
miner Fix project name, links, rename the binaries (#11580) 2020-03-25 17:16:51 +01:00
test_helpers Reduced gas cost for static calls made to precompiles EIP2046/1352 (#11583) 2020-04-06 22:31:12 +02:00
tests Replace deprecated tempdir dependency with tempfile (#11588) 2020-03-29 22:31:17 +02:00
block.rs Fix project name, links, rename the binaries (#11580) 2020-03-25 17:16:51 +01:00
lib.rs Replace deprecated tempdir dependency with tempfile (#11588) 2020-03-29 22:31:17 +02:00