Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm.
This commit is contained in:
+7
-3
@@ -1,10 +1,12 @@
|
||||
pub use blockchain::block::Block;
|
||||
pub use blockchain::transaction::Transaction;
|
||||
|
||||
pub use crate::blockchain::Blockchain;
|
||||
pub use crate::blockchain::Chain;
|
||||
pub use crate::context::Context;
|
||||
pub use settings::Settings;
|
||||
pub use crate::keys::Bytes;
|
||||
pub use crate::miner::Miner;
|
||||
pub use crate::p2p::Network;
|
||||
pub use crate::settings::Settings;
|
||||
pub use crate::bytes::Bytes;
|
||||
pub use crate::keys::Keystore;
|
||||
pub use crate::simplebus::*;
|
||||
pub use crate::utils::*;
|
||||
@@ -18,5 +20,7 @@ pub mod context;
|
||||
pub mod event;
|
||||
pub mod p2p;
|
||||
pub mod dns;
|
||||
pub mod dns_utils;
|
||||
pub mod settings;
|
||||
pub mod bytes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user