dostrelith678 / cardano-leader-logs

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

Fix Koios endpoint, add user prompt for reverting to stake-snapshot parsing #12

Closed dostrelith678 closed 2 years ago

dostrelith678 commented 2 years ago

If getting sigma from Koios fails, there is now a prompt to confirm whether to proceed with ledger parsing which is memory intensive.

Koios endpoint change is to avoid using cached tables directly and switch to endpoints instead.