Thomas Jay Rush
Thomas Jay Rush
> trueblocks 3.1.2 correct > docker version Okay, although I prefer the core directly running. The docker is okay, but may be under tested. > erigon 3.0 as a node....
> I've checked out the repo, i'm going to start going through the code to see if i'll manage to find an issue -- i'm a noob with Go though,...
> there was a bunch of 0xfffffff.... addresses in there, don't know if that should be the case? We do something we call being purposefully sloppy. We err on the...
> literally ~50% of 0xfffff addresses. Probably not that many...You can do ``` chifra chunks addresses 20566100 | sort -r -n -k4,4 | head chifra chunks addresses 20566100 | sort...
How do you find these addresses that a being newly created? The trouble with testing is that either an address shows up rarely (in which case you have to wait...
Cheers. Out for the evening, now.
Yeah. I was thinking of this. Sounds good. Did some further testing. I'm on a Mac. I opened a separate finder window on each of the three folders (./unripe, ./ripe,...
Here's a video of what happens at the front of the chain: https://ipfs.unchainedindex.io/ipfs/QmeHajNek31sfjueb8sjRgCpv5RctKgc2tKdXCVV7VPDVb This appears to be working exactly as I would expect, so there must be something wrong somewhere...
On this line ( https://github.com/TrueBlocks/trueblocks-core/blob/develop/src/apps/chifra/internal/export/output.go#L58) `chifra export` scans the unchained index... with this code: https://github.com/TrueBlocks/trueblocks-core/blob/develop/src/apps/chifra/pkg/monitor/monitor_freshen.go#L84 It's a bit complicated (performance/concurrency), but this might be a good place to start. On...
We found a bug today related to the `--staging` option. It was very clearly not working correctly. This will be fixed in the next release (which we are preparing now)....