TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system

Home Page:https://trueblocks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble with Slurp testing

tjayrush opened this issue · comments

I am having trouble in two ways with Slurp testing.

  1. I don't seem to have a valid trueblocks-key key. I have one, but it's reporting that it's not valid.

  2. Etherscan tests frequently fail when running through the SDK and API, but it does not fail through the command line tests -- nor does it fail directly from the command line.

I got a new Etherscan API key, but I still have the old one. Both fail.

@dszlachta Can you help me with this tomorrow morning? I'm kind of stuck. I can't figure it out.

Some other things to check:

  1. Do all four source obey block ranges (i.e. including 0-12000000 limits to block 12,000,000?)
  2. When a --type that is not available for a given --source is used, do the other valid types still work. For example, if --type=ext,int,nfts,withdrawals works for Etherscan, but nfts is not support on one of the other ones, do the other three types still appear?