Commit Graph

27 Commits

Author SHA1 Message Date
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
Péter Szilágyi 73f4d4978d
Fix block history if chain is shorted than MAX_HISTORY. 2017-03-23 15:21:12 +02:00
cubedro 941c17a201 fixed buggy if 2016-12-11 22:29:03 +02:00
cubedro 1c1cb25d63 better history handling 2016-12-11 18:42:37 +02: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 55ac4ac09a changed avg blocktime to be calculated from the entire history 2015-09-14 19:52:03 +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 65f877353f fixed broken lite version 2015-07-29 20:15:45 +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 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 f67529a75e added fork check 2015-06-09 19:28:29 +03:00
cubedro 4b5bdf3e3e angular improvements 2015-06-09 12:39:13 +03:00
cubedro d9ae085890 added clean blocks higher than best block 2015-06-09 06:25:34 +03:00
cubedro c26ba17cd4 added bad block check 2015-06-09 05:06:00 +03:00
cubedro 97ab08f97b fixed propagation bug 2015-06-09 03:57:56 +03:00
cubedro ca513d71dd Non-blocking collection 2015-06-09 02:40:59 +03:00
cubedro 7bd8d450ae logging improvements 2015-06-03 05:06:09 +03:00