Releasing Alpha.8 (#6048)

This commit is contained in:
Benjamin Kampmann
2020-05-15 21:56:56 +02:00
committed by GitHub
parent efc4849f1a
commit d7463d348f
181 changed files with 1783 additions and 1761 deletions
+22
View File
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog].
## Unreleased
## 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](https://github.com/paritytech/substrate/pull/5947).
Runtime
-------
* Democracy weight (#5828)
* Make `Digest` support `StorageAppend` (#5922)
Client
------
* Meter block import results via prometheus (#6025)
* Added RuntimePublic for ecdsa public key. (#6029)
* Benchmarks for elections-phragmen pallet (#5845)
* 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 an `RpcMethods` enum (#5729)
## 2.0.0-alpha.6 -> 2.0.0-alpha.7
Runtime