Features
- ⬆️ Upgrade
substrate
into v2.0.0-alpha.6 - ⬆️ Upgrade
futures
into 0.3.4 - ⬆️ Upgrade
codec
into 1.3.0 - ⬆️ Upgrade
serde
into 1.0.106 - 🆕 Construct base
market
runtime - 🆕 Add basic
StorageOrder
inmarket
- 🆕 Add GPoS rewards
- 🔨 Simplify
work_report
store structure and its processing logic - 🔨 Refactor
node
(service, cli, command) startup code - ⚡ Optimize
guarantee_rel
by usingdouble_map
- ✅ Refactor
staking
test cases - ✅ Add GPoS
reward
test cases - ✅ Add
market
test cases - 👷 Add
market
runtime test CI - 🔥 Delete unused runtime modules(mainly democracy related)
Fixes
- 🐛 Fix total workload statistic bug
- 🐛 Fix work report outdated processing logic
- 🚨 Resolve some warnings