Skip to content

monthly-2021-08

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 02:08
4d28ebe

Automatic snapshot pre-release monthly-2021-08

Changes since last snapshot (monthly-2021-07)

Substrate changes

Runtime

Client

  • Move client consensus parts out of primitives and into client/consensus/api (paritytech#9319)
  • Do not call initialize_block before any runtime api (paritytech#8953)
  • Move client only primitives to another dir (paritytech#9220)
  • Remove txpool as an export of sc_transaction_pool, exporting the used components instead. (paritytech#9217)

API