You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
In /data/proposals.js final is the only valid option. If the status is Final it breaks the system. When we pull directly from the Source of EIPs it would be better to be robust to minor changes in case that they happen on their end.
Perhaps some sanitation in the view layer that is capitalization agnostic for Status Type and Category?
Or we could sanitize the data first as it is added to the json file?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In /data/proposals.js
final
is the only valid option. If the status isFinal
it breaks the system. When we pull directly from the Source of EIPs it would be better to be robust to minor changes in case that they happen on their end.Perhaps some sanitation in the view layer that is capitalization agnostic for Status Type and Category?
Or we could sanitize the data first as it is added to the json file?
The text was updated successfully, but these errors were encountered: