dostrelith678 / cardano-leader-logs

NodeJS+Python implementation for calculating a pool's block schedule.
MIT License
6 stars 3 forks source link

Babbage leaderlogs update #13

Closed dostrelith678 closed 2 years ago

dostrelith678 commented 2 years ago

~To-do: confirm schedule is correct with node 1.35.3 as leadership for Babbage was fixed there.~

dostrelith678 commented 2 years ago

Node:

     SlotNo                          UTC Time
-------------------------------------------------------------
     951487                   2022-08-20 00:18:07 UTC
     957242                   2022-08-20 01:54:02 UTC
     960537                   2022-08-20 02:48:57 UTC
     965301                   2022-08-20 04:08:21 UTC
     967289                   2022-08-20 04:41:29 UTC
     970401                   2022-08-20 05:33:21 UTC
     982713                   2022-08-20 08:58:33 UTC
     1003050                   2022-08-20 14:37:30 UTC
     1005703                   2022-08-20 15:21:43 UTC
     1016543                   2022-08-20 18:22:23 UTC
     1030889                   2022-08-20 22:21:29 UTC
     1031789                   2022-08-20 22:36:29 UTC
     1031996                   2022-08-20 22:39:56 UTC

This implementation (1 hour timezone diff):

[
  { index: 1, slot: 1087, date: '2022-08-20 01:18:07' },
  { index: 2, slot: 6842, date: '2022-08-20 02:54:02' },
  { index: 3, slot: 10137, date: '2022-08-20 03:48:57' },
  { index: 4, slot: 14901, date: '2022-08-20 05:08:21' },
  { index: 5, slot: 16889, date: '2022-08-20 05:41:29' },
  { index: 6, slot: 20001, date: '2022-08-20 06:33:21' },
  { index: 7, slot: 32313, date: '2022-08-20 09:58:33' },
  { index: 8, slot: 52650, date: '2022-08-20 15:37:30' },
  { index: 9, slot: 55303, date: '2022-08-20 16:21:43' },
  { index: 10, slot: 66143, date: '2022-08-20 19:22:23' },
  { index: 11, slot: 80489, date: '2022-08-20 23:21:29' },
  { index: 12, slot: 81389, date: '2022-08-20 23:36:29' },
  { index: 13, slot: 81596, date: '2022-08-20 23:39:56' }
]