trueblocks-core icon indicating copy to clipboard operation
trueblocks-core copied to clipboard

The main repository for the TrueBlocks system

Results 277 trueblocks-core issues
Sort by recently updated
recently updated
newest added

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...

Currently, chifra state --call perform only one call per invocation. Is it possibke to extend to many calls per invocation ?? Like adding an array of calls ?

enhancement
TC-tools:state

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...

TB_TESTS_FILTER=transactions,export make test-all does not work. It should.