Skip to content

v0.17.0

Compare
Choose a tag to compare
@jsdw jsdw released this 07 Feb 10:44
· 939 commits to master since this release
v0.17.0
19ae2aa

Note: owing to a hiccup only found at publish time, subxt-macro and subxt-codegen releases come from e9be43a, whereas subxt is released at a7c54f7.

Added

  • introduce jsonrpsee client abstraction + kill HTTP support. (#341)
  • Get event context on EventSubscription (#423)

Changed

  • Add more tests for events.rs/decode_and_consume_type (#430)
  • Update substrate dependencies (#429)
  • export RuntimeError struct (#427)
  • remove unused PalletError struct (#425)
  • Move Subxt crate into a subfolder (#424)
  • Add release checklist (#418)