Glados currently only gathers and displays census data for the history network. This PR:
turns on state and beacon networks on glados's trin instance
runs cartographer instances for state and beacon networks to gather census data
adds a selector to the UI that filters and displays census data by network: history, state, or beacon, while filtering via an http param ?network= on the backend.
Bonus: continues the migration toward raw SQL and simplifies the calls for readability and maintenance purposes.
Implements #293 for census data.
Note that all audit data will still show history, which is a bit awkward (history audit data displayed next to beacon/state census data) but it will toggle audit data per network in the next PR.
Glados currently only gathers and displays census data for the history network. This PR:
?network=
on the backend.Bonus: continues the migration toward raw SQL and simplifies the calls for readability and maintenance purposes.
Implements #293 for census data.
Note that all audit data will still show history, which is a bit awkward (history audit data displayed next to beacon/state census data) but it will toggle audit data per network in the next PR.