Enable transfers (#1443)
* Enable transfers Also quash any conviction from Referendum Zero; Sudo was always going to have been removed so lock-voting doesn't make sense in this case. * Add test for migration; remove superfluous comment. * Fixes * Bump * Weekly elections
Showing
- polkadot/Cargo.lock 20 additions, 20 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 1 deletionpolkadot/Cargo.toml
- polkadot/availability-store/Cargo.toml 1 addition, 1 deletionpolkadot/availability-store/Cargo.toml
- polkadot/cli/Cargo.toml 1 addition, 1 deletionpolkadot/cli/Cargo.toml
- polkadot/collator/Cargo.toml 1 addition, 1 deletionpolkadot/collator/Cargo.toml
- polkadot/erasure-coding/Cargo.toml 1 addition, 1 deletionpolkadot/erasure-coding/Cargo.toml
- polkadot/network/Cargo.toml 1 addition, 1 deletionpolkadot/network/Cargo.toml
- polkadot/network/test/Cargo.toml 1 addition, 1 deletionpolkadot/network/test/Cargo.toml
- polkadot/parachain/Cargo.toml 1 addition, 1 deletionpolkadot/parachain/Cargo.toml
- polkadot/parachain/test-parachains/adder/Cargo.toml 1 addition, 1 deletionpolkadot/parachain/test-parachains/adder/Cargo.toml
- polkadot/parachain/test-parachains/halt/Cargo.toml 1 addition, 1 deletionpolkadot/parachain/test-parachains/halt/Cargo.toml
- polkadot/primitives/Cargo.toml 1 addition, 1 deletionpolkadot/primitives/Cargo.toml
- polkadot/rpc/Cargo.toml 1 addition, 1 deletionpolkadot/rpc/Cargo.toml
- polkadot/runtime/common/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/common/Cargo.toml
- polkadot/runtime/kusama/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/src/lib.rs 110 additions, 38 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/polkadot/src/poll.rs 0 additions, 233 deletionspolkadot/runtime/polkadot/src/poll.rs
- polkadot/runtime/test-runtime/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/test-runtime/Cargo.toml
Please register or sign in to comment