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

A discussion about these related tools. ### Summary We would like to consolidate the function of some (or maybe all) of these tools since they all process against the same...

enhancement
TC-apps

1) It should report that it failed if it does not complete totally. In fact, it doesn't do that. 2) It should check that the file sizes expected are in...

enhancement
TC-apps

Timestamp is not always part of the data -- for example `chifra trace` does not include timestamp (even though it includes block number). When this code was first written, it...

enhancement
TC-apps

In the file `handle_freshen.go` we use `panic` in the function `unlockForAddress`. In many other places, we use `logger.Fatal`. Question: Why use one over the other? Which should be use? When...

enhancement
TC-libraries

### Update on Testing as of October 14, 2021 This week we completed all three tests **Test 1, Test 2,** and **Test 3** as described below. **Test 1** was between...

enhancement
TX-indexing
TC-apps

We should be able to re-create a single chunk -- something like `chifra scrape --replace`

enhancement
TC-apps

In the non-docker version, the user can type `chifra chunks index --check` to check if the index is properly downloaded. And then he/she can do `chifra chunks index --fix` (eventually,...

bug
TD-docker

The Globals.ToFile option should be either removed or implemented.

enhancement
TC-libraries

Ok, that worked fine (differences: makeClass.toml file didn't exist, run make from /build). Full steps below: Find config path: ``` chifra status --terse ``` Go to the config path directory...

enhancement
TC-tools

We need to periodically pin (i.e. backup) to the pinning service. We don't want to have to re-generate the entire index by re-building it (which is currently the only way...

enhancement
TC-apps