Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 07:58
· 198 commits to master since this release
a92f2ca

🎉 Featuring

  • Generic Api - finally compatible with all possible Substrate runtimes
  • New functionality: update_runtime function, allowing the api client to follow the nodes runtime upgrades.

What's Changed since v0.7.0

⚡ Breaking API changes

  • Make api and primitives generic over Runtime (#340) @haerdib
  • [Api] add update_runtime function and return metadata from cache (#337) @haerdib
  • Decouple RpcClient and Api (#336) @haerdib

🌈 Features

  • Make api and primitives generic over Runtime (#340) @haerdib
  • [Api] add update_runtime function and return metadata from cache (#337) @haerdib
  • Make primitives generic over Index, Hash and Balance (#334) @haerdib

Miscellaneous

10 changes