First commit of 0.5.* branch.

This commit is contained in:
Revertron
2021-05-02 12:55:51 +02:00
parent 8bb2d9af9f
commit 9949d13e62
19 changed files with 202 additions and 422 deletions
-1
View File
@@ -8,7 +8,6 @@ pub enum Event {
KeyCreated { path: String, public: String, hash: String },
KeyLoaded { path: String, public: String, hash: String },
KeySaved { path: String, public: String, hash: String },
ZonesChanged,
NewBlockReceived,
BlockchainChanged { index: u64 },
ActionStopMining,