This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
[ethcore-builtin]: use TryFrom
instead of From
#11134
Labels
hacktoberfest
Join us for hacktoberfest - https://substrate.dev/hacktoberfest/
P7-nicetohave 🐕
Issue is worth doing eventually.
Q3-medium
A fair chunk of work, not necessarily very hard but not trivial either
Instead of panicking when faulty builtin names are entered in the chain spec, replace the From implementation with
TryFrom
and propagate the error accordinglyThe text was updated successfully, but these errors were encountered: