Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

v2.0.0-alpha.8 – Anteater

Compare
Choose a tag to compare
@s3krit s3krit released this 15 May 20:01
· 4333 commits to master since this release
v2.0.0-alpha.8
7e9a2ae

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 support StorageAppend (#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 an RpcMethods enum (#5729)