openethereum/ethcore/src
David f2dd032884
Print warnings when using dangerous settings for ValidatorSet (#10733)
* Stop breaking out of loop if a non-canonical hash is found

* include expected hash in log msg

* More logging

* Scope

* Syntax

* Log in blank RollingFinality
Escalate bad proposer to warning

* Check validator set size: warn if 1 or even number

* More readable code

* Use SimpleList::new

* Extensive logging on unexpected non-canonical hash

* Wording

* Update ethcore/blockchain/src/blockchain.rs

Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>

* Improved logging, address grumbles

* Update ethcore/src/engines/validator_set/simple_list.rs

Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
2019-06-24 14:50:11 +02:00
..
client Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
engines Print warnings when using dangerous settings for ValidatorSet (#10733) 2019-06-24 14:50:11 +02:00
ethereum Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
json_tests Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
machine Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
miner Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
snapshot Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
spec Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
state Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
tests Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
trace Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
verification fix: aura don't add SystemTime::now() (#10720) 2019-06-20 09:00:50 +02:00
account_db.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
block.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
builtin.rs Updated Bn128PairingImpl to use optimized batch pairing (#10765) 2019-06-20 23:16:11 +02:00
error.rs Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
executed.rs Add trace information to eth_estimateGas (#10519) 2019-03-27 14:21:08 +01:00
executive.rs Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
externalities.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
factory.rs Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
lib.rs fix: aura don't add SystemTime::now() (#10720) 2019-06-20 09:00:50 +02:00
pod_account.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
pod_state.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
state_db.rs Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
test_helpers.rs Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
transaction_ext.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
tx_filter.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00