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)