dostrelith678 / cardano-leader-logs

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

Feature: drop cardano-cli and support next epoch calculation when nonce available #16

Closed dostrelith678 closed 1 year ago

dostrelith678 commented 1 year ago

Calculate leader logs with Koios and libsodium only and without cardano-node. Also support previous and next epoch leader log calculations.

Closes #15.

previous and current epoch runs have already been tested and working. ~Waiting with merge until confirming that next epoch calculation is also correct.~