paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
424 stars 248 forks source link

Prepare 0.37.1 patch release with rudimentory V5 extrinsic support #1834

Closed jsdw closed 1 month ago

jsdw commented 1 month ago

I hacked in basic support for V5 extrinsics here. This was much simpler to do then porting this release to use frame-decode in a non-breaking way.

This should help to unblock users on 0.37 who start running into V5 extrinsics in eg Substrate's kitchensink runtime.

(I hacked the tests to work again and things seemed to decode OK still)