TrueBlocks / trueblocks-docker

GNU General Public License v3.0
39 stars 16 forks source link

Unchaining the index fails on machine that cannot find the unchained index ABI file #314

Closed tjayrush closed 3 years ago

tjayrush commented 3 years ago

I ran without an EtherScan key which means calls to chifra abis (or the API equivalent) fails to find the ABI for the Unchained Index manifest. Instead of complaining, it simply sits silently and waits.

Either:

1) Fail with a warning if the ABI cannot be found (not great), or 2) Pick up the Unchained Index ABI from the known-abis folder (better)

tjayrush commented 3 years ago

Dup of #1675