Skip to content

v0.13.0

Choose a tag to compare

@emostov emostov released this 19 Aug 17:10
· 1065 commits to master since this release
574aafe

This release is approved for Polkadot version 22 (the version of the upcoming runtime upgrade).

Api noteworthy

  • Enhanced transaction error messages. These are non-breaking changes as they only add fields to the response. (#202)
  • noMeta query param for tx/artifacts that allows the user to specify that they do not need the metadata. This is useful if endpoint response time is a concern and the user already has the metadata. With no query param input the endpoint signature remains unchanged. (#222)

Other

  • Increased test coverage of services.
  • Internal updates to the response normalization engine. (#154)
  • Updated sample docker setup. (#191)
  • Bump dependencies. (#219, #211, #206)
  • Updated openapi proposal. (#209)