Use fully-qualified types more often in conversions
authorMatt Corallo <git@bluematt.me>
Mon, 27 Jun 2022 18:20:45 +0000 (18:20 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 28 Jun 2022 20:18:58 +0000 (20:18 +0000)
commit41fd4b2fbfdaf80ed7f44df6fd4d6f64b9fc8997
tree2cd0d46b2f05ccd474945d8ff4a2421f16f08ba4
parent102ae8e836682478c404fb194fb65347698a58f7
Use fully-qualified types more often in conversions

This ensures to-human conversions still work correctly inside
enums where there is an enum variant named identically to the type
which is being converted to (eg in the new `GraphSyncError` enum).
gen_type_mapping.py