Thomas Jay Rush

Results 313 issues of 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,...

enhancement
TC-apps

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