trueblocks-core
trueblocks-core copied to clipboard
The main repository for the TrueBlocks system
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...
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...
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...
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...
### 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...
We should be able to re-create a single chunk -- something like `chifra scrape --replace`
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,...
The Globals.ToFile option should be either removed or implemented.
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...
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...