TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 194 forks source link

Trouble with Slurp testing #3667

Closed tjayrush closed 1 month ago

tjayrush commented 2 months ago

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.

tjayrush commented 2 months ago

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

tjayrush commented 1 month ago

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?