Thomas Jay Rush

Results 313 issues of Thomas Jay Rush

1. ~There is nothing stopping the user from shooting themselves in the foot with the types. For example, they call `BlocksTraces` without first setting the `Traces` option. The returned data...

bug
TS-SDK

Can you please add some docs to `chifra slurp` as far as how to set up the keys? 1. Add a note to `./src/dev_tools/goMaker/templates/cmd-line-options.csv`. Under the notes, add a new...

bug
TC-tools:slurp

Here's a conversation with Chat. Makes sense to me. **Me:** I am building a GoLang SDK. There are about 45 data structures of various types. The main endpoints of the...

I think we need to do something with the standard error (or better yet -- the logger package) (as opposed say sending in an error channel which would complicate the...

I just started scraping Optimism...it has 117,278,316 blocks. This is fine except for one thing. We use "%09-%09" for block ranges. That won't work as soon as Optimism goes over...

EIP 4844 introduces BlobGas, which will be part of the blob-carrying transaction. We now ignore that.

bug
TC-apps:export
TX-accounting

First, they are not run when you just do `make test-all`. You must do `TB_TESTS_FILTER=slurp make test-all`. We do this because they take too long to run. They've not been...