paritytech / substrate-telemetry

Polkadot Telemetry service
GNU General Public License v3.0
307 stars 205 forks source link

Update frontend build system to shed old dependencies, and address fallout from that #521

Closed jsdw closed 1 year ago

jsdw commented 1 year ago

This is mainly a pass just to bring things uptodate and try to be fairly standard in the libraries we use etc.

I've tested this locally and all seems to work. One thing that would be good to check is that the docker builds still work OK. I think they should be fine but want to be sure that you can still pass in the SUBSTRATE_TELEMETRY_URL properly for instance.

jsdw commented 1 year ago

Ok, so I built the docker image locally (with podman instaed of docker; nice that this worked seamlessly) and it seems to work ok now and the SUBSTRATE_TELEMETRY_URL env var is respected.