Skip to content

Commit

Permalink
add migration.md to track the process
Browse files Browse the repository at this point in the history
  • Loading branch information
apopiak committed May 28, 2020
1 parent 419439c commit 649f33e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Edgeware Migration
Based on [PRs with migrations hackMD](https://hackmd.io/p97ldDxfST6WF-1m-MxwOA).

## Migration PRs
+ [unique storage names](https://github.com/paritytech/substrate/pull/5010/)
+ [iterable storage maps (away from opaque hashes)](https://github.com/paritytech/substrate/pull/5226)
+ [democracy redesign](https://github.com/paritytech/substrate/pull/5294/)
+ [prime member selection](https://github.com/paritytech/substrate/pull/5346)

### Removed Migrations
+ https://github.com/paritytech/substrate/pull/5870
+ https://github.com/paritytech/substrate/pull/5291
+ https://github.com/paritytech/substrate/pull/5224

## Pallets
+ System: frame_system
+ Utility: pallet_utility
+ Aura: pallet_aura

+ Timestamp: pallet_timestamp
+ Authorship: pallet_authorship
+ Indices: pallet_indices
+ Balances: pallet_balances
+ TransactionPayment: pallet_transaction_payment

+ Staking: pallet_staking
+ Session: pallet_session
+ Democracy: pallet_democracy
+ Council: pallet_collective::<Instance1>
+ Elections: pallet_elections_phragmen

+ FinalityTracker: pallet_finality_tracker
+ Grandpa: pallet_grandpa
+ Treasury: pallet_treasury
+ Contracts: pallet_contracts

+ Sudo: pallet_sudo
+ ImOnline: pallet_im_online
+ AuthorityDiscovery: pallet_authority_discovery
+ Offences: pallet_offences
+ RandomnessCollectiveFlip: pallet_randomness_collective_flip
+ Identity: pallet_identity
+ Scheduler: pallet_scheduler
+ Vesting: pallet_vesting
+ EVM: pallet_evm
+ Historical: pallet_session_historical

+ Signaling: signaling
+ Voting: voting
+ TreasuryReward: treasury_reward

0 comments on commit 649f33e

Please sign in to comment.