2.0.0-alpha.7 -> 2.0.0-alpha.8
License Changed
From this release forward, the code is released under a new – more relaxed – license scheme: Client (sc-*
) is released under "GPL 3.0 or newer with the Classpath Exception", while primitives, FRAME, the pallets, utils and test-utils are released under "Apache 2.0". More details in the Relax licensing scheme PR.
Runtime
- Democracy weight (#5828)
- Make
Digest
supportStorageAppend
(#5922) - Added RuntimePublic for ecdsa public key. (#6029)
- Benchmarks for elections-phragmen pallet (#5845)
Client
- Meter block import results via prometheus (#6025)
- Monitor transactions rejected from the pool as invalid (#5992)
- client/network: Remove default Kademlia DHT in favor of per protocol DHT (#5993)
- Allow passing multiple --log CLI options (#5982)
- client: Replace
unsafe_rpc_expose
with anRpcMethods
enum (#5729)