De-dup types early in CLI/macro so that derives/substitutes work for de-duped types (#2015)

* De-dup types early to enable derives for them

* ensure_unique_type_paths in CLI codegen, too

* Update UI test outpuot

---------

Co-authored-by: José Duarte <duarte.gmj@gmail.com>
This commit is contained in:
James Wilson
2025-06-03 12:03:55 +01:00
committed by GitHub
parent a4331dfa08
commit f831e8f87c
5 changed files with 26 additions and 5 deletions
+1
View File
@@ -27,6 +27,7 @@ chain-spec-pruning = ["smoldot"]
[dependencies]
subxt-codegen = { workspace = true }
scale-typegen = { workspace = true }
subxt-utils-fetchmetadata = { workspace = true, features = ["url"] }
subxt-utils-stripmetadata = { workspace = true }
subxt-metadata = { workspace = true }