|
@@ -25,6 +25,7 @@ use darkfi_sdk::{
|
|
|
DEPLOYOOOR_CONTRACT_ID, MONEY_CONTRACT_ID,
|
|
DEPLOYOOOR_CONTRACT_ID, MONEY_CONTRACT_ID,
|
|
|
},
|
|
},
|
|
|
dark_tree::dark_forest_leaf_vec_integrity_check,
|
|
dark_tree::dark_forest_leaf_vec_integrity_check,
|
|
|
|
|
+ deploy::DeployParamsV1,
|
|
|
pasta::pallas,
|
|
pasta::pallas,
|
|
|
};
|
|
};
|
|
|
use darkfi_serial::{deserialize_async, AsyncDecodable, AsyncEncodable, AsyncWriteExt, WriteExt};
|
|
use darkfi_serial::{deserialize_async, AsyncDecodable, AsyncEncodable, AsyncWriteExt, WriteExt};
|
|
@@ -39,7 +40,6 @@ use crate::{
|
|
|
util::time::TimeKeeper,
|
|
util::time::TimeKeeper,
|
|
|
validator::{
|
|
validator::{
|
|
|
consensus::{Consensus, Fork, Proposal, TXS_CAP},
|
|
consensus::{Consensus, Fork, Proposal, TXS_CAP},
|
|
|
- deploy::DeployParamsV1,
|
|
|
|
|
pow::PoWModule,
|
|
pow::PoWModule,
|
|
|
validation::validate_block,
|
|
validation::validate_block,
|
|
|
},
|
|
},
|