Companion for #6076 (Allow fee calculation to happen off-chain) (#1111)

* Switch from Convert to WeightToFeePolynomial

* Bump

Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
Alexander Theißen
2020-05-21 13:47:55 +02:00
committed by GitHub
parent 162baa62fb
commit b6829b6d21
10 changed files with 214 additions and 162 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ impl collective::Trait<CouncilCollective> for Runtime {
type MaxProposals = CouncilMaxProposals;
}
const DESIRED_MEMBERS: u32 = 13;
const DESIRED_MEMBERS: u32 = 17;
parameter_types! {
pub const CandidacyBond: Balance = 1 * DOLLARS;
pub const VotingBond: Balance = 5 * CENTS;