Commit 33002b1
fix: remove unused --typesBundle flag from seed-versions.sh
The pinned @subsquid/substrate-metadata-explorer@1.1.2 does not support a
--typesBundle option (it offers only --out, --archive, --chain), so
'make typegen-seed' / './scripts/seed-versions.sh' failed per network with
'error: unknown option --typesBundle' — masked by the script as a connection
warning, ending with 0 versions discovered.
The flag was never needed: the explorer fetches raw runtime metadata blobs
over --chain; the types bundle is a typegen-side concern (decoding pre-V14
custom types), not required to capture metadata. Verified the bundle-free
explorer output is byte-identical to the committed tfchainVersions.jsonl for
all devnet versions, including pre-V14 (v49-v67).
Keeps --chain (canonical chain RPC, no dependency on the archive). Also drops
the now-orphaned TYPES_BUNDLE variable and its existence guard, which only
existed to support the removed flag.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5c1cf30 commit 33002b1
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 37 | | |
45 | 38 | | |
46 | 39 | | |
| |||
72 | 65 | | |
73 | 66 | | |
74 | 67 | | |
75 | | - | |
76 | 68 | | |
77 | 69 | | |
78 | 70 | | |
| |||
0 commit comments