keorn
|
5c333fce31
|
Merge branch 'engine-password' into auth-bft
|
2016-12-07 10:35:52 +01:00 |
|
keorn
|
71a96588b0
|
add the methods to engines
|
2016-12-07 10:34:06 +01:00 |
|
keorn
|
8f641e67f3
|
Merge branch 'engine-password' into auth-bft
|
2016-12-06 13:13:02 +00:00 |
|
keorn
|
01bf483b63
|
remove unnecessary impls
|
2016-12-05 17:29:47 +00:00 |
|
keorn
|
529a7fc33c
|
add password and AccountProvider
|
2016-12-05 17:08:16 +00:00 |
|
keorn
|
94302f3f61
|
throw out difficulty checks
|
2016-12-05 15:27:44 +00:00 |
|
keorn
|
c61a0e97b3
|
make engine determine block order
|
2016-12-05 15:20:32 +00:00 |
|
keorn
|
e0f2fac441
|
new error type
|
2016-12-02 13:32:00 +00:00 |
|
keorn
|
f0e9eae244
|
remove difficulty check
|
2016-12-01 22:07:18 +00:00 |
|
keorn
|
39ea703c69
|
vote on message generation
|
2016-12-01 20:50:24 +00:00 |
|
keorn
|
155da50fcd
|
Merge branch 'master' into auth-bft
|
2016-11-30 13:06:21 +00:00 |
|
Gav Wood
|
d525a6d7f0
|
Merge pull request #3654 from ethcore/clippy-bump
Bumping clippy
|
2016-11-29 18:00:13 +01:00 |
|
keorn
|
294e89e5c0
|
use EngineError instead of BlockError
|
2016-11-29 12:51:27 +00:00 |
|
Tomasz Drwięga
|
2b3d100de2
|
Fixing some clippy warnings
|
2016-11-28 15:54:22 +01:00 |
|
arkpar
|
d0c80a6903
|
Updated tests
|
2016-11-28 01:37:25 +01:00 |
|
keorn
|
1692c07ba6
|
Merge branch 'master' into auth-bft
|
2016-11-25 10:51:06 +00:00 |
|
keorn
|
340d377930
|
Revert "dont keep account provider in miner"
This reverts commit 11ccacd6d0 .
|
2016-11-22 16:05:27 +00:00 |
|
keorn
|
959ccc705a
|
fix indent
|
2016-11-21 12:07:43 +00:00 |
|
keorn
|
c6db157554
|
fix flaky test, clean up specs
|
2016-11-21 12:06:14 +00:00 |
|
keorn
|
9d8ac7a09b
|
extra line [ci skip]
|
2016-11-17 19:08:00 +00:00 |
|
keorn
|
11b6578bc3
|
update tests
|
2016-11-17 18:46:50 +00:00 |
|
keorn
|
11ccacd6d0
|
dont keep account provider in miner
|
2016-11-17 18:32:12 +00:00 |
|
Arkadiy Paronyan
|
df1fbf50d8
|
Build fix (#3470)
|
2016-11-16 08:47:50 +01:00 |
|
keorn
|
8efaf08da3
|
typos and warning
|
2016-11-15 13:02:46 +00:00 |
|
keorn
|
fde6ff2186
|
nicer extra info
|
2016-11-15 11:10:32 +00:00 |
|
keorn
|
071e66c9a8
|
fix flaky test
|
2016-11-14 19:03:02 +00:00 |
|
keorn
|
9d46401626
|
revert to try!
|
2016-11-14 18:25:42 +00:00 |
|
keorn
|
06ebd5fa1a
|
remove most panics
|
2016-11-14 17:42:56 +00:00 |
|
keorn
|
1e3ae9fff9
|
typos, header functions
|
2016-11-14 15:56:19 +00:00 |
|
keorn
|
5de7d50bf8
|
add test for multi proposals
|
2016-11-14 14:15:31 +00:00 |
|
keorn
|
8be8b3e1cd
|
ensure no double proposals
|
2016-11-14 13:35:45 +00:00 |
|
keorn
|
165e2bef75
|
modify proposer test
|
2016-11-14 11:34:54 +00:00 |
|
keorn
|
b5c891814a
|
fix merge
|
2016-11-14 11:09:57 +00:00 |
|
keorn
|
49f2a72d5d
|
Merge branch 'master' into auth-round
|
2016-11-09 10:35:00 +00:00 |
|
keorn
|
0e5060db18
|
update schedule
|
2016-11-04 15:04:19 +00:00 |
|
keorn
|
00a3619392
|
header methods
|
2016-11-02 17:42:56 +00:00 |
|
keorn
|
26155f51d5
|
proper calculation of remaining step time
|
2016-11-02 12:13:47 +00:00 |
|
keorn
|
3a6b56e99c
|
check double signing, tracing
|
2016-11-01 18:12:06 +00:00 |
|
keorn
|
3ff26dd544
|
Merge branch 'master' into auth-round-no-mocknet
|
2016-10-26 17:50:04 +01:00 |
|
keorn
|
aa05823afe
|
Merge remote-tracking branch 'parity/master' into auth-round-no-mocknet
|
2016-10-24 15:32:30 +01:00 |
|
keorn
|
303f922ebd
|
steps based on unix epoch
|
2016-10-15 13:55:10 +01:00 |
|
keorn
|
44f42ac7d3
|
Merge remote-tracking branch 'parity/master' into auth-round-no-mocknet
Conflicts:
ethcore/src/state/mod.rs
ethcore/src/tests/mod.rs
|
2016-10-12 18:39:31 +01:00 |
|
keorn
|
28cf91c7a5
|
remove mocknet stuff, clean up debug
|
2016-09-27 15:50:16 +01:00 |
|
keorn
|
ec058cdb50
|
reseal on timeout
|
2016-09-27 12:12:18 +02:00 |
|
keorn
|
c57e3cefe4
|
sync check method
|
2016-09-21 10:29:44 +02:00 |
|
keorn
|
44c4845d84
|
fix up step switching test
|
2016-09-19 18:40:25 +02:00 |
|
keorn
|
d84f94975f
|
add proposer step to seal
|
2016-09-19 18:00:39 +02:00 |
|
keorn
|
ce3e8750c9
|
additional consensus test
|
2016-09-19 14:33:11 +02:00 |
|
keorn
|
b31e732ebe
|
temporary is_sealer check disable
|
2016-09-19 10:39:57 +02:00 |
|
keorn
|
c482b8ffb6
|
enable sealing only is authority
|
2016-09-14 17:28:15 +02:00 |
|