v4.3.2-rc.3: Web monitor Autopay view (#562)
github-actions
released this
15 Jun 22:00
·
406 commits
to main
since this release
* Removes static web monitor files path for the dev env * Fixes #511 with temp file for monitor cache * Fixes #500 using source_path for web files on dev env * Sets monospace font family for hash codes on the web monitor * Fix merge * Git ignores web-monitor/public/build files * Sorts web monitor validators set (ascending and descending) * Removes unused key can_create_account from interface ValInfo * Fetches validators stats from chain - WIP * Enriches Vitals.chain_view.validator_view with ValsStats data fetched from the chain. Adds new stats to the web monitor. #504 * Web Monitor: Removes font monospace from hash codes * Studying to move query of validators stats at account state level - WIP * Finishes getting validators stats from account_state already fetched by ChainView * Sets web monitor dashboard and validators tab responsive Clean up code * Web Monitor Feat: Adds auto pay node owner setup view - WIP Web Monitor Refactoring: Moves subscription to Dash level * Web monitor: adds auto pay setup to check items Web monitor: adds auto pay tab Web monitor refactoring: moves subscription to the Main component * Web monitor: changes auto pay empty message * Web monitor autopay labels