mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
The crate rename (#4223)
* Adding script for rename, could be applicable for nodes on top of it, too * add stderr and gitlab ci features * apply script * fix now minor details in expected stderr * Update the Cargo.lock * fix name: sc-transaction -> sc-tracing * fix rename in script, too
This commit is contained in:
committed by
GitHub
parent
40f6d05a4c
commit
927e13c13a
@@ -65,8 +65,8 @@ use support::traits::{
|
||||
Currency, ExistenceRequirement, Get, Imbalance, OnUnbalanced,
|
||||
ReservableCurrency, WithdrawReason
|
||||
};
|
||||
use sr_primitives::{Permill, ModuleId};
|
||||
use sr_primitives::traits::{
|
||||
use sp_runtime::{Permill, ModuleId};
|
||||
use sp_runtime::traits::{
|
||||
Zero, EnsureOrigin, StaticLookup, AccountIdConversion, Saturating
|
||||
};
|
||||
use support::weights::SimpleDispatchInfo;
|
||||
@@ -201,7 +201,7 @@ decl_module! {
|
||||
|
||||
/// A spending proposal.
|
||||
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
|
||||
#[derive(Encode, Decode, Clone, PartialEq, Eq, sr_primitives::RuntimeDebug)]
|
||||
#[derive(Encode, Decode, Clone, PartialEq, Eq, sp_runtime::RuntimeDebug)]
|
||||
pub struct Proposal<AccountId, Balance> {
|
||||
proposer: AccountId,
|
||||
value: Balance,
|
||||
@@ -353,7 +353,7 @@ mod tests {
|
||||
|
||||
use support::{assert_noop, assert_ok, impl_outer_origin, parameter_types, weights::Weight};
|
||||
use primitives::H256;
|
||||
use sr_primitives::{
|
||||
use sp_runtime::{
|
||||
traits::{BlakeTwo256, OnFinalize, IdentityLookup}, testing::Header, Perbill
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user