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
Request from frontend side. Needed for references to particular charts from corresponding widgets (e.g. in verified contracts page). Currently id's are hardcoded, but it's better to have some compile-time check for them in the frontend.
One possible solution - add the id's to *.proto, generate corresponding ts types in pipeline, and verify the id list completeness in rust compile-time (similarly to resolutions, but it will be just an enum type, not something in the actual interface (it could be a good idea to add though?? needs deeper look) ).
The text was updated successfully, but these errors were encountered:
Request from frontend side. Needed for references to particular charts from corresponding widgets (e.g. in verified contracts page). Currently id's are hardcoded, but it's better to have some compile-time check for them in the frontend.
One possible solution - add the id's to
*.proto
, generate corresponding ts types in pipeline, and verify the id list completeness in rust compile-time (similarly to resolutions, but it will be just an enum type, not something in the actual interface (it could be a good idea to add though?? needs deeper look) ).The text was updated successfully, but these errors were encountered: