openethereum/parity
David 856a075588
Include the seal when populating the header for a new block (#11475)
* debug signer

* Don't panic if empty_steps_transition already happened

Before this the `header_empty_steps_raw` would panic if the chain has already progressed beyond the block number set in `emptyStepsTransition`. As this is a user accessible configuration option I don't think we should panic.

* Cleanup some code in Aura

Nothing really interesting here, renames or removes some methods. Adds some docs and extends a test a bit to clarify the behaviour of the code.

* Include the seal when populating the header for a new block (fixes #11445)

* cleanup

* cleanup2

* Review grumbles

* Update ethcore/engines/authority-round/src/lib.rs

Co-Authored-By: André Silva <andre.beat@gmail.com>

* Update ethcore/engines/authority-round/src/lib.rs

Co-Authored-By: André Silva <andre.beat@gmail.com>

* Update ethcore/src/block.rs

Co-Authored-By: André Silva <andre.beat@gmail.com>

Co-authored-by: André Silva <andre.beat@gmail.com>
2020-02-14 19:01:17 +01:00
..
cli ethcore/res: remove morden testnet (#11392) 2020-01-28 17:24:36 +01:00
db Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
light_helpers Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
logger upgrade some of the dependencies (#11467) 2020-02-07 17:23:45 +01:00
secretstore Switch usage of Secret Store to the external lib (#11487) 2020-02-12 18:37:34 +01:00
account_utils.rs ethcore/res: remove morden testnet (#11392) 2020-01-28 17:24:36 +01:00
account.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
blockchain.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
cache.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
configuration.rs Switching to stable-track (#11377) 2020-01-22 17:34:34 +01:00
deprecated.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
export_hardcoded_sync.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
helpers.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
informant.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
ipfs.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
lib.rs Switch usage of Secret Store to the external lib (#11487) 2020-02-12 18:37:34 +01:00
main.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
modules.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
params.rs ethcore/res: remove morden testnet (#11392) 2020-01-28 17:24:36 +01:00
presale.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
rpc_apis.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
rpc.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
run.rs Include the seal when populating the header for a new block (#11475) 2020-02-14 19:01:17 +01:00
signer.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
snapshot_cmd.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
stratum.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
upgrade.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
user_defaults.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00