* Ignore vscode settings
* Add Dockerfile for the backend
* Shrink the docker image for the backend a little more
- fix some doc
- switch the rust static builder base image to nightly
- switch 2 stage base image
- remove version label
* Switch second stage base image to scratch
* Switch to the in-house base image
* Update README.md
Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
* Documentation
- bump up frontend version (to trigger the CI)
- bump up the backend version (to trigger the CI)
- add some docker related doc
- add CI badges
* Fix CI step name
* Add screenshot
* working backend on docker
refactor of the dockerfiles to be more readable and independent.
full build of the backend (release only) within docker
* read `PORT` to u16
* Only need one `PORT` in the new backend
Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
* fix: node stats updating live
* fix: Propagation time for first node to hit a block
* chore: Leaner feed serialization
* fix: Handle old nodes with stringified network_state
* feat: Add Node Uptime to the list
* chore: Remove old backend from test pipeline