galacticcouncil / polkalert

Polkadot / Substrate based node monitoring.
Apache License 2.0
16 stars 8 forks source link

WIP - Add messaging / subscriptions system for ui #68

Closed jak-pan closed 4 years ago

jak-pan commented 4 years ago

Added subscription queries to graphql for ui messages, added logger which supports saving of logs and sending messages to ui

Refactor connector - wasn't able to fix connection / reconnection otherwise

jak-pan commented 4 years ago

For this, actually large refactor was needed. Things can still be improved but average code quality and readability went through the roof IMO.

Fixed a lot of headache with connection / reconnection logic thanks to adding this https://github.com/polkadot-js/api/issues/1779 / https://github.com/polkadot-js/api/pull/1780

Merging to dev, UI can be done in this branch.