Commit Graph

153 Commits

Author SHA1 Message Date
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
maciejhirsz 520e4cd98f Animate nodes for fun :) 2018-07-19 12:56:42 +02:00
maciejhirsz db1d0b624f Map assets 2018-07-19 12:42:33 +02:00
maciejhirsz ff6495fef9 Use a more accurate map, fix node positions 2018-07-19 12:40:33 +02:00
maciejhirsz 80f0eabcc9 Handle system.interval at block height 0 2018-07-18 20:29:47 +02:00
maciejhirsz 5c1480f9f5 Display location on map node details 2018-07-18 16:59:47 +02:00
maciejhirsz 3696d7c46e Fix tab switching 2018-07-18 16:40:32 +02:00
maciejhirsz 048b93186a Switch tabs using tab key 2018-07-18 16:08:29 +02:00
maciejhirsz 38435ba2ff Fix network selection 2018-07-18 15:31:54 +02:00
maciejhirsz 1a4322888c Display node details on map 2018-07-18 15:18:35 +02:00
maciejhirsz 966d390c46 Spelling :D 2018-07-18 14:29:32 +02:00
maciejhirsz 7b57cb99dd Prepare for HTTPS 2018-07-18 13:06:25 +02:00
maciejhirsz d10fb4a1e1 Min-width on map 2018-07-17 17:15:34 +02:00
maciejhirsz f4a4f1091a Tweak map, remove legacy version msg 2018-07-17 17:03:06 +02:00
maciejhirsz efff299113 Map toggle, fix selecting chain 2018-07-16 16:39:18 +02:00
maciejhirsz f6fabfe340 Fix location 2018-07-16 11:13:22 +02:00
maciejhirsz 43a87deb9c Add hidden map 2018-07-15 22:50:41 +02:00