Thomas Jay Rush
Thomas Jay Rush
We need to be able to do: Pinata list all, download one, upload one, remove from Pinata Pinata: We need to remove the unused pins from Pinata (preserve mainnet new,...
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...