openethereum/parity
Gav Wood ac73b2628a Basic Authority (#991)
* Firt commit.

* First non-functional but correct implementation of BasicAuthority.

Still needs:
- Sealing infrastructure.

* Punch a hole to give miner access to key store.

* Fix test built.

* Basic version of synchronous mining.

This will seal a block whenever a new transaction comes through.
To be made better we need a timer which will wait for one second after the
last block before sealing a new one - better still would be to cooperatively
interleave blocks with other sealing nodes.

* Add tests.

* Fix minor issues from repotting.

* Address grumbles.
2016-05-03 17:23:53 +02:00
..
hypervisor hypervisor fix 2016-04-25 06:34:11 +03:00
cli.rs Tracedb interface && cli (#997) 2016-05-02 12:17:30 +02:00
configuration.rs Tracedb interface && cli (#997) 2016-05-02 12:17:30 +02:00
die.rs More detailed fatal error reporting (#1016) 2016-04-28 20:48:00 +01:00
informant.rs Splitting informant,io_handler and webapps 2016-04-21 13:57:27 +02:00
io_handler.rs Splitting informant,io_handler and webapps 2016-04-21 13:57:27 +02:00
main.rs Basic Authority (#991) 2016-05-03 17:23:53 +02:00
price_info.rs Separating 2016-04-21 15:41:25 +02:00
rpc.rs Tracedb interface && cli (#997) 2016-05-02 12:17:30 +02:00
setup_log.rs Splitting Configuration to separate module 2016-04-21 16:45:07 +02:00
upgrade.rs Fixing warnings 2016-04-21 16:06:54 +02:00
webapp.rs More detailed fatal error reporting (#1016) 2016-04-28 20:48:00 +01:00