Thomas Jay Rush
Thomas Jay Rush
But, it's even worse than that. While the Control+C appears to stop the current download, we end up with partial (corrupt) files. We need to grab the same code that...
THEY TELL US NOT TO OPEN THIS UP TO EXTERNAL ACCESS Running the Nimbus node with a rest API: ./run-mainnet-beacon-node.sh --rest Then access the API from http://localhost:5052/. For example, to...
Slightly un-related, but `chifra when --output` is not implemented. Once we move to `StreamMany` for all, the tests cases will fail.
I feel like you might be using the wrong docker file. The "official" docker version is at `TrueBlocks/trueblocks-docker`. Is that where you're working? May I move this issue to that...
I'm going to close this. We're not seeing it here, but I will re-open it if it re-appears.
I'm going to write gold test cases (and mark them `local` so they don't fail the testing) for the eight cases above, so we can see what the results should...
I merged your first PR for adding the `--output` option to the streaming code. It works fine.
Two additional test cases from today's discussion: `--file file` contents: ``` address1 address2 --fmt csv address3 address4 --fmt csv ``` Two different tests with the same file: ``` chifra export...
This is very, very interesting. This is the first time I've seen a scrape against chains other than Mainnet, Sepolia or Gnosis. Let me try to digest a few things...
> It seems like support for non-archive and non-tracing nodes got lost in translation while moving code to Go. If this is correct, we should decide to either bring it...