Commit Graph

8 Commits

Author SHA1 Message Date
Nikolay Volf b4b883b341 keys import (#1240)
* pattern importing

* tests for import

* cli options for account import

* [options] for import also

* removed globbing

* removed glob crate refs
2016-06-08 06:17:37 -07:00
Robert Habermeier 688790f13f re-export AccountProvider trait 2016-05-27 18:14:43 +02:00
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
Nikolay Volf 5bd355e0af removing extra crate 2016-02-24 09:55:09 +03:00
Nikolay Volf 9895f00e5e warnings, docs, and finding bugs 2016-02-16 20:52:36 +03:00
Nikolay Volf a649d6f131 first vector up 2016-02-16 19:19:32 +03:00
Nikolay Volf 734652d913 work in progress 2016-02-16 00:56:25 +03:00
Nikolay Volf 017a1adb24 fixing issues and moving 2016-02-15 18:01:52 +03:00