Commit Graph

119 Commits

Author SHA1 Message Date
Maciej Hirsz df56e33bf6 Deploy script (#52)
* No-downtime deploy script
* Easier to use helper for average numbers
2018-09-25 11:53:57 +02:00
Maciej Hirsz e0012099c0 Pin using names (#49 again) (#51) 2018-09-24 21:53:16 +02:00
Maciej Hirsz 5e995ea21d Use node name as backup in case pubkey is not present (#50) 2018-09-24 21:33:06 +02:00
Maciej Hirsz 1559b82eb0 Allow to pin nodes to top of the list (#48)
* Refactored persistent state a bit
* Allow nodes to be pinned to top
2018-09-24 17:30:39 +02:00
Maciej Hirsz 44d91a54d5 Tidy Tabs (#46) 2018-09-24 12:13:21 +02:00
Maciej Hirsz d2e8eb83ae Switches in settings (#45) 2018-09-24 11:45:05 +02:00
Luke Schoen b16b9c5090 fix: Fixes #43 so CPU use not 100x higher than it should be (#44) 2018-09-23 17:51:35 +02:00
Maciej Hirsz ca0ab38bd2 Settings Tab (#42)
* Settings tab
2018-09-21 18:07:14 +02:00
Maciej Hirsz 07b5880e5f Show CPU and memory use, disable last block time for now (#40) 2018-09-18 14:37:09 +02:00
Maciej Hirsz 762db7ebdc Show validator address for nodes (#37)
Show validator address for nodes
2018-09-12 13:55:37 +02:00
maciejhirsz cc6a6cfef6 Cleanup 2018-09-04 15:54:59 +02:00
maciejhirsz 1f0ffd9785 Do not leak tooltips outside of the map viewport 2018-09-04 14:26:36 +02:00
Maciej Hirsz 44a802c549 Add a ping animation on map, hide "The Maelstorm" (#36) 2018-09-04 12:46:04 +02:00
Maciej Hirsz afef6d7d8f Cache NodeId and Location (#35)
* Cache NodeId and Location
* Fix frontend dependency vuln
2018-08-24 16:26:05 +02:00
Maciej Hirsz ea98fe515a Merge pull request #34 from polkadot-js/mh-reorg-node-component
Mh reorg node component
2018-08-22 17:01:27 +02:00
maciejhirsz a7e6b1182a Cleanup 2018-08-10 14:37:55 +02:00
maciejhirsz ba545799fe Reorganize Node components and state 2018-08-10 14:36:05 +02:00
Maciej Hirsz 5c53740a42 Merge pull request #33 from polkadot-js/mh-truncate-version
Truncate version numbers
2018-08-07 17:16:13 +02:00
maciejhirsz 7f4b87eae4 Trim version numbers (show full on hover) 2018-08-07 17:14:51 +02:00
Maciej Hirsz cc3bc77923 Merge pull request #22 from ltfschoen/9-refactor-calculate-avg-block-time
fix: Relates to #9. Reuse calculation of average block time
2018-07-27 15:01:09 +02:00
maciejhirsz cd8f965376 Nicer error handling on sockets 2018-07-27 12:51:15 +02:00
Luke Schoen caab03a6e9 fix: Do not import from same package as importing into as recursive 2018-07-26 18:07:15 +02:00
Luke Schoen b14b3383fb fix: Remove Maybe from import 2018-07-26 18:01:45 +02:00
Luke Schoen 760e45e89f fix: Remove Maybe from return type since not returning null value 2018-07-26 18:01:45 +02:00
Luke Schoen ee8b76233a fix: Relates to #9. Reuse calculation of average block time
Issues:

* Unable to import `blockAverage` into Chain.ts or Node.ts due to Issue #21.
* TypeScript says `[ts] Module '"/Users/Me/code/blockchain/clones/paritytech/dotstats/packages/common/build/index"' has no exported member 'blockAverage'.`
2018-07-26 18:01:43 +02:00
maciejhirsz 20d8b21adc Handle ws errors on send/ping 2018-07-26 17:25:29 +02:00
maciejhirsz a8f0081385 Fix order for the log 2018-07-26 15:30:17 +02:00
maciejhirsz 3a421a291f Actually use the log :) 2018-07-26 15:28:37 +02:00
Maciej Hirsz 2177c09fc7 Merge pull request #26 from polkadot-js/mh-log-connections
Log backend connections
2018-07-26 15:26:52 +02:00
maciejhirsz 2f0f250d81 Log backend connections 2018-07-26 15:26:14 +02:00
Maciej Hirsz 0c905affab Merge pull request #25 from polkadot-js/mh-autosubscribe-to-last
Fix reconnecting quirks
2018-07-26 13:54:46 +02:00
maciejhirsz a04fae4de4 revert log 2018-07-26 13:54:08 +02:00
maciejhirsz aadc4fc5bb Fix reconnecting 2018-07-26 13:53:21 +02:00
Maciej Hirsz 6f5daad6c1 Merge pull request #19 from ltfschoen/constant-ports
Port numbers as constants
2018-07-26 11:55:40 +02:00
maciejhirsz 0945d7b4d6 Fixing the zombie UI state 2018-07-25 18:41:58 +02:00
maciejhirsz 33c0acb21e Throttle updates from syncing nodes 2018-07-25 18:26:09 +02:00
Maciej Hirsz 5283561eac Merge pull request #24 from polkadot-js/mh-client-ping
Add ping to the client, reconnect on dead connections
2018-07-25 17:52:19 +02:00
maciejhirsz a909400678 Add ping to the client, reconnect on dead connections 2018-07-25 17:49:53 +02:00
Luke Schoen f735d2ac3a Port numbers as constants 2018-07-24 23:08:06 +02:00
maciejhirsz c12374209d Revert changes that should be on local only 2018-07-21 08:31:25 +02:00
maciejhirsz 42e7010697 Update block immediately after adding a node to the chain 2018-07-21 08:30:06 +02:00
maciejhirsz ef95c3e507 Fix node sorting 2018-07-21 08:25:27 +02:00
maciejhirsz 86f347cc3a Remove Antarctica from the map 2018-07-19 22:38:11 +02:00
maciejhirsz 170e7e3d9f 0ms propagation is still a synced node 2018-07-19 15:27:16 +02:00
maciejhirsz 280e0f5c9c Send ping to the node 2018-07-19 15:23:10 +02:00
maciejhirsz 4bdbeb311d With some minifying 2018-07-19 13:49:29 +02:00
maciejhirsz 263da365e2 Smaller, cleaner, public domain map 2018-07-19 13:47:45 +02:00
maciejhirsz 465361bf05 Only render node details on map when hovered 2018-07-19 13:41:05 +02:00
maciejhirsz 5f5dc231ca Nodes into rings 2018-07-19 13:04:40 +02:00
maciejhirsz a6df9dc8e6 Show synced nodes above non-synced nodes 2018-07-19 13:00:30 +02:00