paritytech / subxt

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

Codegen: add #[codec(dumb_trait_bound)] #1630

Closed pkhry closed 3 months ago

pkhry commented 3 months ago

Description:

adds #[codec(dumb_trait_bound)] to all structs and enums during codegen. Also see #1603 closes #1603