Commit Graph

63 Commits

Author SHA1 Message Date
Ayanami 0a4a93cd74
Replace jade to pug (#30)
* Replace jade to pug

resolves #3

* Update geoip-lite
2022-02-07 16:21:51 +01:00
Bingo 4f3af39d4c fix chartHistory sort. 2020-08-21 15:17:35 +08:00
Bingo c113629b8c fix item sort. 2020-08-21 15:02:47 +08:00
Peter Grassberger 37dd25122a prevent crash due to missing adaptations to updated lodash lib, refs #1 (#19) 2019-12-11 11:48:47 +01:00
Markus Keil 43b6c7e681
Harden against missing transactions property
Should fix this:
2019-02-21 19:40:46.825 [API] [BLK] Block: 119134 td: 205248 from: blockchainsLlcPantheon ip: 10.240.0.7
2019-02-21 19:40:46.866 [API] [BLK] Block: 119137 td: 205254 from: Mudit-node-1 ip: 10.240.0.7
2019-02-21 19:40:46.867 [API] [STA] Stats from: Mudit-node-1
/app/ethstats-server/lib/history.js:609
transactions: item.block.transactions.length,
^

TypeError: Cannot read property 'length' of null
2019-02-21 20:52:04 +01:00
Peter Grassberger 3a506a7037 Update backend lodash #2 2019-02-18 21:41:10 +01:00
EOS Classic 5c4b22acbe
Add robots.txt, cleanup config.js list 2018-11-07 22:46:33 +09:00
Péter Szilágyi f8c226c0f3
Introduce an ID reservation list. 2018-11-07 22:46:22 +09:00
Péter Szilágyi a4cede7016
Fix block history if chain is shorted than MAX_HISTORY. 2018-11-07 22:46:21 +09:00
Ayushya Chitransh 2e5d3ac4e1
Using corrected IP address
IP address being received had `:ffff` at the starting, it needs to be corrected before setting correct IP for node. Closes #99
2018-11-07 22:46:20 +09:00
Marian OANCΞA 5d3ed04c55 Merge pull request #302 from cubedro/develop
fixed buggy if
2016-12-11 22:29:21 +02:00
cubedro 941c17a201 fixed buggy if 2016-12-11 22:29:03 +02:00
Marian OANCΞA 286378b4f4 Merge pull request #301 from cubedro/develop
better history handling
2016-12-11 18:43:02 +02:00
cubedro 1c1cb25d63 better history handling 2016-12-11 18:42:37 +02:00
Marian OANCΞA caa057bd40 Merge pull request #300 from cubedro/develop
fixed canUpdateHistory
2016-12-11 18:33:46 +02:00
cubedro a8920773f8 fixed canUpdateHistory 2016-12-11 18:32:33 +02:00
Marian OANCΞA e391b871be Merge pull request #299 from cubedro/develop
added another trusted ip
2016-12-11 18:06:44 +02:00
cubedro 86e6bf11f8 added another trusted ip 2016-12-11 18:06:25 +02:00
KKudryavtsev 1352dd898b Merge branch 'master' of https://github.com/cubedro/eth-netstats 2016-03-21 15:45:42 +00:00
cubedro cbaca99b9e added support for isSyncing 2016-02-01 23:15:51 +02:00
cubedro 41c3a06eef fixed #284 2016-01-08 15:41:01 +02:00
KKudryavtsev 0018342c6d fixed a possible typo 2015-12-04 19:42:28 +00:00
cubedro 946408f36e less logging 2015-10-28 23:23:17 +02:00
cubedro 33f6cd17e9 fixed history sync bug 2015-10-28 22:59:57 +02:00
cubedro b092bfdf6c made all nodes trusted 2015-10-19 12:48:02 +03:00
cubedro a0c3bc238b removed trusted node check for history update 2015-10-19 12:42:07 +03:00
cubedro 019f64c044 added another node to trusted ips 2015-09-29 15:26:14 +03:00
cubedro 55ac4ac09a changed avg blocktime to be calculated from the entire history 2015-09-14 19:52:03 +03:00
cubedro f86ef9e740 Merge branch 'develop' of https://github.com/cubedro/eth-netstats into develop
Merge with develop
2015-08-07 16:18:02 +03:00
cubedro e2cdec1f3d unbanned ip 2015-08-07 16:17:37 +03:00
cubedro 409af3720e fixed styling 2015-08-06 13:54:10 +03:00
Fabian Vogelsteller c1f1a0989d add gas limit chart 2015-08-06 12:22:47 +02:00
cubedro a9bfb43a51 added banned ip 2015-07-31 00:13:11 +03:00
cubedro dadb8b195f added another node to trusted nodes 2015-07-30 20:47:34 +03:00
cubedro 15d64ad1f2 added more nodes to config 2015-07-30 20:34:34 +03:00
cubedro 308921870d added genesis hash 2015-07-30 18:34:10 +03:00
cubedro 65f877353f fixed broken lite version 2015-07-29 20:15:45 +03:00
cubedro 3b1885a96f added LITE env var in express render 2015-07-22 13:06:50 +03:00
cubedro 23721dba97 added LITE flag 2015-07-21 19:24:42 +03:00
cubedro 1be8f51560 fixed fork detection bug 2015-07-21 18:46:28 +03:00
cubedro d96ced51dc removed nonce from block comparison 2015-07-21 11:58:22 +03:00
cubedro 3108961c59 added 2 way communication for latest block on external api 2015-06-23 23:46:29 +03:00
cubedro 18ea9f106d bestBlock -> lastBlock 2015-06-23 23:41:30 +03:00
cubedro 18905b0718 added external api for best block 2015-06-23 23:33:33 +03:00
cubedro 765f020d48 removed size from block comparison 2015-06-17 10:05:37 +03:00
cubedro 959bc82154 fixed blocktime 2015-06-17 05:17:59 +03:00
cubedro 0a53f343c3 removed trusted from charts 2015-06-17 04:45:46 +03:00
cubedro 4919ade848 updated trusted nodes list 2015-06-17 02:44:26 +03:00
cubedro fbf1aa407d performance improvements 2015-06-13 12:54:34 +03:00
cubedro c3be041009 updated trusted nodes 2015-06-13 06:16:29 +03:00