paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
411 stars 244 forks source link

Update deps to use `scale-type-resolver` 0.2 #1565

Closed jsdw closed 5 months ago

jsdw commented 5 months ago

Mainly this just means converting &type_ids to type_ids as we pass them by value and not reference now.

Also add back a check in WrapperKeepOpaque to confirm that the struct we're pointing at is the right one, to resovle a small TODO.