Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Add Multisig and Proxy pallets #157

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

F3Joule
Copy link
Member

@F3Joule F3Joule commented Nov 12, 2021

Closes #69

⚠️ Depends on updating the spec_version to 17

  • Bump spec version

@F3Joule F3Joule self-assigned this Nov 12, 2021
@F3Joule F3Joule requested a review from siman November 12, 2021 16:32
@F3Joule F3Joule added the crowdloan Required for crowdloan label Nov 12, 2021
runtime/src/lib.rs Outdated Show resolved Hide resolved
runtime/src/lib.rs Outdated Show resolved Hide resolved
@@ -7,7 +7,7 @@ pub mod currency {
pub const MILLICENTS: Balance = CENTS / 1_000; // 1_000_000

pub const fn deposit(items: u32, bytes: u32) -> Balance {
items as Balance * 15 * CENTS + (bytes as Balance) * 6 * CENTS
items as Balance * 2_000 * CENTS + (bytes as Balance) * 100 * MILLICENTS
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

@F3Joule F3Joule left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@F3Joule F3Joule marked this pull request as draft November 24, 2021 14:43
@F3Joule F3Joule changed the base branch from develop-polkadot-v0.9.10 to master November 24, 2021 14:43
@F3Joule F3Joule marked this pull request as ready for review November 24, 2021 14:46
@F3Joule F3Joule added enhancement New feature or request and removed crowdloan Required for crowdloan labels Nov 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Include pallet-proxy
1 participant